Skip to content

Commit a652576

Browse files
committed
feedback incorp
1 parent 6dc2a6d commit a652576

7 files changed

+25
-21
lines changed

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

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ ms.author: mnayak
1616
---
1717
# Configure routing preference for a VM using Azure CLI
1818

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.
19+
This article shows you how to configure routing preference for a virtual machine. Internet bound traffic from the VM will be routed 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

@@ -127,7 +127,6 @@ az group delete --name myResourceGroup --yes
127127

128128
## Next steps
129129

130-
- Learn more about [Public IP with routing preference](routing-preference-overview.md).
131130
- Learn more about [routing preference in public IP addresses](routing-preference-overview.md).
132131
- Learn more about [public IP addresses](virtual-network-ip-addresses-overview-arm.md#public-ip-addresses) in Azure.
133132
- Learn more about [public IP address settings](virtual-network-public-ip-address.md#create-a-public-ip-address).

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,9 @@ ms.author: mnayak
1616
---
1717
# Configure routing preference for a VM using Azure PowerShell
1818

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.
19+
This article shows you how to configure routing preference for a virtual machine. Internet bound traffic from the VM will be routed via the ISP network when you choose **Internet** as your routing preference option . The default routing is via the Microsoft global network.
2020

21-
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.
21+
This article shows you how to create a virtual machine with a public IP that is set to route traffic via the ISP network using Azure PowerShell.
2222

2323
> [!IMPORTANT]
2424
> Routing preference is currently in public preview.

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

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,8 @@ This article shows you how to configure routing preference via ISP network (**In
2626
* Application Gateway
2727
* Azure Firewall
2828

29+
By default, traffic is routed via the Microsoft global network for all Azure services and can be associated with any Azure services.
30+
2931
> [!IMPORTANT]
3032
> Routing preference is currently in public preview.
3133
> This preview version is provided without a service level agreement, and it's not recommended for production workloads. Certain features might not be supported or might have constrained capabilities.
@@ -71,7 +73,7 @@ az network public-ip create \
7173
You can associate the above created public IP address with a [Windows](../virtual-machines/windows/overview.md?toc=%2fazure%2fvirtual-network%2ftoc.json) or [Linux](../virtual-machines/linux/overview.md?toc=%2fazure%2fvirtual-network%2ftoc.json) virtual machine. Use the CLI section on the tutorial page: [Associate a public IP address to a virtual machine](associate-public-ip-address-vm.md#azure-cli) to associate the Public IP to your VM. You can also associate the public IP address created above with with an [Azure Load Balancer](../load-balancer/load-balancer-overview.md), by assigning it to the load balancer **frontend** configuration. The public IP address serves as a load-balanced virtual IP address (VIP).
7274

7375
## Next steps
74-
- Learn more about [Public IP with routing preference](routing-preference-overview.md).
76+
7577
- Learn more about [routing preference in public IP addresses](routing-preference-overview.md).
76-
- [Deploy a VM and associate a public ip with routing preference choice using the Azure CLI](configure-routing-preference-virtual-machine-cli.md).
78+
- [Configure routing preference for a VM using the Azure CLI](configure-routing-preference-virtual-machine-cli.md).
7779

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

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -26,13 +26,13 @@ Azure routing preference enables you to choose how your traffic routes between A
2626
2727
## Routing via Microsoft global network
2828

29-
When you route your traffic via the *Microsoft global network*, traffic is delivered over one of the largest networks on the globe spanning over 160,000 miles of fiber with over 165 edge Point of Presence (POPs). The network is well provisioned with multiple redundant fiber paths to ensure exceptionally high reliability and availability. The traffic engineering is managed by a software defined WAN controller that ensures low latency path selection for your traffic and offers the premium network performance.
29+
When you route your traffic via the *Microsoft global network*, traffic is delivered over one of the largest networks on the globe spanning over 160,000 miles of fiber with over 165 edge Point of Presence (POP). The network is well provisioned with multiple redundant fiber paths to ensure exceptionally high reliability and availability. The traffic engineering is managed by a software defined WAN controller that ensures low latency path selection for your traffic and offers the premium network performance.
3030

3131
![Routing via Microsoft global network](media/routing-preference-overview/route-via-microsoft-global-network.png)
3232

33-
**Ingress traffic:** The global BGP Anycast announcement ensures ingress traffic enters Microsoft network closest to the user. For example, if a user from Singapore accesses Azure resources hosted in Chicago, USA then traffic is entered into Microsoft global network in Singapore Edge Point Of Presence (PoP) and travels on Microsoft network to the service hosted in Chicago.
33+
**Ingress traffic:** The global BGP Anycast announcement ensures ingress traffic enters Microsoft network closest to the user. For example, if a user from Singapore accesses Azure resources hosted in Chicago, USA then traffic is entered into Microsoft global network in Singapore Edge POP and travels on Microsoft network to the service hosted in Chicago.
3434

35-
**Egress traffic:** The egress traffic follows the same principle. Traffic travels majority of its journey on Microsoft global network and exits closest to the user. For example, if traffic from Azure Chicago is destined to a user from Singapore, then traffic travels on Microsoft network from Chicago to Singapore, and exits the Microsoft network in Singapore Edge Point Of Presence (PoP).
35+
**Egress traffic:** The egress traffic follows the same principle. Traffic travels majority of its journey on Microsoft global network and exits closest to the user. For example, if traffic from Azure Chicago is destined to a user from Singapore, then traffic travels on Microsoft network from Chicago to Singapore, and exits the Microsoft network in Singapore Edge POP.
3636

3737
Both ingress and egress traffic stays bulk of the travel on the Microsoft global network. This is also known as *cold potato routing*.
3838

@@ -94,5 +94,5 @@ Routing Preference support for storage account is available in the following Azu
9494

9595
## Next steps
9696

97-
* [Create a VM with Internet routing preference using the Azure PowerShell](configure-routing-preference-virtual-machine-powershell.md)
98-
* [Create a VM with Internet routing preference using the Azure CLI](configure-routing-preference-virtual-machine-cli.md)
97+
* [Configure routing preference for a VM using the Azure PowerShell](configure-routing-preference-virtual-machine-powershell.md)
98+
* [Configure routing preference for a VM using the Azure CLI](configure-routing-preference-virtual-machine-cli.md)

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

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ ms.date: 05/18/2020
1414
ms.author: mnayak
1515

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

1919
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

@@ -24,6 +24,7 @@ This article shows you how to configure routing preference via ISP network (**In
2424
* Internet-facing load balancer
2525
* Application Gateway
2626
* Azure Firewall
27+
By default, traffic is routed via the Microsoft global network for all Azure services and can be associated with any Azure services.
2728

2829
> [!IMPORTANT]
2930
> Routing preference is currently in public preview.
@@ -53,8 +54,8 @@ Register-AzProviderFeature -FeatureName AllowRoutingPreferenceFeature -ProviderN
5354
You can associate the above created public IP address with a [Windows](../virtual-machines/windows/overview.md?toc=%2fazure%2fvirtual-network%2ftoc.json) or [Linux](../virtual-machines/linux/overview.md?toc=%2fazure%2fvirtual-network%2ftoc.json) virtual machine. Use the CLI section on the tutorial page: [Associate a public IP address to a virtual machine](associate-public-ip-address-vm.md#azure-cli) to associate the public IP to your VM. You can also associate the public IP address created above with an [Azure Load Balancer](../load-balancer/load-balancer-overview.md), by assigning it to the load balancer **frontend** configuration. The public IP address serves as a load-balanced virtual IP address (VIP).
5455

5556
## Next steps
56-
- Learn more about [Public IP with routing preference](routing-preference-overview.md).
57-
- [Deploy a VM and assign a public IP with routing preference choice using the Azure portal](tutorial-routing-preference-virtual-machine-portal.md).
58-
- [Create a public IP with routing preference choice using the PowerShell](routing-preference-powershell.md).
57+
- Learn more about [public IP with routing preference](routing-preference-overview.md).
58+
- [Configure routing preference for a VM](tutorial-routing-preference-virtual-machine-portal.md).
59+
- [Configure routing preference for a public IP address using the PowerShell](routing-preference-powershell.md).
5960
- Learn more about [public IP addresses](virtual-network-ip-addresses-overview-arm.md#public-ip-addresses) in Azure.
6061
- Learn more about all [public IP address settings](virtual-network-public-ip-address.md#create-a-public-ip-address).

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

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,8 @@ This article shows you how to configure routing preference via ISP network (**In
2525
* Application Gateway
2626
* Azure Firewall
2727

28+
By default, traffic is routed via the Microsoft global network for all Azure services and can be associated with any Azure services.
29+
2830
> [!IMPORTANT]
2931
> Routing preference is currently in public preview.
3032
> This preview version is provided without a service level agreement, and it's not recommended for production workloads. Certain features might not be supported or might have constrained capabilities.
@@ -79,6 +81,6 @@ Remove-AzResourceGroup -Name myResourceGroup
7981
```
8082

8183
## Next steps
82-
- Learn more about [Public IP with routing preference](routing-preference-overview.md).
84+
8385
- Learn more about [routing preference in public IP addresses](routing-preference-overview.md).
84-
- [Deploy a VM and associate a public IP with routing preference choice using the Azure PowerShell](configure-routing-preference-virtual-machine-powershell.md).
86+
- [Configure routing preference for a VM using the Azure PowerShell](configure-routing-preference-virtual-machine-powershell.md).

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ ms.author: mnayak
1616
---
1717
# Configure routing preference for a VM using the Azure portal
1818

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.
19+
This article shows you how to configure routing preference for a virtual machine. Internet bound traffic from the VM will be routed 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

@@ -79,6 +79,6 @@ When no longer needed, delete the resource group and all of the resources it con
7979
3. Enter *myResourceGroup* for **TYPE THE RESOURCE GROUP NAME:** and select **Delete**.
8080

8181
## Next steps
82-
- Learn more about [Public IP with routing preference](routing-preference-overview.md).
83-
- Learn more about [public IP addresses](virtual-network-ip-addresses-overview-arm.md#public-ip-addresses) in Azure
84-
- Learn more about all [public IP address settings](virtual-network-public-ip-address.md#create-a-public-ip-address)
82+
- Learn more about [public IP with routing preference](routing-preference-overview.md).
83+
- Learn more about [public IP addresses](virtual-network-ip-addresses-overview-arm.md#public-ip-addresses) in Azure.
84+
- Learn more about all [public IP address settings](virtual-network-public-ip-address.md#create-a-public-ip-address).

0 commit comments

Comments
 (0)