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
az account set --subscription "Cluster Subscription Name"
98
+
az account set --subscription <cluster-subscription-name>
99
99
100
-
az deployment group create --resource-group "Resource Group Name" --template-file ./existingClusterOnboarding.json --parameters existingClusterParam.json
100
+
az deployment group create --resource-group <resource-group> --template-file ./existingClusterOnboarding.json --parameters existingClusterParam.json
101
101
```
102
102
---
103
103
@@ -108,7 +108,7 @@ az deployment group create --resource-group "Resource Group Name" --template-fil
108
108
Showing the extension details:
109
109
110
110
```azcli
111
-
az k8s-extension list --cluster-name <cluster-name> --resource-group <cluster-resource-group> --cluster-type provisionedclusters --cluster-resource-provider "microsoft.hybridcontainerservice"
111
+
az k8s-extension list --cluster-name <cluster-name> --resource-group <resource-group> --cluster-type provisionedclusters --cluster-resource-provider "microsoft.hybridcontainerservice"
112
112
```
113
113
114
114
@@ -117,7 +117,7 @@ az k8s-extension list --cluster-name <cluster-name> --resource-group <cluster-re
0 commit comments