You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
You need a resource group to manage all the resources used in the following examples. To create a resource group, use [az group create][az-group-create]:
48
49
49
50
```azurecli-interactive
50
-
az group create --name $MY_RESOURCE_GROUP_NAME --location eastus
51
+
az group create --name $MY_RESOURCE_GROUP_NAME --location $MY_REGION
51
52
```
52
53
53
54
A successful operation should produce output similar to the following JSON:
0 commit comments