> For the complete documentation index, see [llms.txt](https://docs.fusion.vectra.ai/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.fusion.vectra.ai/cloud-onboarding/azure-cloud-onboarding/quickstart-azure/set-working-subscription.md).

# Set working subscription

Access [Azure Cloud Shell](https://portal.azure.com/#cloudshell/) to run CLI commands from your web browser using az.

1. List our Subscription IDs.

{% tabs %}
{% tab title="Command" %}

```shell
az account list --output table
```

{% endtab %}
{% endtabs %}

{% tabs %}
{% tab title="Output" %}

```
Name                                CloudName    SubscriptionId                        TenantId                              State    IsDefault
----------------------------------  -----------  ------------------------------------  ------------------------------------  -------  -----------
neto-isolate-test-2-sub             AzureCloud   15dc0802-8641-457b-a238-9442798ade29  8f72986c-9267-4bc2-8b23-20ad971c3ca3  Enabled  True
neto-isolate-test-1-sub             AzureCloud   e987ce3f-0467-4d89-a0c3-6ca343ab8437  8f72986c-9267-4bc2-8b23-20ad971c3ca3  Enabled  False
Aug3 Fusion Onboarding Walkthrough  AzureCloud   53f8bc8d-3c58-44c4-a3a6-5a5b97983eee  8f72986c-9267-4bc2-8b23-20ad971c3ca3  Enabled  False
neto-isolate-test-3-sub             AzureCloud   9853e6d7-6b87-43a5-ba17-e9ad76a84c5b  8f72986c-9267-4bc2-8b23-20ad971c3ca3  Enabled  False
Azure subscription 1                AzureCloud   0f200c75-00f0-4866-8a43-e584b393cb33  8f72986c-9267-4bc2-8b23-20ad971c3ca3  Enabled  False
```

{% endtab %}
{% endtabs %}

2. Set our working Subscription.

{% tabs %}
{% tab title="Command" %}

```shell
az account set --subscription "53f8bc8d-3c58-44c4-a3a6-5a5b97983eee"
```

{% endtab %}
{% endtabs %}


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.fusion.vectra.ai/cloud-onboarding/azure-cloud-onboarding/quickstart-azure/set-working-subscription.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
