Skip to content

Commit cdd8b7a

Browse files
committed
[GREAT DIVIDE] Root includes roll back 20/22
1 parent 971d2ab commit cdd8b7a

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

includes/cli-run-local-sign-in.md

+13
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)