Skip to content

Commit 65d8186

Browse files
authored
Update container-insights-enable-provisioned-clusters.md
1 parent 5603ee7 commit 65d8186

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

articles/azure-monitor/containers/container-insights-enable-provisioned-clusters.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -39,9 +39,9 @@ ms.reviewer: aul
3939
```acli
4040
az login
4141
42-
az account set --subscription "Cluster Subscription Name"
42+
az account set --subscription <cluster-subscription-name>
4343
44-
az k8s-extension create --name azuremonitor-containers --cluster-name <cluster-name> --resource-group <cluster-resource-group> --cluster-type provisionedclusters --cluster-resource-provider "microsoft.hybridcontainerservice" --extension-type Microsoft.AzureMonitor.Containers --configuration-settings amalogs.useAADAuth=true
44+
az k8s-extension create --name azuremonitor-containers --cluster-name <cluster-name> --resource-group <resource-group> --cluster-type provisionedclusters --cluster-resource-provider "microsoft.hybridcontainerservice" --extension-type Microsoft.AzureMonitor.Containers --configuration-settings amalogs.useAADAuth=true
4545
```
4646
## [Azure portal](#tab/create-portal)
4747

@@ -95,9 +95,9 @@ curl -L https://raw.githubusercontent.com/microsoft/Docker-Provider/longw/lcm-pr
9595
```azurecli
9696
az login
9797
98-
az account set --subscription "Cluster Subscription Name"
98+
az account set --subscription <cluster-subscription-name>
9999
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
101101
```
102102
---
103103

@@ -108,7 +108,7 @@ az deployment group create --resource-group "Resource Group Name" --template-fil
108108
Showing the extension details:
109109

110110
```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"
112112
```
113113

114114

@@ -117,7 +117,7 @@ az k8s-extension list --cluster-name <cluster-name> --resource-group <cluster-re
117117
The command for deleting the extension:
118118

119119
```azcli
120-
az k8s-extension delete --cluster-name <cluster-name> --resource-group <cluster-resource-group> --cluster-type provisionedclusters --cluster-resource-provider "microsoft.hybridcontainerservice" --name azuremonitor-containers --yes
120+
az k8s-extension delete --cluster-name <cluster-name> --resource-group <resource-group> --cluster-type provisionedclusters --cluster-resource-provider "microsoft.hybridcontainerservice" --name azuremonitor-containers --yes
121121
```
122122

123123
## Known Issues/Limitations

0 commit comments

Comments
 (0)