Skip to content

Commit 410b4df

Browse files
authored
Merge pull request #218798 from asudbring/pe-qs-update
Update of NSP section for private endpoint portal quickstart
2 parents e6f9706 + 8a7a438 commit 410b4df

File tree

3 files changed

+6
-5
lines changed

3 files changed

+6
-5
lines changed

articles/private-link/create-private-endpoint-portal.md

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,12 @@
11
---
22
title: 'Quickstart: Create a private endpoint by using the Azure portal'
3+
titleSuffix: Azure Private Link
34
description: In this quickstart, you'll learn how to create a private endpoint by using the Azure portal.
45
services: private-link
56
author: asudbring
67
ms.service: private-link
78
ms.topic: quickstart
8-
ms.date: 06/28/2022
9+
ms.date: 11/17/2022
910
ms.author: allensu
1011
ms.custom: mode-ui
1112
#Customer intent: As someone who has a basic network background but is new to Azure, I want to create a private endpoint on a SQL server so that I can securely connect to it.
@@ -81,7 +82,7 @@ You use the bastion host to connect securely to the VM for testing the private e
8182
| Setting | Value |
8283
|--------------------|----------------------------|
8384
| Bastion name | Enter **myBastionHost** |
84-
| AzureBastionSubnet address space | Enter **10.1.1.0/27** |
85+
| AzureBastionSubnet address space | Enter **10.1.1.0/26** |
8586
| Public IP Address | Select **Create new**. </br> For **Name**, enter **myBastionIP**. </br> Select **OK**. |
8687

8788
13. Select the **Review + create** tab or select the **Review + create** button.
@@ -111,7 +112,7 @@ Next, create a VM that you can use to test the private endpoint.
111112
| Region | Select **West Europe**. |
112113
| Availability options | Select **No infrastructure redundancy required**. |
113114
| Security type | Select **Standard**. |
114-
| Image | Select **Windows Server 2019 Datacenter - Gen2**. |
115+
| Image | Select **Windows Server 2022 Datacenter - Gen2**. |
115116
| Size | Select the VM size or use the default setting. |
116117
| **Administrator account** | |
117118
| Username | Enter a username. |
@@ -184,7 +185,7 @@ Next, you create a private endpoint for the web app that you created in the "Pre
184185
| **Networking** | |
185186
| Virtual network | Select **myVNet**. |
186187
| Subnet | Select **myVNet/mySubnet (10.1.0.0/24)**. |
187-
| Enable network policies for all private endpoints in this subnet. | Select the checkbox if you plan to apply Application Security Groups or Network Security groups to the subnet that contains the private endpoint. </br> For more information, see [Manage network policies for private endpoints](disable-private-endpoint-network-policy.md) |
188+
| Network policy for private endpoints | Select **edit** to apply Network security groups and/or Route tables to the subnet that contains the private endpoint. </br> In **Edit subnet network policy**, select the checkbox next to **Network security groups** and **Route Tables**. </br> Select **Save**. </br></br>For more information, see [Manage network policies for private endpoints](disable-private-endpoint-network-policy.md) |
188189

189190
# [**Dynamic IP**](#tab/dynamic-ip)
190191

@@ -214,7 +215,7 @@ Next, you create a private endpoint for the web app that you created in the "Pre
214215

215216
## Test connectivity to the private endpoint
216217

217-
Use the VM that you created earlier to connect to the web app across the private endpoint.
218+
Use the virtual machine that you created earlier to connect to the web app across the private endpoint.
218219

219220
1. In the search box at the top of the portal, enter **Virtual machine**. Select **Virtual machines**.
220221

-27.3 KB
Loading
-26.7 KB
Loading

0 commit comments

Comments
 (0)