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/ip-services/configure-routing-preference-virtual-machine.md
+12-12Lines changed: 12 additions & 12 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -12,7 +12,7 @@ ms.custom: template-tutorial
12
12
13
13
# Tutorial: Configure routing preference for a virtual machine
14
14
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.
16
16
17
17
In this tutorial, you learn how to:
18
18
@@ -22,7 +22,7 @@ In this tutorial, you learn how to:
22
22
23
23
## Prerequisites
24
24
25
-
# [Azure Portal](#tab/azure-portal)
25
+
# [Azure portal](#tab/azure-portal)
26
26
27
27
- An Azure account with an active subscription. [Create an account for free](https://azure.microsoft.com/free/?WT.mc_id=A261C142F).
28
28
@@ -44,9 +44,9 @@ If you choose to install and use PowerShell locally, this article requires the A
44
44
45
45
## Create virtual machine with a public IP address
46
46
47
-
# [Azure Portal](#tab/azure-portal)
47
+
# [Azure portal](#tab/azure-portal)
48
48
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.
50
50
51
51
1. Sign in to the [Azure portal](https://portal.azure.com).
52
52
@@ -60,7 +60,7 @@ In this section, you'll create a virtual machine and public IP address in the Az
60
60
| ------- | ----- |
61
61
|**Project details**||
62
62
| 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**. |
64
64
|**Instance details**||
65
65
| Virtual machine name | Enter **myVM**. |
66
66
| 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
74
74
| Confirm password | Reenter password. |
75
75
|**Inbound port rules**|
76
76
| 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**_. |
78
78
79
79
:::image type="content" source="./media/tutorial-routing-preference-virtual-machine-portal/create-virtual-machine.png" alt-text="Screenshot of create virtual machine.":::
80
80
@@ -87,7 +87,7 @@ In this section, you'll create a virtual machine and public IP address in the Az
87
87
|**Network interface**||
88
88
| Virtual network | Leave the default of **(new) TutorVMRoutePref-rg-vnet**. |
89
89
| 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**. |
91
91
92
92
:::image type="content" source="./media/tutorial-routing-preference-virtual-machine-portal/create-public-ip.png" alt-text="Screenshot of create public IP address.":::
93
93
@@ -97,7 +97,7 @@ In this section, you'll create a virtual machine and public IP address in the Az
97
97
98
98
# [Azure CLI](#tab/azure-cli)
99
99
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.
101
101
102
102
## Create a resource group
103
103
@@ -139,7 +139,7 @@ az vm create \
139
139
140
140
# [Azure PowerShell](#tab/azure-powershell)
141
141
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.
143
143
144
144
## Create a resource group
145
145
@@ -197,9 +197,9 @@ New-AzVM @vm
197
197
198
198
## Verify internet routing preference
199
199
200
-
# [Azure Portal](#tab/azure-portal)
200
+
# [Azure portal](#tab/azure-portal)
201
201
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.
203
203
204
204
1. In the portal search box, enter **Public IP address**. In the search results, select **Public IP addresses**.
0 commit comments