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
@@ -84,7 +84,6 @@ The bastion host will be used to connect securely to the virtual machine for tes
84
84
| AzureBastionSubnet address space | Enter **10.1.1.0/24**. |
85
85
| Public IP Address | Select **Create new**. </br> For **Name**, enter **myBastionIP**. </br> Select **OK**. |
86
86
87
-
88
87
8. Select the **Review + create** tab or select the **Review + create** button.
89
88
90
89
9. Select **Create**.
@@ -93,7 +92,6 @@ The bastion host will be used to connect securely to the virtual machine for tes
93
92
94
93
In this section, you'll create a virtual machine that will be used to test the private endpoint.
95
94
96
-
97
95
1. On the upper-left side of the portal, select **Create a resource** > **Compute** > **Virtual machine** or search for **Virtual machine** in the search box.
98
96
99
97
2. In **Create a virtual machine**, type or select the values in the **Basics** tab:
@@ -155,7 +153,7 @@ In this section, you'll create a web app.
155
153
| Operating System | Select **Windows**. |
156
154
| Region | Select **East US**. |
157
155
|**App Service Plan**||
158
-
| Windows Plan (East US) | Select **Create new**. </br> Enter **myServicePlan** in **Name**. </br> select**OK**. |
156
+
| Windows Plan (East US) | Select **Create new**. </br> Enter **myServicePlan** in **Name**. </br> Select**OK**. |
159
157
| Sku and size | Select **Change size**. </br> Select **P2V2** in the **Spec Picker** page. </br> Select **Apply**. |
160
158
|**Zone redundancy**||
161
159
| Zone redundancy | Select **Disabled**. |
@@ -222,7 +220,7 @@ In this section, you'll use the virtual machine you created in the previous step
222
220
223
221
A private IP address of **10.1.0.5** is returned for the web app name. This address is in **mySubnet** subnet of **myVNet** virtual network you created previously.
224
222
225
-
9. Open Internet Explorer, and enter the url of your web app, `https://<webapp-name>.azurewebsites.net`.
223
+
9. Open Internet Explorer, and enter the URL of your web app, `https://<webapp-name>.azurewebsites.net`.
0 commit comments