Skip to content

Commit e71f4e0

Browse files
authored
Update create-private-link-service-portal.md
1 parent 2c552b7 commit e71f4e0

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

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

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,21 @@
11
---
22

3-
title: 'Quickstart - Create an Azure Private Link service by using the Azure portal'
3+
title: 'Quickstart - Create a Private Link service by using the Azure portal'
44
titlesuffix: Azure Private Link
5-
description: Learn how to create an Azure Private Link service using the Azure portal in this quickstart
5+
description: Learn how to create a Private Link service by using the Azure portal in this quickstart
66
services: private-link
77
author: malopMSFT
8-
# Customer intent: As someone with a basic network background who's new to Azure, I want to create an Azure Private Link service using the Azure portal
8+
# 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
99
ms.service: private-link
1010
ms.topic: quickstart
1111
ms.date: 02/03/2020
1212
ms.author: allensu
1313

1414
---
1515

16-
# Quickstart: Create an Azure Private Link service using the Azure portal
16+
# Quickstart: Create a Private Link service by using the Azure portal
1717

18-
An Azure Private Link service refers to your own service that is managed by Private Link. You can give Private Link access to the service or resource that operates behind Azure Load Balancer. Consumers of your service can access it privately from their own virtual networks. In this quickstart, you learn how to create a Private Link service using the Azure portal.
18+
An Azure Private Link service refers to your own service that is managed by Private Link. You can give Private Link access to the service or resource that operates behind Azure Load Balancer. Consumers of your service can access it privately from their own virtual networks. In this quickstart, you learn how to create a Private Link service by using the Azure portal.
1919

2020
If you don't have an Azure subscription, create a [free account](https://azure.microsoft.com/free/?WT.mc_id=A261C142F) before you begin.
2121

@@ -47,7 +47,7 @@ In this section, you create a virtual network. You also create the subnet to hos
4747

4848
Use the portal to create a standard internal load balancer. The name and IP address you specify are automatically configured as the load balancer's front end.
4949

50-
1. In the upper-left side of the portal, select **Create a resource** > **Networking** > **Load Balancer**.
50+
1. On the upper-left side of the portal, select **Create a resource** > **Networking** > **Load Balancer**.
5151

5252
1. On the **Basics** tab of the **Create load balancer** page, enter or select the following information:
5353

@@ -77,7 +77,7 @@ A back-end address pool contains the IP addresses of the virtual NICs connected
7777

7878
1. Select **All Services** from the leftmost menu.
7979
1. Select **All resources**, and then select **myLoadBalancer** from the resources list.
80-
1. Under **Settings**, select **Backend pools**, then select **Add**.
80+
1. Under **Settings**, select **Backend pools**, and then select **Add**.
8181
1. On the **Add a backend pool** page, enter **myBackendPool** as the name for your back-end pool, and then select **Add**.
8282

8383
#### Create a health probe
@@ -132,7 +132,7 @@ To create a load balancer rule:
132132

133133
In this section, you create a Private Link service behind a standard load balancer.
134134

135-
1. On the upper-left part of the page in the Azure portal, select **Create a resource** > **Networking** > **Private Link Center (Preview)**. You can also use the portal's search box to search for "Private Link".
135+
1. On the upper-left part of the page in the Azure portal, select **Create a resource** > **Networking** > **Private Link Center (Preview)**. You can also use the portal's search box to search for Private Link.
136136

137137
1. In **Private Link Center - Overview** > **Expose your own service so others can connect**, select **Start**.
138138

@@ -172,11 +172,11 @@ In this section, you create a Private Link service behind a standard load balanc
172172

173173
When you're done using the Private Link service, delete the resource group to clean up the resources used in this quickstart.
174174

175-
1. Enter **myResourceGroupLB** in the search box at the top of the portal, and select "myResourceGroupLB" from the search results.
175+
1. Enter **myResourceGroupLB** in the search box at the top of the portal, and select **myResourceGroupLB** from the search results.
176176
1. Select **Delete resource group**.
177177
1. In **TYPE THE RESOURCE GROUP NAME**, enter **myResourceGroup**.
178178
1. Select **Delete**.
179179

180180
## Next steps
181181

182-
In this quickstart, you created an internal Azure load balancer and a Private Link service. To learn more about how to create private endpoints, see [Create Private Endpoints using Azure portal](https://docs.microsoft.com/azure/private-link/create-private-endpoint-portal).
182+
In this quickstart, you created an internal Azure load balancer and a Private Link service. You can also learn how to [create a private endpoint by using the Azure portal](https://docs.microsoft.com/azure/private-link/create-private-endpoint-portal).

0 commit comments

Comments
 (0)