You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/virtual-network/nat-gateway/tutorial-dual-stack-outbound-nat-load-balancer.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -374,7 +374,7 @@ az network nsg create \
374
374
--resource-group TutorialIPv6NATLB-rg
375
375
```
376
376
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.
378
378
379
379
```azurecli-interactive
380
380
az network nsg rule create \
@@ -393,7 +393,7 @@ az network nsg rule create \
393
393
394
394
### Create network interface
395
395
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.
0 commit comments