Skip to content

Commit d31cced

Browse files
Merge pull request #235223 from aimee-littleton/patch-133
name fix - quickstart portal
2 parents 27bed6f + 1903ca2 commit d31cced

5 files changed

+21
-21
lines changed

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

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
---
22
title: 'Create a NAT gateway - Bicep'
3-
titleSuffix: Azure Virtual Network NAT
3+
titleSuffix: Azure NAT Gateway
44
description: This quickstart shows how to create a NAT gateway using Bicep.
5-
services: load-balancer
5+
services: nat-gateway
66
author: asudbring
77
ms.service: virtual-network
88
ms.subservice: nat
@@ -16,7 +16,7 @@ ms.custom: subject-armqs, devx-track-bicep
1616

1717
# Quickstart: Create a NAT gateway - Bicep
1818

19-
Get started with Virtual Network NAT using Bicep. This Bicep file deploys a virtual network, a NAT gateway resource, and Ubuntu virtual machine. The Ubuntu virtual machine is deployed to a subnet that is associated with the NAT gateway resource.
19+
Get started with Azure NAT Gateway using Bicep. This Bicep file deploys a virtual network, a NAT gateway resource, and Ubuntu virtual machine. The Ubuntu virtual machine is deployed to a subnet that is associated with the NAT gateway resource.
2020

2121
[!INCLUDE [About Bicep](../../../includes/resource-manager-quickstart-bicep-introduction.md)]
2222

@@ -122,8 +122,8 @@ In this quickstart, you created a:
122122

123123
The virtual machine is deployed to a virtual network subnet associated with the NAT gateway.
124124

125-
To learn more about Virtual Network NAT and Bicep, continue to the articles below.
125+
To learn more about Azure NAT Gateway and Bicep, continue to the articles below.
126126

127-
* Read an [Overview of Virtual Network NAT](nat-overview.md)
127+
* Read an [Overview of Azure NAT Gateway](nat-overview.md)
128128
* Read about the [NAT Gateway resource](nat-gateway-resource.md)
129129
* Learn more about [Bicep](../../azure-resource-manager/bicep/overview.md)

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: 'Quickstart: Create a NAT gateway - Azure CLI'
3-
titlesuffix: Azure Virtual Network NAT
3+
titlesuffix: Azure NAT Gateway
44
description: Get started creating a NAT gateway using the Azure CLI.
55
author: asudbring
66
ms.author: allensu
@@ -13,7 +13,7 @@ ms.custom: template-quickstart, devx-track-azurecli
1313

1414
# Quickstart: Create a NAT gateway using the Azure CLI
1515

16-
This quickstart shows you how to use the Azure Virtual Network NAT service. You'll create a NAT gateway to provide outbound connectivity for a virtual machine in Azure.
16+
This quickstart shows you how to use the Azure NAT Gateway service. You'll create a NAT gateway to provide outbound connectivity for a virtual machine in Azure.
1717

1818
[!INCLUDE [quickstarts-free-trial-note](../../../includes/quickstarts-free-trial-note.md)]
1919

@@ -133,6 +133,6 @@ the virtual network, virtual machine, and NAT gateway with the following CLI com
133133

134134
## Next steps
135135

136-
For more information on Azure Virtual Network NAT, see:
136+
For more information on Azure NAT Gateway, see:
137137
> [!div class="nextstepaction"]
138138
> [Virtual Network NAT overview](nat-overview.md)

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: 'Quickstart: Create a NAT gateway - Azure portal'
3-
titlesuffix: Azure Virtual Network NAT
3+
titlesuffix: Azure NAT Gateway
44
description: This quickstart shows how to create a NAT gateway by using the Azure portal.
55
author: asudbring
66
ms.author: allensu
@@ -13,7 +13,7 @@ ms.custom: template-quickstart, FY23 content-maintenance
1313

1414
# Quickstart: Create a NAT gateway using the Azure portal
1515

16-
This quickstart shows you how to use the Azure Virtual Network NAT service. You'll create a NAT gateway to provide outbound connectivity for a virtual machine in Azure.
16+
This quickstart shows you how to use the Azure NAT Gateway service. You'll create a NAT gateway to provide outbound connectivity for a virtual machine in Azure.
1717

1818
## Prerequisites
1919

@@ -209,6 +209,6 @@ the virtual network, virtual machine, and NAT gateway with the following steps:
209209

210210
## Next steps
211211

212-
For more information on Azure Virtual Network NAT, see:
212+
For more information on Azure NAT Gateway, see:
213213
> [!div class="nextstepaction"]
214-
> [Virtual Network NAT overview](nat-overview.md)
214+
> [Azure NAT Gateway overview](nat-overview.md)

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: 'Quickstart: Create a NAT gateway - PowerShell'
3-
titlesuffix: Azure Virtual Network NAT
3+
titlesuffix: Azure NAT Gateway
44
description: Get started creating a NAT gateway using Azure PowerShell.
55
author: asudbring
66
ms.author: allensu
@@ -13,7 +13,7 @@ ms.custom: template-quickstart, devx-track-azurepowershell
1313

1414
# Quickstart: Create a NAT gateway using Azure PowerShell
1515

16-
This quickstart shows you how to use the Azure Virtual Network NAT service. You'll create a NAT gateway to provide outbound connectivity for a virtual machine in Azure.
16+
This quickstart shows you how to use the Azure NAT Gateway service. You'll create a NAT gateway to provide outbound connectivity for a virtual machine in Azure.
1717

1818
## Prerequisites
1919

@@ -217,6 +217,6 @@ Remove-AzResourceGroup -Name 'myResourceGroupNAT' -Force
217217

218218
## Next steps
219219

220-
For more information on Azure Virtual Network NAT, see:
220+
For more information on Azure NAT Gateway, see:
221221
> [!div class="nextstepaction"]
222-
> [Virtual Network NAT overview](nat-overview.md)
222+
> [Azure NAT Gateway overview](nat-overview.md)

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

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
---
22
title: 'Create a NAT gateway - Resource Manager Template'
3-
titleSuffix: Azure Virtual Network NAT
3+
titleSuffix: Azure NAT Gateway
44
description: This quickstart shows how to create a NAT gateway by using the Azure Resource Manager template (ARM template).
5-
services: load-balancer
5+
services: nat-gateway
66
author: asudbring
77
manager: KumudD
88
ms.service: virtual-network
@@ -16,7 +16,7 @@ ms.custom: subject-armqs, devx-track-arm-template
1616

1717
# Quickstart: Create a NAT gateway - ARM template
1818

19-
Get started with Virtual Network NAT by using an Azure Resource Manager template (ARM template). This template deploys a virtual network, a NAT gateway resource, and Ubuntu virtual machine. The Ubuntu virtual machine is deployed to a subnet that is associated with the NAT gateway resource.
19+
Get started with Azure NAT Gateway by using an Azure Resource Manager template (ARM template). This template deploys a virtual network, a NAT gateway resource, and Ubuntu virtual machine. The Ubuntu virtual machine is deployed to a subnet that is associated with the NAT gateway resource.
2020

2121
[!INCLUDE [About Azure Resource Manager](../../../includes/resource-manager-quickstart-introduction.md)]
2222

@@ -133,8 +133,8 @@ In this quickstart, you created a:
133133

134134
The virtual machine is deployed to a virtual network subnet associated with the NAT gateway.
135135

136-
To learn more about Virtual Network NAT and Azure Resource Manager, continue to the articles below.
136+
To learn more about Azure NAT Gateway and Azure Resource Manager, continue to the articles below.
137137

138-
* Read an [Overview of Virtual Network NAT](nat-overview.md)
138+
* Read an [Overview of Azure NAT Gateway](nat-overview.md)
139139
* Read about the [NAT Gateway resource](nat-gateway-resource.md)
140140
* Learn more about [Azure Resource Manager](../../azure-resource-manager/management/overview.md)

0 commit comments

Comments
 (0)