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
Copy file name to clipboardExpand all lines: articles/azure-app-configuration/concept-private-endpoint.md
+16-18Lines changed: 16 additions & 18 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -22,7 +22,7 @@ Using private endpoints for your App Configuration store enables you to:
22
22
> [!NOTE]
23
23
> Azure App Configuration offers the use of private endpoints as a public preview. Public preview offerings allow customers to experiment with new features prior to their official release. Public preview features and services are not meant for production use.
24
24
25
-
## Conceptual Overview
25
+
## Conceptual overview
26
26
27
27
A private endpoint is a special network interface for an Azure service in your [Virtual Network](../virtual-network/virtual-networks-overview.md) (VNet). When you create a private endpoint for your App Config store, it provides secure connectivity between clients on your VNet and your configuration store. The private endpoint is assigned an IP address from the IP address range of your VNet. The connection between the private endpoint and the configuration store uses a secure private link.
28
28
@@ -34,26 +34,18 @@ When you create a private endpoint for a service in your VNet, a consent request
34
34
35
35
Service account owners can manage consent requests and private endpoints through the `Private Endpoints` tab of the config store in the [Azure portal](https://portal.azure.com).
36
36
37
-
### Private Endpoints for App Configuration
37
+
### Private endpoints for App Configuration
38
38
39
39
When creating a private endpoint, you must specify the App Configuration store to which it connects. If you have multiple App Configuration instances within an account, you need a separate private endpoint for each store.
40
40
41
-
#### Resources for creating private endpoints
42
-
43
-
For more detailed information on creating a private endpoint for your App Configuration store, refer to the following articles:
44
-
45
-
-[Create a private endpoint using the Private Link Center in the Azure portal](../private-link/create-private-endpoint-portal.md)
46
-
-[Create a private endpoint using Azure CLI](../private-link/create-private-endpoint-cli.md)
47
-
-[Create a private endpoint using Azure PowerShell](../private-link/create-private-endpoint-powershell.md)
48
-
49
-
### Connecting to Private Endpoints
41
+
### Connecting to private endpoints
50
42
51
43
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**.
52
44
53
45
> [!IMPORTANT]
54
46
> 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.
55
47
56
-
## DNS changes for Private Endpoints
48
+
## DNS changes for private endpoints
57
49
58
50
When you create a private endpoint, the DNS CNAME resource record for the configuration store is updated to an alias in a subdomain with the prefix `privatelink`. Azure also creates a [private DNS zone](../dns/private-dns-overview.md) corresponding to the `privatelink` subdomain, with the DNS A resource records for the private endpoints.
59
51
@@ -68,13 +60,19 @@ If you are using a custom DNS server on your network, clients must be able to re
68
60
> [!TIP]
69
61
> 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.
70
62
71
-
#### Resources for configuring your DNS server with private endpoints
63
+
##Pricing
72
64
73
-
For more information, see:
65
+
Enabling private endpoints requires a [Standard tier](https://azure.microsoft.com/pricing/details/app-configuration/) App Configuration store. To learn about private link pricing details, see[Azure Private Link pricing](https://azure.microsoft.com/pricing/details/private-link).
74
66
75
-
-[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)
76
-
-[DNS configuration for Private Endpoints](/azure/private-link/private-endpoint-overview#dns-configuration)
67
+
## Next steps
77
68
78
-
## Pricing
69
+
Learn more about creating a private endpoint for your App Configuration store, refer to the following articles:
70
+
71
+
-[Create a private endpoint using the Private Link Center in the Azure portal](../private-link/create-private-endpoint-portal.md)
72
+
-[Create a private endpoint using Azure CLI](../private-link/create-private-endpoint-cli.md)
73
+
-[Create a private endpoint using Azure PowerShell](../private-link/create-private-endpoint-powershell.md)
74
+
75
+
Learn to configure your DNS server with private endpoints:
79
76
80
-
Enabling private endpoints requires a [Standard tier](https://azure.microsoft.com/pricing/details/app-configuration/) App Configuration store. To learn about private link pricing details, see [Azure Private Link pricing](https://azure.microsoft.com/pricing/details/private-link).
77
+
-[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)
78
+
-[DNS configuration for Private Endpoints](/azure/private-link/private-endpoint-overview#dns-configuration)
0 commit comments