Skip to content

Commit 1966bfc

Browse files
author
naman-msft
committed
updated doc
1 parent 3c6f3ce commit 1966bfc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

scenarios/CSEErrorsAKS/cse-errors-aks.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -109,14 +109,14 @@ Set up your custom Domain Name System (DNS) server so that it can do name resolu
109109
110110
```azurecli
111111
az vm run-command invoke \
112-
--resource-group $RESOURCE_GROUP \
112+
--resource-group $RG_NAME \
113113
--name $AVAILABILITY_SET_VM \
114114
--command-id RunShellScript \
115115
--output tsv \
116116
--query "value[0].message" \
117117
--scripts "telnet $DNS_IP_ADDRESS 53"
118118
az vm run-command invoke \
119-
--resource-group $RESOURCE_GROUP \
119+
--resource-group $RG_NAME \
120120
--name $AVAILABILITY_SET_VM \
121121
--command-id RunShellScript \
122122
--output tsv \

0 commit comments

Comments
 (0)