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
Copy file name to clipboardExpand all lines: docs/big-data-cluster/deploy-on-aks.md
+6Lines changed: 6 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -65,6 +65,12 @@ An Azure resource group is a logical group in which Azure resources are deployed
65
65
az account set --subscription <subscription id>
66
66
```
67
67
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
+
68
74
1. Create a resource group with the **az group create** command. The following example creates a resource group named `sqlbdcgroup` in the `westus2` location.
0 commit comments