Skip to content

Commit 5895916

Browse files
authored
Merge pull request #104641 from asudbring/nat-tweaks
Tweaks
2 parents 83bccd1 + d05fe94 commit 5895916

5 files changed

+10
-10
lines changed

articles/virtual-network/nat-overview.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -158,13 +158,13 @@ Subscriptions must be registered to allow participation in the Public Preview.
158158
1. register subscription for Public Preview
159159
160160
```azurepowershell-interactive
161-
Register-AzureRmProviderFeature -ProviderNamespace Microsoft.Network -FeatureName AllowNatGateway
161+
Register-AzProviderFeature -ProviderNamespace Microsoft.Network -FeatureName AllowNatGateway
162162
```
163163
164164
2. activate registration
165165
166166
```azurepowershell-interactive
167-
Register-AzureRmResourceProvider -ProviderNamespace Microsoft.Network
167+
Register-AzProviderFeature -ProviderNamespace Microsoft.Network
168168
```
169169
170170
## Pricing

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,12 +20,12 @@ ms.author: allensu
2020
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.
2121

2222
>[!NOTE]
23-
>Azure Virtual Network NAT is available as Public preview at this time and available in a limited set of [regions](https://azure.microsoft.com/global-infrastructure/regions/). This preview is provided without a service level agreement and isn't recommended for production workloads. Certain features may not be supported or may have constrained capabilities. See the [Supplemental Terms of Use for Microsoft Azure Previews](https://azure.microsoft.com/support/legal/preview-supplemental-terms) for details.
23+
>Azure Virtual Network NAT is available as public preview at this time and available in a limited set of [regions](https://azure.microsoft.com/global-infrastructure/regions/). This preview is provided without a service level agreement and isn't recommended for production workloads. Certain features may not be supported or may have constrained capabilities. See the [Supplemental Terms of Use for Microsoft Azure Previews](https://azure.microsoft.com/support/legal/preview-supplemental-terms) for details.
2424
2525

2626
[!INCLUDE [cloud-shell-try-it.md](../../includes/cloud-shell-try-it.md)]
2727

28-
You can complete this tutorial using Azure cloud shell or run the respective commands locally. If you have never used Azure cloud shell, [sign in now](https://shell.azure.com) to go through the initial setup.
28+
You can complete this tutorial using Azure Cloud Shell or run the respective commands locally. If you have never used Azure Cloud Shell, [sign in now](https://shell.azure.com) to go through the initial setup.
2929
If you choose to run these commands locally, you need to install CLI. This tutorial requires that you're running a version of the Azure CLI version 2.0.71 or later. To find the version, run `az --version`. If you need to install or upgrade, see [Install Azure CLI]( /cli/azure/install-azure-cli).
3030

3131
> [!IMPORTANT]
@@ -204,7 +204,7 @@ First we need to discover the IP address of the VM you've created. To retrieve t
204204
205205
### Sign in to VM
206206

207-
The SSH credentials should be stored in your cloud shell from the previous operation. Open an [Azure Cloud Shell](https://shell.azure.com) in your browser. Use the IP address retrieved in the previous step to SSH to the virtual machine.
207+
The SSH credentials should be stored in your Cloud Shell from the previous operation. Open an [Azure Cloud Shell](https://shell.azure.com) in your browser. Use the IP address retrieved in the previous step to SSH to the virtual machine.
208208

209209
```bash
210210
ssh <ip-address-destination>

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ ms.author: allensu
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

2323
>[!NOTE]
24-
>Azure Virtual Network NAT is available as Public preview at this time and available in a limited set of [regions](./nat-overview.md#region-availability). This preview is provided without a service level agreement and isn't recommended for production workloads. Certain features may not be supported or may have constrained capabilities. See the [Supplemental Terms of Use for Microsoft Azure Previews](https://azure.microsoft.com/support/legal/preview-supplemental-terms) for details.
24+
>Azure Virtual Network NAT is available as public preview at this time and available in a limited set of [regions](./nat-overview.md#region-availability). This preview is provided without a service level agreement and isn't recommended for production workloads. Certain features may not be supported or may have constrained capabilities. See the [Supplemental Terms of Use for Microsoft Azure Previews](https://azure.microsoft.com/support/legal/preview-supplemental-terms) for details.
2525
2626
## Sign in to Azure
2727

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ ms.author: allensu
2222
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.
2323

2424
>[!NOTE]
25-
>Azure Virtual Network NAT is available as Public Preview at this time and available in a limited set of [regions](https://azure.microsoft.com/global-infrastructure/regions/). This preview is provided without a service level agreement and isn't recommended for production workloads. Certain features may not be supported or may have constrained capabilities. See the [Supplemental Terms of Use for Microsoft Azure Previews](https://azure.microsoft.com/support/legal/preview-supplemental-terms) for details.
25+
>Azure Virtual Network NAT is available as public preview at this time and available in a limited set of [regions](https://azure.microsoft.com/global-infrastructure/regions/). This preview is provided without a service level agreement and isn't recommended for production workloads. Certain features may not be supported or may have constrained capabilities. See the [Supplemental Terms of Use for Microsoft Azure Previews](https://azure.microsoft.com/support/legal/preview-supplemental-terms) for details.
2626
2727

2828
[!INCLUDE [cloud-shell-try-it.md](../../includes/cloud-shell-try-it.md)]

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ In this tutorial, you'll create a NAT gateway to provide outbound connectivity f
2424

2525
[!INCLUDE [cloud-shell-try-it.md](../../includes/cloud-shell-try-it.md)]
2626

27-
You can complete this tutorial using Azure cloud shell or run the respective commands locally. If you haven't used Azure cloud shell, you should [sign in now](https://shell.azure.com).
27+
You can complete this tutorial using Azure Cloud Shell or run the respective commands locally. If you haven't used Azure Cloud Shell, you should [sign in now](https://shell.azure.com).
2828

2929
If you choose to run these commands locally, you need to install CLI. This tutorial requires that you're running a version of the Azure CLI version 2.0.71 or later. To find the version, run `az --version`. If you need to install or upgrade, see [Install Azure CLI]( /cli/azure/install-azure-cli).
3030

@@ -317,7 +317,7 @@ First we need to discover the IP address of the destination VM. To get the publ
317317
318318
### Sign in to destination VM
319319

320-
The SSH credentials should be stored in your cloud shell from the previous operation. Open an [Azure Cloud Shell](https://shell.azure.com) in your browser. Use the IP address retrieved in the previous step to SSH to the virtual machine.
320+
The SSH credentials should be stored in your Cloud Shell from the previous operation. Open an [Azure Cloud Shell](https://shell.azure.com) in your browser. Use the IP address retrieved in the previous step to SSH to the virtual machine.
321321

322322
```bash
323323
ssh <ip-address-destination>
@@ -359,7 +359,7 @@ First we need to discover the IP address of the source VM. To get the public IP
359359
360360
### Sign in to source VM
361361

362-
Again, the SSH credentials are stored in cloud shell. Open a new tab for [Azure Cloud Shell](https://shell.azure.com) in your browser. Use the IP address retrieved in the previous step to SSH to the virtual machine.
362+
Again, the SSH credentials are stored in Cloud Shell. Open a new tab for [Azure Cloud Shell](https://shell.azure.com) in your browser. Use the IP address retrieved in the previous step to SSH to the virtual machine.
363363

364364
```bash
365365
ssh <ip-address-source>

0 commit comments

Comments
 (0)