Skip to content

Commit 6982ff2

Browse files
committed
updated
1 parent dd9e27b commit 6982ff2

5 files changed

+8
-8
lines changed

articles/virtual-network/configure-routing-preference-virtual-machine-cli.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -26,10 +26,10 @@ This article shows you how to create a virtual machine with a public IP that is
2626
> For more information, see [Supplemental Terms of Use for Microsoft Azure Previews](https://azure.microsoft.com/support/legal/preview-supplemental-terms/).
2727
2828
## Register the feature for your subscription
29-
The Routing Preference feature is currently in preview. You must register the feature for your subscription as follows:
30-
```azurecli
31-
az feature register --namespace Microsoft.Network --name AllowRoutingPreferenceFeature
32-
```
29+
The Routing Preference feature is currently in preview. Register the feature for your subscription as follows:
30+
```azurecli
31+
az feature register --namespace Microsoft.Network --name AllowRoutingPreferenceFeature
32+
```
3333
## Create a resource group
3434
1. If using the Cloud Shell, skip to step 2. Open a command session and sign into Azure with `az login`.
3535
2. Create a resource group with the [az group create](/cli/azure/group#az-group-create) command. The following example creates a resource group in the East US Azure region:

articles/virtual-network/configure-routing-preference-virtual-machine-powershell.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ This article shows you how to create a virtual machine with a public IP that is
2626
> For more information, see [Supplemental Terms of Use for Microsoft Azure Previews](https://azure.microsoft.com/support/legal/preview-supplemental-terms/).
2727
2828
## Register the feature for your subscription
29-
The Routing Preference feature is currently in preview. You must register the feature for your subscription as follows:
29+
The Routing Preference feature is currently in preview. Register the feature for your subscription as follows:
3030
```azurepowershell
3131
Register-AzProviderFeature -FeatureName AllowRoutingPreferenceFeature ProviderNamespace Microsoft.Network
3232
```

articles/virtual-network/routing-preference-cli.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ If you don't have an Azure subscription, create a [free account](https://azure.m
3737
If you decide to install and use Azure CLI locally instead, this quickstart requires you to use Azure CLI version 2.0.49 or later. To find your installed version, run `az --version`. See [Install Azure CLI](/cli/azure/install-azure-cli) for install or upgrade info.
3838

3939
## Register the feature for your subscription
40-
The Routing Preference feature is currently in preview. You must register the feature for your subscription as follows:
40+
The Routing Preference feature is currently in preview. Register the feature for your subscription as follows:
4141
```azurecli
4242
az feature register --namespace Microsoft.Network --name AllowRoutingPreferenceFeature
4343
```

articles/virtual-network/routing-preference-portal.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ This article shows you how to configure routing preference via ISP network (**In
3333
If you don't have an Azure subscription, create a [free account](https://azure.microsoft.com/free/?WT.mc_id=A261C142F) now.
3434

3535
## Register the feature for your subscription
36-
The Routing Preference feature is currently in preview. You must register the feature for your subscription using Azure PowerShell as follows:
36+
The Routing Preference feature is currently in preview. Register the feature for your subscription using Azure PowerShell as follows:
3737
```azurepowershell
3838
Register-AzProviderFeature -FeatureName AllowRoutingPreferenceFeature -ProviderNamespace Microsoft.Network
3939
```

articles/virtual-network/routing-preference-powershell.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ If you don't have an Azure subscription, create a [free account](https://azure.m
3636
If you choose to install and use PowerShell locally, this article requires the Azure PowerShell module version 6.9.0 or later. Run `Get-Module -ListAvailable Az` to find the installed version. If you need to upgrade, see [Install Azure PowerShell module](/powershell/azure/install-Az-ps). If you are running PowerShell locally, you also need to run `Connect-AzAccount` to create a connection with Azure.
3737

3838
## Register the feature for your subscription
39-
The Routing Preference feature is currently in preview. You must register the feature for your subscription as follows:
39+
The Routing Preference feature is currently in preview. Register the feature for your subscription as follows:
4040
```azurepowershell
4141
Register-AzProviderFeature -FeatureName AllowRoutingPreferenceFeature -ProviderNamespace Microsoft.Network
4242
```

0 commit comments

Comments
 (0)