Skip to content

Commit d5b157b

Browse files
committed
minor update
1 parent 27b80ae commit d5b157b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

support/power-platform/administration/virtual-network.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -93,9 +93,9 @@ If a non-Azure resource doesn't have a private endpoint but is accessible from y
9393
If an Azure resource has a private endpoint, the DNS resolution for the resource's hostname should return the private IP address associated with the private endpoint. If the DNS resolution returns a public IP address instead, there might be missing records in your DNS configuration.
9494

9595
1. Confirm there's a private DNS zone for your resource type. For example, `privatelink.database.windows.net` for Azure SQL Database.
96-
1. If there's no private DNS zone, [create a new one](/azure/dns/private-dns-getstarted-portal#create-a-private-dns-zone).
96+
1. If the private DNS zone doesn't exist, [create a new one](/azure/dns/private-dns-getstarted-portal#create-a-private-dns-zone).
9797
1. Verify that the private DNS zone is linked to your virtual network.
98-
1. If the private DNS zone isn't linked, [link it to your virtual network](/azure/dns/private-dns-virtual-network-links).
98+
1. If the private DNS zone isn't linked, [link it to your virtual network](/azure/dns/private-dns-virtual-network-links).
9999

100100
Once the private DNS zone is linked to your virtual network, the resource's hostname should resolve to the private IP address associated with the private endpoint.
101101

0 commit comments

Comments
 (0)