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
In this section, create a private link service that uses the Azure Load Balancer created in the previous step.
@@ -174,7 +188,6 @@ az network private-link-service create \
174
188
175
189
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.
176
190
177
-
178
191
## Create private endpoint
179
192
180
193
In this section, you'll map the private link service to a private endpoint. A virtual network contains the private endpoint for the private link service. This virtual network contains the resources that will access your private link service.
@@ -244,6 +257,7 @@ When no longer needed, use the [az group delete](/cli/azure/group#az-group-delet
244
257
In this quickstart, you:
245
258
246
259
* Created a virtual network and internal Azure Load Balancer.
260
+
247
261
* Created a private link service
248
262
249
263
To learn more about Azure Private endpoint, continue to:
0 commit comments