Skip to content

Commit 219e99f

Browse files
committed
acrolinx
1 parent 22b0a1f commit 219e99f

File tree

1 file changed

+12
-12
lines changed

1 file changed

+12
-12
lines changed

articles/virtual-network/ip-services/configure-routing-preference-virtual-machine.md

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ ms.custom: template-tutorial
1212

1313
# Tutorial: Configure routing preference for a virtual machine
1414

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

1717
In this tutorial, you learn how to:
1818

@@ -22,7 +22,7 @@ In this tutorial, you learn how to:
2222
2323
## Prerequisites
2424

25-
# [Azure Portal](#tab/azure-portal)
25+
# [Azure portal](#tab/azure-portal)
2626

2727
- An Azure account with an active subscription. [Create an account for free](https://azure.microsoft.com/free/?WT.mc_id=A261C142F).
2828

@@ -44,9 +44,9 @@ If you choose to install and use PowerShell locally, this article requires the A
4444

4545
## Create virtual machine with a public IP address
4646

47-
# [Azure Portal](#tab/azure-portal)
47+
# [Azure portal](#tab/azure-portal)
4848

49-
In this section, you'll create a virtual machine and public IP address in the Azure portal. During the public IP address configuration, you'll select **Internet** for routing preference.
49+
In this section, you create a virtual machine and public IP address in the Azure portal. During the public IP address configuration, you select **Internet** for routing preference.
5050

5151
1. Sign in to the [Azure portal](https://portal.azure.com).
5252

@@ -60,7 +60,7 @@ In this section, you'll create a virtual machine and public IP address in the Az
6060
| ------- | ----- |
6161
| **Project details** | |
6262
| Subscription | Select your subscription. |
63-
| Resource group | Select **Create new**. </br> Enter **TutorVMRoutePref-rg**. Select **OK**. |
63+
| Resource group | Select **Create new**.</br> Enter **TutorVMRoutePref-rg**. Select **OK**. |
6464
| **Instance details** | |
6565
| Virtual machine name | Enter **myVM**. |
6666
| Region | Select **(US) West US 2**. |
@@ -74,7 +74,7 @@ In this section, you'll create a virtual machine and public IP address in the Az
7474
| Confirm password | Reenter password. |
7575
| **Inbound port rules** |
7676
| Public inbound ports | Select **Allow selected ports**. |
77-
| Select inbound ports | Leave the default of **RDP (3389)**. </br> _**Opening port 3389 from the internet is not recommended for production workloads**_. |
77+
| Select inbound ports | Leave the default of **RDP (3389)**.</br> _**Opening port 3389 from the internet is not recommended for production workloads**_. |
7878

7979
:::image type="content" source="./media/tutorial-routing-preference-virtual-machine-portal/create-virtual-machine.png" alt-text="Screenshot of create virtual machine.":::
8080

@@ -87,7 +87,7 @@ In this section, you'll create a virtual machine and public IP address in the Az
8787
| **Network interface** | |
8888
| Virtual network | Leave the default of **(new) TutorVMRoutePref-rg-vnet**. |
8989
| Subnet | Leave the default of **(new) default (10.1.0.0/24)**. |
90-
| Public IP | Select **Create new**. </br> In **Name**, enter **myPublicIP**. </br> Select **Standard** in **SKU**. </br> In **Routing preference**, select **Internet**. </br> Select **OK**. |
90+
| Public IP | Select **Create new**.</br> In **Name**, enter **myPublicIP**.</br> Select **Standard** in **SKU**.</br> In **Routing preference**, select **Internet**.</br> Select **OK**. |
9191

9292
:::image type="content" source="./media/tutorial-routing-preference-virtual-machine-portal/create-public-ip.png" alt-text="Screenshot of create public IP address.":::
9393

@@ -97,7 +97,7 @@ In this section, you'll create a virtual machine and public IP address in the Az
9797

9898
# [Azure CLI](#tab/azure-cli)
9999

100-
In this section, you'll create a resource group, public IP address, and virtual machine using the Azure CLI. The public IP address created in the previous section is attached to the VM during creation.
100+
In this section, you create a resource group, public IP address, and virtual machine using the Azure CLI. The public IP address created in the previous section is attached to the VM during creation.
101101

102102
## Create a resource group
103103

@@ -139,7 +139,7 @@ az vm create \
139139

140140
# [Azure PowerShell](#tab/azure-powershell)
141141

142-
In this section, you'll create a resource group, public IP address, and virtual machine using Azure PowerShell. The public IP address created in the previous section is attached to the VM during creation.
142+
In this section, you create a resource group, public IP address, and virtual machine using Azure PowerShell. The public IP address created in the previous section is attached to the VM during creation.
143143

144144
## Create a resource group
145145

@@ -197,9 +197,9 @@ New-AzVM @vm
197197

198198
## Verify internet routing preference
199199

200-
# [Azure Portal](#tab/azure-portal)
200+
# [Azure portal](#tab/azure-portal)
201201

202-
In this section, you'll search for the public IP address previously created and verify the internet routing preference using the Azure portal.
202+
In this section, you search for the public IP address previously created and verify the internet routing preference using the Azure portal.
203203

204204
1. In the portal search box, enter **Public IP address**. In the search results, select **Public IP addresses**.
205205

@@ -240,7 +240,7 @@ Get-AzPublicIPAddress @ip | select -ExpandProperty IpTags
240240

241241
## Clean up resources
242242

243-
# [Azure Portal](#tab/azure-portal)
243+
# [Azure portal](#tab/azure-portal)
244244

245245
If you're not going to continue to use this application, delete the public IP address with the following steps:
246246

0 commit comments

Comments
 (0)