You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/private-link/create-private-link-service-portal.md
+17-17Lines changed: 17 additions & 17 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -15,7 +15,7 @@ ms.author: allensu
15
15
16
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 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.
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
@@ -35,9 +35,9 @@ In this section, you create a virtual network. You also create the subnet to hos
35
35
36
36
1. On the **Create virtual network** pane, enter or select these values:
37
37
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**.
41
41
42
42
1. Select **Create**.
43
43
@@ -54,12 +54,12 @@ Use the portal to create a standard internal load balancer. The name and IP addr
54
54
| Setting | Value |
55
55
| --- | --- |
56
56
|**Subscription**| Select your subscription. |
57
-
|**Resource group**| Select **MyResourceGroupLB** from the box.|
57
+
|**Resource group**| Select **myResourceGroupLB** from the box.|
58
58
|**Name**| Enter **myLoadBalancer**. |
59
59
|**Region**| Select **East US 2**. |
60
60
|**Type**| Select **Internal**. |
61
61
|**SKU**| Select **Standard**. |
62
-
|**Virtual network**| Select **MyVNet**. |
62
+
|**Virtual network**| Select **myVNet**. |
63
63
|**IP address assignment**| Select **Static**. |
64
64
|**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. |
65
65
@@ -86,13 +86,13 @@ Use a health probe to let the load balancer monitor resource status. Based on re
86
86
87
87
To create a health probe to monitor the health of the resources:
88
88
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.
90
90
91
91
1. Under **Settings**, select **Health probes**, and then select **Add**.
92
92
93
93
1. On the **Add a health probe** page, enter or select the following values:
94
94
95
-
-**Name**: Enter **MyHealthProbe**.
95
+
-**Name**: Enter **myHealthProbe**.
96
96
-**Protocol**: Select **TCP**.
97
97
-**Port**: Enter **80**.
98
98
-**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
108
108
- The back-end IP pool to receive the traffic.
109
109
- The required source and destination ports.
110
110
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.
112
112
113
113
To create a load balancer rule:
114
114
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.
116
116
117
117
1. Under **Settings**, select **Load-balancing rules**, and then select **Add**.
118
118
119
119
1. On the **Add load-balancing rule** page, enter or select the following values if they aren't already present:
120
120
121
-
-**Name**: Enter **MyLoadBalancerRule**.
121
+
-**Name**: Enter **myLoadBalancerRule**.
122
122
-**Frontend IP address:** Enter **LoadBalancerFrontEnd**.
123
123
-**Protocol**: Select **TCP**.
124
124
-**Port**: Enter **80**.
125
125
-**Backend port**: Enter **80**.
126
-
-**Backend pool**: Select **MyBackendPool**.
127
-
-**Health probe**: Select **MyHealthProbe**.
126
+
-**Backend pool**: Select **myBackendPool**.
127
+
-**Health probe**: Select **myHealthProbe**.
128
128
129
129
1. Select **OK**.
130
130
@@ -142,7 +142,7 @@ In this section, you create a Private Link service behind a standard load balanc
0 commit comments