Skip to content

Commit fc00a42

Browse files
authored
Merge pull request #126290 from JoeyC-Dev/patch-1
Remove extra bracket in create-private-endpoint-cli.md
2 parents 48f8002 + a11ce61 commit fc00a42

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/private-link/create-private-endpoint-cli.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,7 @@ az network private-endpoint create \
149149

150150
## Configure the private DNS zone
151151

152-
A private DNS zone is used to resolve the DNS name of the private endpoint in the virtual network. For this example, we're using the DNS information for an Azure WebApp, for more information on the DNS configuration of private endpoints, see [Azure Private Endpoint DNS configuration](private-endpoint-dns.md)].
152+
A private DNS zone is used to resolve the DNS name of the private endpoint in the virtual network. For this example, we're using the DNS information for an Azure WebApp, for more information on the DNS configuration of private endpoints, see [Azure Private Endpoint DNS configuration](private-endpoint-dns.md).
153153

154154
Create a new private Azure DNS zone with **[az network private-dns zone create](/cli/azure/network/private-dns/zone#az-network-private-dns-zone-create)**.
155155

0 commit comments

Comments
 (0)