Skip to content

Commit 61fdb48

Browse files
committed
fixes
1 parent 996d62f commit 61fdb48

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

articles/nat-gateway/tutorial-hub-spoke-route-nat.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -88,6 +88,14 @@ All outbound internet traffic traverses the NAT gateway to the internet. Use the
8888

8989
# [**CLI**](#tab/cli)
9090

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+
9199
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.
92100

93101
```azurecli-interactive

0 commit comments

Comments
 (0)