Skip to content

Commit c407881

Browse files
committed
fix code issue
1 parent 2b2c4c9 commit c407881

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/aks/image-cleaner.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -175,7 +175,7 @@ You can view these logs by running `kubectl logs <pod name> -n kubesystem`. Howe
175175
1. Get the Log Analytics resource ID:
176176

177177
```azurecli
178-
az aks show -g <resourceGroupofAKSCluster> -n <nameofAksCluster>```
178+
az aks show -g <resourceGroupofAKSCluster> -n <nameofAksCluster>
179179
```
180180

181181
After a few minutes, the command returns JSON-formatted information about the solution, including the workspace resource ID:

0 commit comments

Comments
 (0)