We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ce75133 commit d3b7c93Copy full SHA for d3b7c93
azurevm/README.md
@@ -42,6 +42,12 @@ This folder contains a Python application example that handles Virtual Machines
42
43
2. Sign in with your account credentials in the browser.
44
45
+ Make sure you select your subscription by:
46
+
47
+ ```bash
48
+ az account set --subscription <name or id>
49
+ ```
50
51
* Configure your AZURE_SUBSCRIPTION_ID environment variable.
52
53
Set the `AZURE_SUBSCRIPTION_ID` environment variable with the Microsoft Azure subscription ID.
0 commit comments