Skip to content

Commit fb121ae

Browse files
committed
fixed blocking issue
1 parent 2fc3836 commit fb121ae

5 files changed

+18
-15
lines changed

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

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -122,6 +122,7 @@ az group delete --name myResourceGroup --yes
122122

123123
## Next steps
124124

125-
* Learn more about [routing preference in public IP addresses](routing-preference-overview.md).
126-
* Learn more about [public IP addresses](virtual-network-ip-addresses-overview-arm.md#public-ip-addresses) in Azure.
127-
* Learn more about [public IP address settings](virtual-network-public-ip-address.md#create-a-public-ip-address).
125+
- Learn more about [Public IP with routing preference](routing-preference-overview.md).
126+
- Learn more about [routing preference in public IP addresses](routing-preference-overview.md).
127+
- Learn more about [public IP addresses](virtual-network-ip-addresses-overview-arm.md#public-ip-addresses) in Azure.
128+
- Learn more about [public IP address settings](virtual-network-public-ip-address.md#create-a-public-ip-address).

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

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,7 @@ az network public-ip create \
6565
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).
6666

6767
## Next steps
68-
* Learn more about [routing preference in public IP addresses](routing-preference-overview.md).
69-
* [Deploy a VM and associate a public ip with routing preference choice using the Azure CLI](configure-routing-preference-virtual-machine-cli.md).
68+
- Learn more about [Public IP with routing preference](routing-preference-overview.md).
69+
- Learn more about [routing preference in public IP addresses](routing-preference-overview.md).
70+
- [Deploy a VM and associate a public ip with routing preference choice using the Azure CLI](configure-routing-preference-virtual-machine-cli.md).
7071

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

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,8 @@ If you don't have an Azure subscription, create a [free account](https://azure.m
4747
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).
4848

4949
## Next steps
50-
- [Deploy a VM and assign a public IP with routing preference choice using the Azure portal](tutorial-routing-preference-virtual-machine-portal.md)
51-
- [Create a public IP with routing preference choice using the PowerShell](routing-preference-powershell.md)
52-
- Learn more about [public IP addresses](virtual-network-ip-addresses-overview-arm.md#public-ip-addresses) in Azure
53-
- Learn more about all [public IP address settings](virtual-network-public-ip-address.md#create-a-public-ip-address)
50+
- Learn more about [Public IP with routing preference](routing-preference-overview.md).
51+
- [Deploy a VM and assign a public IP with routing preference choice using the Azure portal](tutorial-routing-preference-virtual-machine-portal.md).
52+
- [Create a public IP with routing preference choice using the PowerShell](routing-preference-powershell.md).
53+
- Learn more about [public IP addresses](virtual-network-ip-addresses-overview-arm.md#public-ip-addresses) in Azure.
54+
- 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: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,6 @@ Remove-AzResourceGroup -Name myResourceGroup
7373
```
7474

7575
## Next steps
76-
77-
* Learn more about [routing preference in public IP addresses](routing-preference-overview.md).
78-
* [Deploy a VM and associate a public IP with routing preference choice using the Azure PowerShell](configure-routing-preference-virtual-machine-powershell.md).
76+
- Learn more about [Public IP with routing preference](routing-preference-overview.md).
77+
- Learn more about [routing preference in public IP addresses](routing-preference-overview.md).
78+
- [Deploy a VM and associate a public IP with routing preference choice using the Azure PowerShell](configure-routing-preference-virtual-machine-powershell.md).

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: Configure a VM with Internet routing preference using the Azure Portal - Azure portal
2+
title: Configure a VM with Internet routing preference using the 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,7 +14,7 @@ ms.date: 05/18/2020
1414
ms.author: mnayak
1515

1616
---
17-
# Configure a virtual machine to route traffic via the internet using the Azure Portal
17+
# Configure a virtual machine to route traffic via the internet using the Azure portal
1818

1919
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.
2020

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

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

0 commit comments

Comments
 (0)