You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/virtual-network/configure-routing-preference-virtual-machine-cli.md
+1-2Lines changed: 1 addition & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -16,7 +16,7 @@ ms.author: mnayak
16
16
---
17
17
# Configure routing preference for a VM using Azure CLI
18
18
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.
20
20
21
21
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.
22
22
@@ -127,7 +127,6 @@ az group delete --name myResourceGroup --yes
127
127
128
128
## Next steps
129
129
130
-
- Learn more about [Public IP with routing preference](routing-preference-overview.md).
131
130
- Learn more about [routing preference in public IP addresses](routing-preference-overview.md).
132
131
- Learn more about [public IP addresses](virtual-network-ip-addresses-overview-arm.md#public-ip-addresses) in Azure.
133
132
- Learn more about [public IP address settings](virtual-network-public-ip-address.md#create-a-public-ip-address).
Copy file name to clipboardExpand all lines: articles/virtual-network/configure-routing-preference-virtual-machine-powershell.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -16,9 +16,9 @@ ms.author: mnayak
16
16
---
17
17
# Configure routing preference for a VM using Azure PowerShell
18
18
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.
20
20
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.
22
22
23
23
> [!IMPORTANT]
24
24
> Routing preference is currently in public preview.
Copy file name to clipboardExpand all lines: articles/virtual-network/routing-preference-cli.md
+4-2Lines changed: 4 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -26,6 +26,8 @@ This article shows you how to configure routing preference via ISP network (**In
26
26
* Application Gateway
27
27
* Azure Firewall
28
28
29
+
By default, traffic is routed via the Microsoft global network for all Azure services and can be associated with any Azure services.
30
+
29
31
> [!IMPORTANT]
30
32
> Routing preference is currently in public preview.
31
33
> 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 \
71
73
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).
72
74
73
75
## Next steps
74
-
- Learn more about [Public IP with routing preference](routing-preference-overview.md).
76
+
75
77
- 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).
Copy file name to clipboardExpand all lines: articles/virtual-network/routing-preference-overview.md
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -26,13 +26,13 @@ Azure routing preference enables you to choose how your traffic routes between A
26
26
27
27
## Routing via Microsoft global network
28
28
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.
30
30
31
31

32
32
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.
34
34
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.
36
36
37
37
Both ingress and egress traffic stays bulk of the travel on the Microsoft global network. This is also known as *cold potato routing*.
38
38
@@ -94,5 +94,5 @@ Routing Preference support for storage account is available in the following Azu
94
94
95
95
## Next steps
96
96
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)
Copy file name to clipboardExpand all lines: articles/virtual-network/routing-preference-portal.md
+5-4Lines changed: 5 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -14,7 +14,7 @@ ms.date: 05/18/2020
14
14
ms.author: mnayak
15
15
16
16
---
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
18
18
19
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:
20
20
@@ -24,6 +24,7 @@ This article shows you how to configure routing preference via ISP network (**In
24
24
* Internet-facing load balancer
25
25
* Application Gateway
26
26
* 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.
27
28
28
29
> [!IMPORTANT]
29
30
> Routing preference is currently in public preview.
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).
54
55
55
56
## 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).
59
60
- Learn more about [public IP addresses](virtual-network-ip-addresses-overview-arm.md#public-ip-addresses) in Azure.
60
61
- Learn more about all [public IP address settings](virtual-network-public-ip-address.md#create-a-public-ip-address).
Copy file name to clipboardExpand all lines: articles/virtual-network/routing-preference-powershell.md
+4-2Lines changed: 4 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -25,6 +25,8 @@ This article shows you how to configure routing preference via ISP network (**In
25
25
* Application Gateway
26
26
* Azure Firewall
27
27
28
+
By default, traffic is routed via the Microsoft global network for all Azure services and can be associated with any Azure services.
29
+
28
30
> [!IMPORTANT]
29
31
> Routing preference is currently in public preview.
30
32
> 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.
- Learn more about [Public IP with routing preference](routing-preference-overview.md).
84
+
83
85
- 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).
Copy file name to clipboardExpand all lines: articles/virtual-network/tutorial-routing-preference-virtual-machine-portal.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -16,7 +16,7 @@ ms.author: mnayak
16
16
---
17
17
# Configure routing preference for a VM using the Azure portal
18
18
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.
20
20
21
21
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.
22
22
@@ -79,6 +79,6 @@ When no longer needed, delete the resource group and all of the resources it con
79
79
3. Enter *myResourceGroup* for **TYPE THE RESOURCE GROUP NAME:** and select **Delete**.
80
80
81
81
## 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