Skip to content

Commit e316f73

Browse files
authored
Merge pull request #104143 from asudbring/prvlinktweak
Tweaks to doc from PM
2 parents 788bc55 + 0494980 commit e316f73

File tree

1 file changed

+17
-17
lines changed

1 file changed

+17
-17
lines changed

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

Lines changed: 17 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ ms.author: allensu
1515

1616
# 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 by 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 Standard 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

@@ -35,9 +35,9 @@ In this section, you create a virtual network. You also create the subnet to hos
3535

3636
1. On the **Create virtual network** pane, enter or select these values:
3737

38-
- **Name**: Enter **MyVNet**.
39-
- **ResourceGroup**: Select **Create new**, enter **MyResourceGroupLB**, and select **OK**.
40-
- **Subnet** > **Name**: Enter **MyBackendSubnet**.
38+
- **Name**: Enter **myVNet**.
39+
- **ResourceGroup**: Select **Create new**, enter **myResourceGroupLB**, and select **OK**.
40+
- **Subnet** > **Name**: Enter **myBackendSubnet**.
4141

4242
1. Select **Create**.
4343

@@ -54,12 +54,12 @@ Use the portal to create a standard internal load balancer. The name and IP addr
5454
| Setting | Value |
5555
| --- | --- |
5656
| **Subscription** | Select your subscription. |
57-
| **Resource group** | Select **MyResourceGroupLB** from the box.|
57+
| **Resource group** | Select **myResourceGroupLB** from the box.|
5858
| **Name** | Enter **myLoadBalancer**. |
5959
| **Region** | Select **East US 2**. |
6060
| **Type** | Select **Internal**. |
6161
| **SKU** | Select **Standard**. |
62-
| **Virtual network** | Select **MyVNet**. |
62+
| **Virtual network** | Select **myVNet**. |
6363
| **IP address assignment** | Select **Static**. |
6464
| **Private IP address**|Enter an address that's in the address space of your virtual network and subnet. An example is 10.3.0.7. |
6565

@@ -86,13 +86,13 @@ Use a health probe to let the load balancer monitor resource status. Based on re
8686

8787
To create a health probe to monitor the health of the resources:
8888

89-
1. Select **All resources** on the leftmost menu, and then select **MyLoadBalancer** from the resource list.
89+
1. Select **All resources** on the leftmost menu, and then select **myLoadBalancer** from the resource list.
9090

9191
1. Under **Settings**, select **Health probes**, and then select **Add**.
9292

9393
1. On the **Add a health probe** page, enter or select the following values:
9494

95-
- **Name**: Enter **MyHealthProbe**.
95+
- **Name**: Enter **myHealthProbe**.
9696
- **Protocol**: Select **TCP**.
9797
- **Port**: Enter **80**.
9898
- **Interval**: Enter **15**. This value is the number of seconds between probe attempts.
@@ -108,23 +108,23 @@ A load balancer rule defines how traffic is distributed to resources. The rule d
108108
- The back-end IP pool to receive the traffic.
109109
- The required source and destination ports.
110110

111-
The load balancer rule named **MyLoadBalancerRule** listens to port 80 in the **LoadBalancerFrontEnd** front end. The rule sends network traffic to the **MyBackendPool** back-end address pool on the same port 80.
111+
The load balancer rule named **myLoadBalancerRule** listens to port 80 in the **LoadBalancerFrontEnd** front end. The rule sends network traffic to the **myBackendPool** back-end address pool on the same port 80.
112112

113113
To create a load balancer rule:
114114

115-
1. Select **All resources** on the leftmost menu, and then select **MyLoadBalancer** from the resource list.
115+
1. Select **All resources** on the leftmost menu, and then select **myLoadBalancer** from the resource list.
116116

117117
1. Under **Settings**, select **Load-balancing rules**, and then select **Add**.
118118

119119
1. On the **Add load-balancing rule** page, enter or select the following values if they aren't already present:
120120

121-
- **Name**: Enter **MyLoadBalancerRule**.
121+
- **Name**: Enter **myLoadBalancerRule**.
122122
- **Frontend IP address:** Enter **LoadBalancerFrontEnd**.
123123
- **Protocol**: Select **TCP**.
124124
- **Port**: Enter **80**.
125125
- **Backend port**: Enter **80**.
126-
- **Backend pool**: Select **MyBackendPool**.
127-
- **Health probe**: Select **MyHealthProbe**.
126+
- **Backend pool**: Select **myBackendPool**.
127+
- **Health probe**: Select **myHealthProbe**.
128128

129129
1. Select **OK**.
130130

@@ -142,7 +142,7 @@ In this section, you create a Private Link service behind a standard load balanc
142142
|-------------------|------------------------------------------------------------------------------|
143143
| Project details: | |
144144
| **Subscription** | Select your subscription. |
145-
| **Resource Group** | Select **MyResourceGroupLB**. |
145+
| **Resource Group** | Select **myResourceGroupLB**. |
146146
| Instance details: | |
147147
| **Name** | Enter **myPrivateLinkService**. |
148148
| **Region** | Select **East US 2**. |
@@ -153,9 +153,9 @@ In this section, you create a Private Link service behind a standard load balanc
153153

154154
| Setting | Value |
155155
|-----------------------------------|---------------------------------------------------------------------------------|
156-
| **Load Balancer** | Select **MyLoadBalancer**. |
157-
| **Load Balancer frontend IP address** | Select the front-end IP address of **MyLoadBalancer**. |
158-
| **Source NAT Virtual network** | Select **myVNET**. |
156+
| **Load Balancer** | Select **myLoadBalancer**. |
157+
| **Load Balancer frontend IP address** | Select the front-end IP address of **myLoadBalancer**. |
158+
| **Source NAT Virtual network** | Select **myVNet**. |
159159
| **Source NAT subnet** | Select **myBackendSubnet**. |
160160
| **Enable TCP proxy v2** | Select **YES** or **NO** depending on whether your application expects a TCP proxy v2 header. |
161161
| **Private IP address settings** | Configure the allocation method and IP address for each NAT IP. |

0 commit comments

Comments
 (0)