Skip to content

Commit d320d2a

Browse files
Update deploy-on-aks.md
Add the az region command: az account list-locations -o table
1 parent a92fa97 commit d320d2a

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

docs/big-data-cluster/deploy-on-aks.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,12 @@ An Azure resource group is a logical group in which Azure resources are deployed
6565
az account set --subscription <subscription id>
6666
```
6767

68+
1. Identify the Azure region where you want to deploy the cluster and the resources using this command:
69+
70+
```azurecli
71+
az account list-locations -o table
72+
```
73+
6874
1. Create a resource group with the **az group create** command. The following example creates a resource group named `sqlbdcgroup` in the `westus2` location.
6975

7076
```azurecli

0 commit comments

Comments
 (0)