We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 971d2ab commit cdd8b7aCopy full SHA for cdd8b7a
includes/cli-run-local-sign-in.md
@@ -0,0 +1,13 @@
1
+For this script, use Azure CLI locally as it takes too long to run in Cloud Shell.
2
+
3
+### Sign in to Azure
4
5
+Use the following script to sign in using a specific subscription.
6
7
+```azurecli-interactive
8
+subscription="<subscriptionId>" # add subscription here
9
10
+az account set -s $subscription # ...or use 'az login'
11
+```
12
13
+For more information, see [set active subscription](/cli/azure/account#az-account-set) or [log in interactively](/cli/azure/reference-index#az-login)
0 commit comments