Skip to content

Commit d5279cc

Browse files
authored
Merge pull request #47211 from MattBrowne1/patch-6
Slight typo, can -> are
2 parents dcccbbf + ba59929 commit d5279cc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ Get details about your private link service with [Get-AzPrivateLinkService](/pow
105105
$pls = Get-AzPrivateLinkService -Name $plsName -ResourceGroupName $rgName
106106
```
107107

108-
At this stage, your Private Link Service is successfully created and is ready to receive the traffic. Note that above example is only to demonstrate creating Private Link Service using PowerShell. We haven't configured the load balancer backend pools or any application on the backend pools to listen to the traffic. If you want to see end to end traffic flows, you can strongly advised to configure your application behind your standard load balancer.
108+
At this stage, your Private Link Service is successfully created and is ready to receive the traffic. Note that above example is only to demonstrate creating Private Link Service using PowerShell. We haven't configured the load balancer backend pools or any application on the backend pools to listen to the traffic. If you want to see end to end traffic flows, you are strongly advised to configure your application behind your standard load balancer.
109109

110110
Next we will demonstrate how to map this service to a private endpoint in different VNet using PowerShell. Again, the example is limited to creating the Private Endpoint and connecting to Private Link Service created above. You can create Virtual Machines in the Virtual Network to send/receive traffic to the private endpoint for building your scenario.
111111

0 commit comments

Comments
 (0)