Skip to content

Commit 3938a1c

Browse files
committed
Acrolinx recommendations
1 parent cb0f887 commit 3938a1c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

articles/azure-app-configuration/concept-private-endpoint.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ For more detailed information on creating a private endpoint for your App Config
4848

4949
### Connecting to Private Endpoints
5050

51-
Azure relies upon DNS resolution to route connections from the VNet to the configuration store over a private link. You can quickly find connections strings in the Azure Portal by selecting your App Configuration store, then selecting **Settings** > **Access Keys**.
51+
Azure relies upon DNS resolution to route connections from the VNet to the configuration store over a private link. You can quickly find connections strings in the Azure portal by selecting your App Configuration store, then selecting **Settings** > **Access Keys**.
5252

5353
> [!IMPORTANT]
5454
> Use the same connection string to connect to your App Configuration store using private endpoints as you would use for a public endpoint. Don't connect to the storage account using its `privatelink` subdomain URL.
@@ -63,14 +63,14 @@ You can control access for clients outside the VNet through the public endpoint
6363

6464
This approach enables access to the store **using the same connection string** for clients on the VNet hosting the private endpoints as well as clients outside the VNet.
6565

66-
If you are using a custom DNS server on your network, clients must be able to resolve the fully qualified domain name (FQDN) for the service endpoint to the private endpoint IP address. You should configure your DNS server to delegate your private link subdomain to the private DNS zone for the VNet, or configure the A records for `AppConfigInstanceA.privatelink.azconfig.io` with the private endpoint IP address.
66+
If you are using a custom DNS server on your network, clients must be able to resolve the fully qualified domain name (FQDN) for the service endpoint to the private endpoint IP address. Configure your DNS server to delegate your private link subdomain to the private DNS zone for the VNet, or configure the A records for `AppConfigInstanceA.privatelink.azconfig.io` with the private endpoint IP address.
6767

6868
> [!TIP]
6969
> When using a custom or on-premises DNS server, you should configure your DNS server to resolve the store name in the `privatelink` subdomain to the private endpoint IP address. You can do this by delegating the `privatelink` subdomain to the private DNS zone of the VNet, or configuring the DNS zone on your DNS server and adding the DNS A records.
7070
7171
#### Resources for configuring your DNS server with private endpoints
7272

73-
For more information on configuring your own DNS server to support private endpoints, refer to the following articles:
73+
For more information, see:
7474

7575
- [Name resolution for resources in Azure virtual networks](/azure/virtual-network/virtual-networks-name-resolution-for-vms-and-role-instances#name-resolution-that-uses-your-own-dns-server)
7676
- [DNS configuration for Private Endpoints](/azure/private-link/private-endpoint-overview#dns-configuration)

0 commit comments

Comments
 (0)