Skip to content

Commit 5dac3a1

Browse files
Merge pull request #204335 from AbdullahBell/PrivateLinkQSPortal
Quickstart: Create a Private Link service by using the Azure portal | Freshness
2 parents edd40fe + 0d27256 commit 5dac3a1

File tree

1 file changed

+64
-66
lines changed

1 file changed

+64
-66
lines changed

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

Lines changed: 64 additions & 66 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: 03/30/2022
9+
ms.date: 07/11/2022
1010
ms.author: allensu
1111
ms.custom: mode-ui
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
@@ -83,55 +83,54 @@ During the creation of the load balancer, you'll configure:
8383

8484
1. In the search box at the top of the portal, enter **Load balancer**. Select **Load balancers** in the search results.
8585

86-
2. In the **Load balancer** page, select **Create**.
87-
88-
3. In the **Basics** tab of the **Create load balancer** page, enter, or select the following information:
89-
90-
| Setting | Value |
91-
| --- | --- |
92-
| **Project details** | |
93-
| Subscription | Select your subscription. |
94-
| Resource group | Select **CreatePrivLinkService-rg**. |
95-
| **Instance details** | |
96-
| Name | Enter **myLoadBalancer** |
97-
| Region | Select **(US) East US 2**. |
98-
| Type | Select **Internal**. |
99-
| SKU | Leave the default **Standard**. |
100-
101-
4. Select **Next: Frontend IP configuration** at the bottom of the page.
86+
1. In the **Load balancer** page, select **Create**.
87+
88+
1. In the **Basics** tab of the **Create load balancer** page, enter, or select the following information:
89+
90+
| Setting | Value |
91+
|----------------------|--------------------------------------|
92+
| **Project details** | |
93+
| Subscription | Select your subscription. |
94+
| Resource group | Select **CreatePrivLinkService-rg**. |
95+
| **Instance details** | |
96+
| Name | Enter **myLoadBalancer** |
97+
| Region | Select **(US) East US 2**. |
98+
| SKU | Leave the default **Standard**. |
99+
| Type | Select **Internal**. |
100+
| Tier | Select **Regional**. |
101+
102+
1. Select **Next: Frontend IP configuration** at the bottom of the page.
102103

103-
5. In **Frontend IP configuration**, select **+ Add a frontend IP**.
104+
1. In **Frontend IP configuration**, select **+ Add a frontend IP**.
104105

105-
6. Enter **LoadBalancerFrontend** in **Name**.
106+
1. Enter **LoadBalancerFrontend** in **Name**.
106107

107-
7. Select **myBackendSubnet** in **Subnet**.
108+
1. Select **myBackendSubnet** in **Subnet**.
108109

109-
8. Select **Dynamic** for **Assignment**.
110+
1. Select **Dynamic** for **Assignment**.
110111

111-
9. Select **Zone-redundant** in **Availability zone**.
112+
1. Select **Zone-redundant** in **Availability zone**.
112113

113114
> [!NOTE]
114115
> In regions with [Availability Zones](../availability-zones/az-overview.md?toc=%2fazure%2fvirtual-network%2ftoc.json#availability-zones), you have the option to select no-zone (default option), a specific zone, or zone-redundant. The choice will depend on your specific domain failure requirements. In regions without Availability Zones, this field won't appear. </br> For more information on availability zones, see [Availability zones overview](../availability-zones/az-overview.md).
115116
116-
10. Select **Add**.
117+
1. Select **Add**.
117118

118-
11. Select **Next: Backend pools** at the bottom of the page.
119+
1. Select **Next: Backend pools** at the bottom of the page.
119120

120-
12. In the **Backend pools** tab, select **+ Add a backend pool**.
121+
1. In the **Backend pools** tab, select **+ Add a backend pool**.
121122

122-
13. Enter **myBackendPool** for **Name** in **Add backend pool**.
123+
1. Enter **myBackendPool** for **Name** in **Add backend pool**.
123124

124-
14. Select **NIC** or **IP Address** for **Backend Pool Configuration**.
125+
1. Select **NIC** or **IP Address** for **Backend Pool Configuration**.
125126

126-
15. Select **IPv4** or **IPv6** for **IP version**.
127+
1. Select **Save**.
127128

128-
16. Select **Add**.
129+
1. Select the **Next: Inbound rules** button at the bottom of the page.
129130

130-
17. Select the **Next: Inbound rules** button at the bottom of the page.
131+
1. In **Load balancing rule** in the **Inbound rules** tab, select **+ Add a load balancing rule**.
131132

132-
18. In **Load balancing rule** in the **Inbound rules** tab, select **+ Add a load balancing rule**.
133-
134-
19. In **Add load balancing rule**, enter or select the following information:
133+
1. In **Add load balancing rule**, enter or select the following information:
135134

136135
| Setting | Value |
137136
| ------- | ----- |
@@ -142,31 +141,32 @@ During the creation of the load balancer, you'll configure:
142141
| Port | Enter **80**. |
143142
| Backend port | Enter **80**. |
144143
| Backend pool | Select **myBackendPool**. |
144+
| HA Ports | Check box. |
145145
| Health probe | Select **Create new**. </br> In **Name**, enter **myHealthProbe**. </br> Select **HTTP** in **Protocol**. </br> Leave the rest of the defaults, and select **OK**. |
146146
| Session persistence | Select **None**. |
147147
| Idle timeout (minutes) | Enter or select **15**. |
148148
| TCP reset | Select **Enabled**. |
149149
| Floating IP | Select **Disabled**. |
150150

151-
20. Select **Add**.
151+
1. Select **Add**.
152152

153-
21. Select the blue **Review + create** button at the bottom of the page.
153+
1. Select the blue **Review + create** button at the bottom of the page.
154154

155-
22. Select **Create**.
155+
1. Select **Create**.
156156

157157
## Create a private link service
158158

159159
In this section, you'll create a Private Link service behind a standard load balancer.
160160

161161
1. On the upper-left part of the page in the Azure portal, select **Create a resource**.
162162

163-
2. Search for **Private Link** in the **Search the Marketplace** box.
163+
1. Search for **Private Link** in the **Search the Marketplace** box.
164164

165-
3. Select **Create**.
165+
1. Select **Create**.
166166

167-
4. In **Overview** under **Private Link Center**, select the blue **Create private link service** button.
167+
1. In **Overview** under **Private Link Center**, select the blue **Create private link service** button.
168168

169-
5. In the **Basics** tab under **Create private link service**, enter, or select the following information:
169+
1. In the **Basics** tab under **Create private link service**, enter, or select the following information:
170170

171171
| Setting | Value |
172172
| ------- | ----- |
@@ -177,9 +177,9 @@ In this section, you'll create a Private Link service behind a standard load bal
177177
| Name | Enter **myPrivateLinkService**. |
178178
| Region | Select **(US) East US 2**. |
179179

180-
6. Select the **Outbound settings** tab or select **Next: Outbound settings** at the bottom of the page.
180+
1. Select the **Outbound settings** tab or select **Next: Outbound settings** at the bottom of the page.
181181

182-
7. In the **Outbound settings** tab, enter or select the following information:
182+
1. In the **Outbound settings** tab, enter or select the following information:
183183

184184
| Setting | Value |
185185
| ------- | ----- |
@@ -190,15 +190,15 @@ In this section, you'll create a Private Link service behind a standard load bal
190190
| **Private IP address settings** | |
191191
| Leave the default settings | |
192192

193-
8. Select the **Access security** tab or select **Next: Access security** at the bottom of the page.
193+
1. Select the **Access security** tab or select **Next: Access security** at the bottom of the page.
194194

195-
9. Leave the default of **Role-based access control only** in the **Access security** tab.
195+
1. Leave the default of **Role-based access control only** in the **Access security** tab.
196196

197-
10. Select the **Tags** tab or select **Next: Tags** at the bottom of the page.
197+
1. Select the **Tags** tab or select **Next: Tags** at the bottom of the page.
198198

199-
11. Select the **Review + create** tab or select **Next: Review + create** at the bottom of the page.
199+
1. Select the **Review + create** tab or select **Next: Review + create** at the bottom of the page.
200200

201-
12. Select **Create** in the **Review + create** tab.
201+
1. Select **Create** in the **Review + create** tab.
202202

203203
Your private link service is created and can receive traffic. If you want to see traffic flows, configure your application behind your standard load balancer.
204204

@@ -210,7 +210,7 @@ In this section, you'll map the private link service to a private endpoint. A vi
210210

211211
1. On the upper-left side of the screen, select **Create a resource > Networking > Virtual network** or search for **Virtual network** in the search box.
212212

213-
2. In **Create virtual network**, enter or select this information in the **Basics** tab:
213+
1. In **Create virtual network**, enter or select this information in the **Basics** tab:
214214

215215
| **Setting** | **Value** |
216216
|------------------|-----------------------------------------------------------------|
@@ -221,40 +221,40 @@ In this section, you'll map the private link service to a private endpoint. A vi
221221
| Name | Enter **myVNetPE** |
222222
| Region | Select **(US) East US 2** |
223223

224-
3. Select the **IP Addresses** tab or select the **Next: IP Addresses** button at the bottom of the page.
224+
1. Select the **IP Addresses** tab or select the **Next: IP Addresses** button at the bottom of the page.
225225

226-
4. In the **IP Addresses** tab, enter this information:
226+
1. In the **IP Addresses** tab, enter this information:
227227

228228
| Setting | Value |
229229
|--------------------|----------------------------|
230230
| IPv4 address space | Enter **11.1.0.0/16** |
231231

232-
5. Under **Subnet name**, select the word **default**.
232+
1. Under **Subnet name**, select the word **default**.
233233

234-
6. In **Edit subnet**, enter this information:
234+
1. In **Edit subnet**, enter this information:
235235

236236
| Setting | Value |
237237
|--------------------|----------------------------|
238238
| Subnet name | Enter **mySubnetPE** |
239239
| Subnet address range | Enter **11.1.0.0/24** |
240240

241-
7. Select **Save**.
241+
1. Select **Save**.
242242

243-
8. Select the **Review + create** tab or select the **Review + create** button.
243+
1. Select the **Review + create** tab or select the **Review + create** button.
244244

245-
9. Select **Create**.
245+
1. Select **Create**.
246246

247247
### Create private endpoint
248248

249249
1. On the upper-left side of the screen in the portal, select **Create a resource** > **Networking** > **Private Link**, or in the search box enter **Private Link**.
250250

251-
2. Select **Create**.
251+
1. Select **Create**.
252252

253-
3. In **Private Link Center**, select **Private endpoints** in the left-hand menu.
253+
1. In **Private Link Center**, select **Private endpoints** in the left-hand menu.
254254

255-
4. In **Private endpoints**, select **+ Add**.
255+
1. In **Private endpoints**, select **+ Add**.
256256

257-
5. In the **Basics** tab of **Create a private endpoint**, enter, or select this information:
257+
1. In the **Basics** tab of **Create a private endpoint**, enter, or select this information:
258258

259259
| Setting | Value |
260260
| ------- | ----- |
@@ -265,9 +265,9 @@ In this section, you'll map the private link service to a private endpoint. A vi
265265
| Name | Enter **myPrivateEndpoint**. |
266266
| Region | Select **(US) East US 2**. |
267267

268-
6. Select the **Resource** tab or the **Next: Resource** button at the bottom of the page.
268+
1. Select the **Next: Resource** button at the bottom of the page.
269269

270-
7. In **Resource**, enter or select this information:
270+
1. In **Resource**, enter or select this information:
271271

272272
| Setting | Value |
273273
| ------- | ----- |
@@ -276,19 +276,17 @@ In this section, you'll map the private link service to a private endpoint. A vi
276276
| Resource type | Select **Microsoft.Network/privateLinkServices**. |
277277
| Resource | Select **myPrivateLinkService**. |
278278

279-
8. Select the **Configuration** tab or the **Next: Configuration** button at the bottom of the screen.
279+
1. Select the **Next: Virtual Network** button at the bottom of the screen.
280280

281-
9. In **Configuration**, enter or select this information:
281+
1. In **Configuration**, enter or select this information:
282282

283283
| Setting | Value |
284284
| ------- | ----- |
285285
| **Networking** | |
286286
| Virtual Network | Select **myVNetPE**. |
287287
| Subnet | Select **mySubnetPE**. |
288288

289-
10. Select the **Review + create** tab, or the **Review + create** button at the bottom of the screen.
290-
291-
11. Select **Create**.
289+
1. Select **Next** until the **Review + create** tab then select **Create**.
292290

293291
### IP address of private endpoint
294292

0 commit comments

Comments
 (0)