Skip to content

Commit 74ebbe2

Browse files
Merge pull request #108369 from asudbring/natpatch
Rearrange tutorials and how to in NAT
2 parents f7f17d5 + 788a422 commit 74ebbe2

File tree

3 files changed

+21
-17
lines changed

3 files changed

+21
-17
lines changed

articles/virtual-network/quickstart-create-nat-gateway-portal.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,8 @@ ms.author: allensu
2020

2121
This quickstart shows you how to use Azure Virtual Network NAT service. You'll create a NAT gateway to provide outbound connectivity for a virtual machine in Azure.
2222

23+
If you prefer, you can do these steps using the [Azure CLI](quickstart-create-nat-gateway-cli.md), [Azure PowerShell](quickstart-create-nat-gateway-powershell.md), or deploy a [ARM Template](quickstart-create-nat-gateway-powershell.md) instead of the portal.
24+
2325
## Sign in to Azure
2426

2527
Sign in to the [Azure portal](https://portal.azure.com).

articles/virtual-network/toc.yml

Lines changed: 17 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -23,23 +23,10 @@
2323
href: tutorial-restrict-network-access-to-resources.md
2424
- name: Connect virtual networks
2525
href: tutorial-connect-virtual-networks-portal.md
26-
- name: NAT
27-
items:
28-
- name: Create NAT gateway - Portal
29-
href: quickstart-create-nat-gateway-portal.md
30-
- name: Create NAT gateway - PowerShell
31-
href: quickstart-create-nat-gateway-powershell.md
32-
- name: Create NAT gateway - CLI
33-
href: quickstart-create-nat-gateway-cli.md
34-
- name: Create NAT gateway - ARM template
35-
displayname: Resource Manager
36-
href: quickstart-create-nat-gateway-template.md
37-
- name: Create and validate NAT gateway - Portal
38-
href: tutorial-create-validate-nat-gateway-portal.md
39-
- name: Create and validate NAT gateway - PowerShell
40-
href: tutorial-create-validate-nat-gateway-powershell.md
41-
- name: Create and validate NAT gateway - CLI
42-
href: tutorial-create-validate-nat-gateway-cli.md
26+
- name: Create NAT gateway
27+
href: quickstart-create-nat-gateway-portal.md
28+
- name: Create and validate NAT gateway
29+
href: tutorial-create-validate-nat-gateway-portal.md
4330
- name: Samples
4431
items:
4532
- name: Azure CLI
@@ -359,6 +346,19 @@
359346
href: move-across-regions-publicip-portal.md
360347
- name: Public IPs - PowerShell
361348
href: move-across-regions-publicip-powershell.md
349+
- name: NAT
350+
items:
351+
- name: Create NAT gateway - PowerShell
352+
href: quickstart-create-nat-gateway-powershell.md
353+
- name: Create NAT gateway - CLI
354+
href: quickstart-create-nat-gateway-cli.md
355+
- name: Create NAT gateway - ARM template
356+
displayname: Resource Manager
357+
href: quickstart-create-nat-gateway-template.md
358+
- name: Create and validate NAT gateway - PowerShell
359+
href: tutorial-create-validate-nat-gateway-powershell.md
360+
- name: Create and validate NAT gateway - CLI
361+
href: tutorial-create-validate-nat-gateway-cli.md
362362
- name: Troubleshoot
363363
items:
364364
- name: Troubleshoot virtual network peering issues

articles/virtual-network/tutorial-create-validate-nat-gateway-portal.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,8 @@ ms.author: allensu
2020

2121
In this tutorial, you'll create a NAT gateway to provide outbound connectivity for virtual machines in Azure. To test the NAT gateway, you deploy a source and destination virtual machine. You'll test the NAT gateway by making outbound connections to a public IP address from the source to the destination virtual machine. This tutorial deploys source and destination in two different virtual networks in the same resource group for simplicity only.
2222

23+
If you prefer, you can do these steps using the [Azure CLI](tutorial-create-validate-nat-gateway-cli.md) or [Azure PowerShell](tutorial-create-validate-nat-gateway-powershell.md) instead of the portal.
24+
2325
## Sign in to Azure
2426

2527
Sign in to the [Azure portal](https://portal.azure.com).

0 commit comments

Comments
 (0)