Skip to content

Commit 5ec0306

Browse files
committed
correction
1 parent f737a2e commit 5ec0306

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/route-server/quickstart-create-route-server-cli.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ When no longer needed, delete the resource group and all of the resources it con
123123

124124
```azurecli-interactive
125125
# Delete the resource group and all the resources it contains.
126-
az group delete --name 'myResourceGroup' --yes --no-wait
126+
az group delete --name 'RouteServerRG' --yes --no-wait
127127
```
128128

129129
## Next step

0 commit comments

Comments
 (0)