Skip to content

Commit dd9e27b

Browse files
committed
updated title and intro text
1 parent f90313b commit dd9e27b

6 files changed

+31
-31
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: Create a VM with a public IP address with routing preference choice - Azure CLI
2+
title: Configure routing preference for a VM - Azure CLI
33
description: Learn how to create a VM with a public IP address with routing preference choice using the Azure command-line interface (CLI).
44
services: virtual-network
55
documentationcenter: na
@@ -14,9 +14,9 @@ ms.date: 05/18/2020
1414
ms.author: mnayak
1515

1616
---
17-
# Configure a virtual machine to route traffic with the routing preference type Internet using Azure CLI
17+
# Configure routing preference for a VM using Azure CLI
1818

19-
You can create a virtual machine with a public IP address with a routing preference choice. Internet bound traffic from the VM will be routed to and from internet via respective network based on the routing preference selection. The default routing is via Microsoft global network.
19+
This article shows you how to configure routing preference for a virtual machine. Internet bound traffic from the VM will be routed to and from internet via the ISP network when you choose **Internet** as your routing preference option . The default routing is via the Microsoft global network.
2020

2121
This article shows you how to create a virtual machine with a public IP that is set to route traffic via the public internet using Azure CLI.
2222

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

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: Create a VM with a public IP address with routing preference choice - Azure PowerShell
2+
title: Configure routing preference for a VM - Azure PowerShell
33
description: Learn how to create a VM with a public IP address with routing preference choice using the Azure PowerShell.
44
services: virtual-network
55
documentationcenter: na
@@ -14,9 +14,9 @@ ms.date: 05/18/2020
1414
ms.author: mnayak
1515

1616
---
17-
# Configure a virtual machine to route traffic via the internet using Azure PowerShell
17+
# Configure routing preference for a VM using Azure PowerShell
1818

19-
You can create a virtual machine with a public IP address with a routing preference choice. Internet bound traffic from the VM will be routed to and from internet via respective network based on the routing preference selection. The default routing is via Microsoft global network.
19+
This article shows you how to configure routing preference for a virtual machine. Internet bound traffic from the VM will be routed to and from internet via the ISP network when you choose **Internet** as your routing preference option . The default routing is via the Microsoft global network.
2020

2121
This article shows you how to create a virtual machine with a public IP that is set to route traffic via the Internet using Azure PowerShell.
2222

@@ -27,9 +27,9 @@ This article shows you how to create a virtual machine with a public IP that is
2727
2828
## Register the feature for your subscription
2929
The Routing Preference feature is currently in preview. You must register the feature for your subscription as follows:
30-
```azurepowershell
31-
Register-AzProviderFeature -FeatureName AllowRoutingPreferenceFeature ProviderNamespace Microsoft.Network
32-
```
30+
```azurepowershell
31+
Register-AzProviderFeature -FeatureName AllowRoutingPreferenceFeature ProviderNamespace Microsoft.Network
32+
```
3333

3434
## Create a resource group
3535
1. If using the Cloud Shell, skip to step 2. Open a command session and sign into Azure with `Connect-AzAccount`.

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

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: Create a public IP address with Internet traffic routing preference using Azure CLI
2+
title: Configure routing preference for a public IP address using Azure CLI
33
titlesuffix: Azure Virtual Network
44
description: Learn how to create a public IP with an Internet traffic routing preference
55
services: virtual-network
@@ -15,9 +15,9 @@ ms.date: 05/18/2020
1515
ms.author: mnayak
1616

1717
---
18-
# Create a public IP address with Internet traffic routing preference using Azure CLI
18+
# Configure routing preference for a public IP address using Azure CLI
1919

20-
This article shows you how to create a public IP address with an Internet routing preference using Azure CLI. After creating the public IP address, you can associate it with the following Azure resources for inbound and outbound traffic to the internet:
20+
This article shows you how to configure routing preference via ISP network (**Internet** option) for a public IP address using Azure CLI. After creating the public IP address, you can associate it with the following Azure resources for inbound and outbound traffic to the internet:
2121

2222
* Virtual machine
2323
* Virtual machine scale set
@@ -38,9 +38,9 @@ If you decide to install and use Azure CLI locally instead, this quickstart requ
3838

3939
## Register the feature for your subscription
4040
The Routing Preference feature is currently in preview. You must register the feature for your subscription as follows:
41-
```azurecli
42-
az feature register --namespace Microsoft.Network --name AllowRoutingPreferenceFeature
43-
```
41+
```azurecli
42+
az feature register --namespace Microsoft.Network --name AllowRoutingPreferenceFeature
43+
```
4444

4545
## Create a resource group
4646
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/routing-preference-portal.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: Create a public IP address with Internet traffic routing preference - Azure portal
2+
title: Configure routing preference for a public IP address - Azure portal
33
description: Learn how to create a public IP with an Internet traffic routing preference
44
services: virtual-network
55
documentationcenter: na
@@ -14,9 +14,9 @@ ms.date: 05/18/2020
1414
ms.author: mnayak
1515

1616
---
17-
# Create a public IP address with the routing preference type Internet using the Azure portal
17+
# Configure routing preference for a public IP addressusing the Azure portal
1818

19-
This article shows you how to create a public IP address with the routing preference type Internet using the Azure portal. After creating the public IP address, you can associate it with the following Azure resources for inbound and outbound traffic to the internet:
19+
This article shows you how to configure routing preference via ISP network (**Internet** option) for a public IP address. After creating the public IP address, you can associate it with the following Azure resources for inbound and outbound traffic to the internet:
2020

2121
* Virtual machine
2222
* Virtual machine scale set
@@ -34,9 +34,9 @@ If you don't have an Azure subscription, create a [free account](https://azure.m
3434

3535
## Register the feature for your subscription
3636
The Routing Preference feature is currently in preview. You must register the feature for your subscription using Azure PowerShell as follows:
37-
```azurepowershell
38-
Register-AzProviderFeature -FeatureName AllowRoutingPreferenceFeature ProviderNamespace Microsoft.Network
39-
```
37+
```azurepowershell
38+
Register-AzProviderFeature -FeatureName AllowRoutingPreferenceFeature -ProviderNamespace Microsoft.Network
39+
```
4040

4141
## Create a public IP address with a routing preference
4242
1. Sign in to the [Azure portal](https://preview.portal.azure.com/).

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

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: Create a public IP address with Internet traffic routing preference - Azure PowerShell
2+
title: Configure routing preference for a public IP address - Azure PowerShell
33
titlesuffix: Azure Virtual Network
44
description: Learn how to create a public IP with an Internet traffic routing preference using Azure PowerShell.
55
services: virtual-network
@@ -14,9 +14,9 @@ ms.workload: infrastructure-services
1414
ms.date: 05/18/2020
1515
ms.author: mnayak
1616
---
17-
# Create a public IP address with the routing preference type Internet using Azure PowerShell
17+
# Configure routing preference for a public IP address using Azure PowerShell
1818

19-
This article shows you how to create a public IP address with the routing preference type Internet using Azure PowerShell. After creating the public IP address, you can associate it with the following Azure resources for inbound and outbound traffic to the internet:
19+
This article shows you how to configure routing preference via ISP network (**Internet** option) for a public IP address using Azure PowerShell. After creating the public IP address, you can associate it with the following Azure resources for inbound and outbound traffic to the internet:
2020

2121
* Virtual machine
2222
* Virtual machine scale set
@@ -37,9 +37,9 @@ If you choose to install and use PowerShell locally, this article requires the A
3737

3838
## Register the feature for your subscription
3939
The Routing Preference feature is currently in preview. You must register the feature for your subscription as follows:
40-
```azurepowershell
41-
Register-AzProviderFeature -FeatureName AllowRoutingPreferenceFeature ProviderNamespace Microsoft.Network
42-
```
40+
```azurepowershell
41+
Register-AzProviderFeature -FeatureName AllowRoutingPreferenceFeature -ProviderNamespace Microsoft.Network
42+
```
4343

4444
## Create a resource group
4545

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: Configure a VM with the routing preference type Internet - Azure portal
2+
title: Configure routing preference for a VM - Azure portal
33
description: Learn how to create a VM with a public IP address with routing preference choice using the Azure portal.
44
services: virtual-network
55
documentationcenter: na
@@ -14,9 +14,9 @@ ms.date: 05/18/2020
1414
ms.author: mnayak
1515

1616
---
17-
# Configure a virtual machine with the routing preference type Internet using the Azure Portal
17+
# Configure routing preference for a VM using the Azure portal
1818

19-
You can create a virtual machine with a routing preference choice. Internet bound traffic from the VM will be routed to and from internet via respective network based on the routing preference selection. The default routing is via Microsoft global network.
19+
This article shows you how to configure routing preference for a virtual machine. Internet bound traffic from the VM will be routed to and from internet via the ISP network when you choose **Internet** as your routing preference option . The default routing is via the Microsoft global network.
2020

2121
This article shows you how to create a virtual machine with a public IP that is set to route traffic via the public internet using the Azure portal.
2222

@@ -67,7 +67,7 @@ Sign in to the [Azure portal](https://preview.portal.azure.com/).
6767

6868
![View public IP address](./media/tutorial-routing-preference-virtual-machine-portal/pip-properties-new.png)
6969

70-
11. Select **Networking** , then click on nic **mynic** and then click on the public ip address to confirm that the routing preference is assigned as **Internet**.
70+
11. Select **Networking**, then click on nic **mynic** and then select the public ip address to confirm that the routing preference is assigned as **Internet**.
7171
![View public IP address](./media/tutorial-routing-preference-virtual-machine-portal/pip-routing-internet-new.png)
7272

7373
## Clean up resources

0 commit comments

Comments
 (0)