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 996d62f commit 61fdb48Copy full SHA for 61fdb48
articles/nat-gateway/tutorial-hub-spoke-route-nat.md
@@ -88,6 +88,14 @@ All outbound internet traffic traverses the NAT gateway to the internet. Use the
88
89
# [**CLI**](#tab/cli)
90
91
+Use [az group create](/cli/azure/group#az_group_create) to create a resource group.
92
+
93
+```azurecli-interactive
94
+az group create \
95
+ --name test-rg \
96
+ --location eastus2
97
+```
98
99
Use [az network public-ip create](/cli/azure/network/public-ip#az_network_public_ip_create) to create a public IP address for the NAT gateway.
100
101
```azurecli-interactive
0 commit comments