Skip to content

Commit 28bd3b8

Browse files
Additional changes.
1 parent cc3d9e9 commit 28bd3b8

File tree

4 files changed

+10
-10
lines changed

4 files changed

+10
-10
lines changed

articles/azure-monitor/insights/container-insights-enable-existing-clusters.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ If you would rather integrate with an existing workspace, perform the following
7777
7878
The output will resemble the following:
7979
80-
```azurecli
80+
```output
8181
provisioningState : Succeeded
8282
```
8383
@@ -268,7 +268,7 @@ If you choose to use the Azure CLI, you first need to install and use the CLI lo
268268
269269
The configuration change can take a few minutes to complete. When it's completed, a message is displayed that's similar to the following and includes the result:
270270
271-
```powershell
271+
```output
272272
provisioningState : Succeeded
273273
```
274274
@@ -302,7 +302,7 @@ kubectl get ds omsagent --namespace=kube-system
302302
303303
The output should resemble the following, which indicates that it was deployed properly:
304304
305-
```
305+
```output
306306
User@aksuser:~$ kubectl get ds omsagent --namespace=kube-system
307307
NAME DESIRED CURRENT READY UP-TO-DATE AVAILABLE NODE SELECTOR AGE
308308
omsagent 2 2 2 2 2 beta.kubernetes.io/os=linux 1d
@@ -316,7 +316,7 @@ kubectl get deployment omsagent-rs -n=kube-system
316316

317317
The output should resemble the following, which indicates that it was deployed properly:
318318

319-
```
319+
```output
320320
User@aksuser:~$ kubectl get deployment omsagent-rs -n=kube-system
321321
NAME DESIRED CURRENT UP-TO-DATE AVAILABLE AGE
322322
omsagent 1 1 1 1 3h
@@ -332,7 +332,7 @@ kubectl get ds omsagent --namespace=kube-system
332332

333333
The output should resemble the following, which indicates that it was deployed properly:
334334

335-
```
335+
```output
336336
User@aksuser:~$ kubectl get ds omsagent --namespace=kube-system
337337
NAME DESIRED CURRENT READY UP-TO-DATE AVAILABLE NODE SELECTOR AGE
338338
omsagent 2 2 2 2 2 beta.kubernetes.io/os=linux 1d

articles/azure-monitor/insights/container-insights-optout-openshift.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ New-AzResourceGroupDeployment -Name opt-out -ResourceGroupName <ResourceGroupNam
118118

119119
The configuration change can take a few minutes to complete. When it's completed, a message similar to the following that includes the result is returned:
120120

121-
```powershell
121+
```output
122122
ProvisioningState : Succeeded
123123
```
124124

articles/azure-monitor/insights/container-insights-optout.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,7 @@ New-AzResourceGroupDeployment -Name opt-out -ResourceGroupName <ResourceGroupNam
153153

154154
The configuration change can take a few minutes to complete. When it's completed, a message similar to the following that includes the result is returned:
155155

156-
```powershell
156+
```output
157157
ProvisioningState : Succeeded
158158
```
159159

articles/container-registry/container-registry-faq.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -147,13 +147,13 @@ docker push myregistry.azurecr.io/1gb:latest
147147

148148
You should be able to see that the storage usage has increased in the Azure portal, or you can query usage using the CLI.
149149

150-
```bash
150+
```azurecli
151151
az acr show-usage -n myregistry
152152
```
153153

154154
Delete the image using the Azure CLI or portal and check the updated usage in a few minutes.
155155

156-
```bash
156+
```azurecli
157157
az acr repository delete -n myregistry --image 1gb
158158
```
159159

@@ -217,7 +217,7 @@ ACR supports [custom roles](container-registry-roles.md) that provide different
217217

218218
Or, assign the role to a service principle identified by its application ID:
219219

220-
```
220+
```azurecli
221221
az role assignment create --scope resource_id --role AcrPull --assignee 00000000-0000-0000-0000-000000000000
222222
```
223223

0 commit comments

Comments
 (0)