For the complete documentation index, see llms.txt. This page is also available as Markdown.

Set working subscription

Access Azure Cloud Shell to run CLI commands from your web browser using az.

  1. List our Subscription IDs.

az account list --output table
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
  1. Set our working Subscription.

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

Last updated