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
This guide provides step-by-step guidance to validate and diagnose your private endpoint connectivity setup.
22
+
This article provides step-by-step guidance to validate and diagnose your Azure Private Endpoint connectivity setup.
23
23
24
-
Azure Private Endpoint is a network interface that connects you privately and securely to a Private Link service. This solution helps you secure your workloads in Azure by providing private connectivity to your Azure service resources from your virtual network. This effectively bringing those services to your virtual network.
24
+
Azure Private Endpoint is a network interface that connects you privately and securely to a private link service. This solution helps you secure your workloads in Azure by providing private connectivity to your Azure service resources from your virtual network. This solution effectively brings those services to your virtual network.
25
25
26
-
Here are the connectivity scenarios that are available with Private Endpoints
27
-
- virtual network from the same region
28
-
- regionally peered virtual networks
29
-
- globally peered virtual networks
30
-
- customer on-premises over VPN or Express Route circuits
26
+
Here are the connectivity scenarios that are available with Private Endpoint:
31
27
32
-
## Diagnosing connectivity problems
33
-
Go over the steps listed below to make sure all the usual configurations are as expected to resolve connectivity problems with your private endpoint setup.
28
+
- Virtual network from the same region
29
+
- Regionally peered virtual networks
30
+
- Globally peered virtual networks
31
+
- Customer on-premises over VPN or Azure ExpressRoute circuits
34
32
35
-
1. Review Private Endpoint configuration by browsing the resource
33
+
## Diagnose connectivity problems
36
34
37
-
a) Go to **Private Link Center**
35
+
Review these steps to make sure all the usual configurations are as expected to resolve connectivity problems with your private endpoint setup.
36
+
37
+
1. Review Private Endpoint configuration by browsing the resource.
38
+
39
+
a. Go to **Private Link Center**.
38
40
39
41

40
42
41
-
b) Select Private Endpoints from the left navigation pane
43
+
b. On the left pane, select **Private endpoints**.
- Paste the FQDN from the Private Endpoint resource
76
-
- Provide a port (*typically 443 for Azure Storage or COSMOS, 1336 for Sql ...* )
76
+
d. Select **Test by FQDN**.
77
+
- Paste the FQDN from the private endpoint resource.
78
+
- Provide a port. Typically, use 443 for Azure Storage or Azure Cosmos DB and 1336 for SQL.
77
79
78
-
e) Click**Test** and validate the test results
80
+
e. Select**Test**, and validate the test results.
79
81
80
-

82
+

81
83
82
84
83
-
4. DNS resolution from the test results must have the same private IP address assigned to the Private Endpoint
84
-
85
-
a) If DNS settings are incorrect, do the following
86
-
- Using Private Zone:
87
-
- Make sure client VM VNet is associated with the Private Zone
88
-
- Review Private DNS zone record exists, create if not existing
89
-
90
-
- Using custom DNS:
91
-
- Review your customer DNS settings and validate DNS configuration is correct.
92
-
Refer to [Private Endpoint overview - DNS Configuration](https://docs.microsoft.com/azure/private-link/private-endpoint-overview#dns-configuration) for guidance.
93
-
94
-
b) If connectivity is failing because of NSG/UDRs
95
-
- Review NSG outbound rules and create appropriate outbound rules to allow traffic
85
+
1. DNS resolution from the test results must have the same private IP address assigned to the private endpoint.
86
+
87
+
a. If the DNS settings are incorrect, follow these steps:
88
+
- If you use a private zone:
89
+
- Make sure that the client VM virtual network is associated with the private zone.
90
+
- Check to see that the private DNS zone record exists. If it doesn't exist, create it.
91
+
- If you use custom DNS:
92
+
- Review your custom DNS settings, and validate that the DNS configuration is correct.
93
+
For guidance, see [Private endpoint overview: DNS configuration](https://docs.microsoft.com/azure/private-link/private-endpoint-overview#dns-configuration).
94
+
95
+
b. If connectivity is failing because of network security groups (NSGs) or user-defined routes:
96
+
- Review the NSG outbound rules, and create the appropriate outbound rules to allow traffic.
5. If the connection has validated results, the connectivity issue might be related to other aspects like secrets, tokens, passwords at the application layer.
100
-
- In this case, review configuration of the Private Link resource associated with the private endpoint. Refer to [Private Link troubleshooting guide](troubleshoot-private-link-connectivity.md).
100
+
1. If the connection has validated results, the connectivity problem might be related to other aspects like secrets, tokens, and passwords at the application layer.
101
+
- In this case, review the configuration of the private link resource associated with the private endpoint. For more information, see the [Azure Private Link troubleshooting guide](troubleshoot-private-link-connectivity.md).
101
102
102
-
6. Contact [Azure Support](https://ms.portal.azure.com/#blade/Microsoft_Azure_Support/HelpAndSupportBlade/overview) team if your problem is still unresolved and connectivity problem still exists.
103
+
1. Contact the [Azure Support](https://ms.portal.azure.com/#blade/Microsoft_Azure_Support/HelpAndSupportBlade/overview) team if your problem is still unresolved and a connectivity problem still exists.
103
104
104
105
## Next steps
105
106
106
-
*[Create a Private Endpoint on the updated subnet (Azure portal)](https://docs.microsoft.com/azure/private-link/create-private-endpoint-portal)
107
-
108
-
*[Private Link troubleshooting guide](troubleshoot-private-link-connectivity.md)
107
+
*[Create a private endpoint on the updated subnet (Azure portal)](https://docs.microsoft.com/azure/private-link/create-private-endpoint-portal)
108
+
*[Azure Private Link troubleshooting guide](troubleshoot-private-link-connectivity.md)
0 commit comments