Skip to content

Commit 250796a

Browse files
committed
fixed links and mistakes
1 parent 29363b0 commit 250796a

File tree

1 file changed

+10
-4
lines changed

1 file changed

+10
-4
lines changed

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

Lines changed: 10 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,12 @@ In this tutorial, you learn how to:
3939

4040
# [**CLI**](#tab/cli)
4141

42+
[!INCLUDE [quickstarts-free-trial-note](~/reusable-content/ce-skilling/azure/includes/quickstarts-free-trial-note.md)]
43+
44+
[!INCLUDE [azure-cli-prepare-your-environment-no-header.md](~/reusable-content/azure-cli/azure-cli-prepare-your-environment-no-header.md)]
45+
46+
- This article requires version 2.0.28 or later of the Azure CLI. If using Azure Cloud Shell, the latest version is already installed.
47+
4248
---
4349

4450
## Create a NAT gateway
@@ -93,7 +99,7 @@ az network public-ip create \
9399
--zone 1 2 3
94100
```
95101

96-
Use [az network nat gateway create](/cli/azure/network/nat-gateway#az_network_nat_gateway_create) to create the NAT gateway.
102+
Use [az network nat gateway create](/cli/azure/network/nat/gateway#az_network_nat_gateway_create) to create the NAT gateway.
97103

98104
```azurecli-interactive
99105
az network nat gateway create \
@@ -318,7 +324,7 @@ az network nic create \
318324
--network-security-group nsg-nva
319325
```
320326

321-
Use [az vm create](/cli/azure/vm#az_vm_create) to create the virtual machine.
327+
Use [az vm create](/cli/azure/vm#az_vm_create) to create the virtual machine. The command will generate SSH keys for the virtual machine for login. Make note of the location of the private key. The private key is needed in later steps for connecting to the virtual machine with Azure Bastion.
322328

323329
```azurecli-interactive
324330
az vm create \
@@ -420,7 +426,7 @@ az network nic create \
420426
--private-ip-address 10.0.0.10
421427
```
422428

423-
Use [az vm nic add](/cli/azure/vm/nic#az_vm_nic_add) to attach the secondary network interface to the virtual machine. The command will generate SSH keys for the virtual machine for login. Make note of the location of the private key. The private key is needed in later steps for connecting to the virtual machine with Azure Bastion.
429+
Use [az vm nic add](/cli/azure/vm/nic#az_vm_nic_add) to attach the secondary network interface to the virtual machine.
424430

425431
```azurecli-interactive
426432
az vm nic add \
@@ -1433,7 +1439,7 @@ Obtain the NAT gateway public IP address for verification of the steps later in
14331439
14341440
1. Select **public-ip-nat**.
14351441
1436-
1. Make note of value in **IP address**. The example used in this article is **203.0.113.79**.
1442+
1. Make note of value in **IP address**. The example used in this article is **203.0.113.25**.
14371443
14381444
### Test NAT gateway from spoke one
14391445

0 commit comments

Comments
 (0)