Skip to content

Commit d538c1b

Browse files
authored
Merge pull request #249711 from asudbring/vnet-pe-update
Added include for new VNET create experience in portal for private link service quickstart
2 parents c0ceb2a + fdc6602 commit d538c1b

File tree

1 file changed

+12
-74
lines changed

1 file changed

+12
-74
lines changed

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

Lines changed: 12 additions & 74 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ services: private-link
66
author: asudbring
77
ms.service: private-link
88
ms.topic: quickstart
9-
ms.date: 06/22/2023
9+
ms.date: 08/29/2023
1010
ms.author: allensu
1111
ms.custom: mode-ui, template-quickstart
1212
#Customer intent: As someone with a basic network background who's new to Azure, I want to create an Azure Private Link service by using the Azure portal
@@ -22,49 +22,11 @@ Get started creating a Private Link service that refers to your service. Give Pr
2222

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

25-
## Create an internal load balancer
25+
## <a name="create-a-virtual-network"></a> Sign in to Azure
2626

27-
In this section, you create a virtual network and an internal Azure Load Balancer.
27+
Sign in to the [Azure portal](https://portal.azure.com) with your Azure account.
2828

29-
### Load balancer virtual network
30-
31-
Create a virtual network and subnet to host the load balancer that accesses your Private Link service.
32-
33-
1. Sign-in to the [Azure portal](https://portal.azure.com).
34-
35-
1. In the search box at the top of the portal, enter **Virtual network**. Select **Virtual networks** in the search results.
36-
37-
1. Select **+ Create**.
38-
39-
1. In **Create virtual network**, enter or select this information in the **Basics** tab:
40-
41-
| **Setting** | **Value** |
42-
|------------------|-----------------------------------------------------------------|
43-
| **Project Details** | |
44-
| Subscription | Select your Azure subscription |
45-
| Resource Group | Select **Create new**. Enter **test-rg**. </br> Select **OK**. |
46-
| **Instance details** | |
47-
| Name | Enter **vnet-1** |
48-
| Region | Select **East US 2** |
49-
50-
1. Select the **IP Addresses** tab or select the **Next: IP Addresses** button at the bottom of the page.
51-
52-
1. In the **IP Addresses** tab, under **IPv4 address space**, select the garbage deletion icon to remove any address space that already appears, and then enter **10.0.0.0/16**.
53-
54-
1. Select **+ Add subnet**.
55-
56-
1. In **Add subnet**, enter the following information:
57-
58-
| Setting | Value |
59-
|--------------------|----------------------------|
60-
| Subnet name | Enter **subnet-1** |
61-
| Subnet address range | Enter **10.0.0.0/24** |
62-
63-
1. Select **Add**.
64-
65-
1. Select the **Review + create** tab or select the **Review + create** button.
66-
67-
1. Select **Create**.
29+
[!INCLUDE [virtual-network-create.md](../../includes/virtual-network-create.md)]
6830

6931
### Create load balancer
7032

@@ -202,39 +164,15 @@ In this section, you map the private link service to a private endpoint. A virtu
202164

203165
### Create private endpoint virtual network
204166

205-
1. In the search box at the top of the portal, enter **Virtual network**. Select **Virtual networks** in the search results.
206-
207-
1. Select **+ Create**.
208-
209-
1. In the **Basics** tab, enter or select the following information:
210-
211-
| **Setting** | **Value** |
212-
|------------------|-----------------------------------------------------------------|
213-
| **Project Details** | |
214-
| Subscription | Select your Azure subscription |
215-
| Resource Group | Select **test-rg** |
216-
| **Instance details** | |
217-
| Name | Enter **vnet-pe** |
218-
| Region | Select **East US 2** |
219-
220-
1. Select **Next: IP Addresses** or the **IP Addresses** tab.
221-
222-
1. In the **IP Addresses** tab, under **IPv4 address space**, select the garbage deletion icon to remove any address space that already appears, and then enter **10.1.0.0/16**.
167+
Repeat steps in [Create a virtual network](#create-a-virtual-network) to create a virtual network with the following settings:
223168

224-
1. Select **+ Add subnet**.
225-
226-
1. In **Add subnet**, enter the following information:
227-
228-
| Setting | Value |
229-
|--------------------|----------------------------|
230-
| Subnet name | Enter **subnet-pe** |
231-
| Subnet address range | Enter **10.1.0.0/24** |
232-
233-
1. Select **Add**.
234-
235-
1. Select **Review + create**.
236-
237-
1. Select **Create**.
169+
| Setting | Value |
170+
| ------- | ----- |
171+
| Name | **vnet-pe** |
172+
| Location | **East US 2** |
173+
| Address space | **10.1.0.0/16** |
174+
| Subnet name | **subnet-pe** |
175+
| Subnet address range | **10.1.0.0/24** |
238176

239177
### Create private endpoint
240178

0 commit comments

Comments
 (0)