|
1 | 1 | ---
|
2 | 2 |
|
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' |
4 | 4 | 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 |
6 | 6 | services: private-link
|
7 | 7 | 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 |
9 | 9 | ms.service: private-link
|
10 | 10 | ms.topic: quickstart
|
11 | 11 | ms.date: 02/03/2020
|
12 | 12 | ms.author: allensu
|
13 | 13 |
|
14 | 14 | ---
|
15 | 15 |
|
16 |
| -# Quickstart: Create an Azure Private Link service using the Azure portal |
| 16 | +# Quickstart: Create a Private Link service by using the Azure portal |
17 | 17 |
|
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. |
19 | 19 |
|
20 | 20 | If you don't have an Azure subscription, create a [free account](https://azure.microsoft.com/free/?WT.mc_id=A261C142F) before you begin.
|
21 | 21 |
|
@@ -47,7 +47,7 @@ In this section, you create a virtual network. You also create the subnet to hos
|
47 | 47 |
|
48 | 48 | 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.
|
49 | 49 |
|
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**. |
51 | 51 |
|
52 | 52 | 1. On the **Basics** tab of the **Create load balancer** page, enter or select the following information:
|
53 | 53 |
|
@@ -77,7 +77,7 @@ A back-end address pool contains the IP addresses of the virtual NICs connected
|
77 | 77 |
|
78 | 78 | 1. Select **All Services** from the leftmost menu.
|
79 | 79 | 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**. |
81 | 81 | 1. On the **Add a backend pool** page, enter **myBackendPool** as the name for your back-end pool, and then select **Add**.
|
82 | 82 |
|
83 | 83 | #### Create a health probe
|
@@ -132,7 +132,7 @@ To create a load balancer rule:
|
132 | 132 |
|
133 | 133 | In this section, you create a Private Link service behind a standard load balancer.
|
134 | 134 |
|
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. |
136 | 136 |
|
137 | 137 | 1. In **Private Link Center - Overview** > **Expose your own service so others can connect**, select **Start**.
|
138 | 138 |
|
@@ -172,11 +172,11 @@ In this section, you create a Private Link service behind a standard load balanc
|
172 | 172 |
|
173 | 173 | When you're done using the Private Link service, delete the resource group to clean up the resources used in this quickstart.
|
174 | 174 |
|
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. |
176 | 176 | 1. Select **Delete resource group**.
|
177 | 177 | 1. In **TYPE THE RESOURCE GROUP NAME**, enter **myResourceGroup**.
|
178 | 178 | 1. Select **Delete**.
|
179 | 179 |
|
180 | 180 | ## Next steps
|
181 | 181 |
|
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