We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3c6f3ce commit 1966bfcCopy full SHA for 1966bfc
scenarios/CSEErrorsAKS/cse-errors-aks.md
@@ -109,14 +109,14 @@ Set up your custom Domain Name System (DNS) server so that it can do name resolu
109
110
```azurecli
111
az vm run-command invoke \
112
- --resource-group $RESOURCE_GROUP \
+ --resource-group $RG_NAME \
113
--name $AVAILABILITY_SET_VM \
114
--command-id RunShellScript \
115
--output tsv \
116
--query "value[0].message" \
117
--scripts "telnet $DNS_IP_ADDRESS 53"
118
119
120
121
122
0 commit comments