Skip to content

Commit 5b9156b

Browse files
authored
Merge pull request #202452 from halkazwini/pl-tut-web2
Private Endpoint: Minor corrections: Tutorial: Connect to a web app using an Azure Private Endpoint
2 parents 64b5630 + 52d2f29 commit 5b9156b

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

articles/private-link/tutorial-private-endpoint-webapp-portal.md

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ The bastion host will be used to connect securely to the virtual machine for tes
5050
|------------------|-----------------------------------------------------------------|
5151
| **Project Details** | |
5252
| Subscription | Select your Azure subscription. |
53-
| Resource Group | Select **Create new**. </br> For **Name**, enter **myResourceGroup**. </br> Select **OK**. |
53+
| Resource Group | Select **Create new**. </br> Enter **myResourceGroup** in **Name**. </br> Select **OK**. |
5454
| **Instance details** | |
5555
| Name | Enter **myVNet**. |
5656
| Region | Select **East US**. |
@@ -84,7 +84,6 @@ The bastion host will be used to connect securely to the virtual machine for tes
8484
| AzureBastionSubnet address space | Enter **10.1.1.0/24**. |
8585
| Public IP Address | Select **Create new**. </br> For **Name**, enter **myBastionIP**. </br> Select **OK**. |
8686

87-
8887
8. Select the **Review + create** tab or select the **Review + create** button.
8988

9089
9. Select **Create**.
@@ -93,7 +92,6 @@ The bastion host will be used to connect securely to the virtual machine for tes
9392

9493
In this section, you'll create a virtual machine that will be used to test the private endpoint.
9594

96-
9795
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.
9896

9997
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.
155153
| Operating System | Select **Windows**. |
156154
| Region | Select **East US**. |
157155
| **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**. |
159157
| Sku and size | Select **Change size**. </br> Select **P2V2** in the **Spec Picker** page. </br> Select **Apply**. |
160158
| **Zone redundancy** | |
161159
| Zone redundancy | Select **Disabled**. |
@@ -222,7 +220,7 @@ In this section, you'll use the virtual machine you created in the previous step
222220
223221
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.
224222
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`.
226224
227225
10. Verify you receive the default web app page.
228226

0 commit comments

Comments
 (0)