Skip to content

Commit a96d538

Browse files
authored
Broken link fixed
1 parent 51a54af commit a96d538

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/virtual-network/nat-gateway/tutorial-dual-stack-outbound-nat-load-balancer.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -374,7 +374,7 @@ az network nsg create \
374374
--resource-group TutorialIPv6NATLB-rg
375375
```
376376

377-
Use [az network nsg rule create](/azure/network/nsg/rule#az-network-nsg-rule-create) to create a rule for RDP connectivity to the virtual machine.
377+
Use [az network nsg rule create](/cli/azure/network/nsg/rule?view=azure-cli-latest#az-network-nsg-rule-create) to create a rule for RDP connectivity to the virtual machine.
378378

379379
```azurecli-interactive
380380
az network nsg rule create \
@@ -393,7 +393,7 @@ az network nsg rule create \
393393

394394
### Create network interface
395395

396-
Use [az network nic create](/azure/network/nic#az_network_nic_create) to create the network interface for the virtual machine.
396+
Use [az network nic create](/cli/azure/network/nic#az-network-nic-create) to create the network interface for the virtual machine.
397397

398398
```azurecli-interactive
399399
az network nic create \

0 commit comments

Comments
 (0)