Skip to content

Commit c27567c

Browse files
Update troubleshoot-private-endpoint-connectivity.md
added indentation to images
1 parent d1689d1 commit c27567c

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

articles/private-link/troubleshoot-private-endpoint-connectivity.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -36,11 +36,11 @@ Go over the steps listed below to make sure all the usual configurations are as
3636

3737
a) Go to **Private Link Center**
3838

39-
![Private Link Center](./media/private-endpoint-tsg/private-link-center.png)
39+
![Private Link Center](./media/private-endpoint-tsg/private-link-center.png)
4040

4141
b) Select Private Endpoints from the left navigation pane
4242

43-
![Private Endpoints](./media/private-endpoint-tsg/private-endpoints.png)
43+
![Private Endpoints](./media/private-endpoint-tsg/private-endpoints.png)
4444

4545
c) Filter and select the private endpoint that you want to diagnose
4646

@@ -50,34 +50,34 @@ Go over the steps listed below to make sure all the usual configurations are as
5050
- Make sure the VM has connectivity to the VNet hosting the Private Endpoints
5151
- FQDN information (copy) and Private IP address assigned
5252

53-
![VNet and DNS Configuration](./media/private-endpoint-tsg/vnet-dns-configuration.png)
53+
![VNet and DNS Configuration](./media/private-endpoint-tsg/vnet-dns-configuration.png)
5454

5555
2. Use [**Azure Monitor**](https://docs.microsoft.com/azure/azure-monitor/overview) to review data is flowing
5656

5757
a) On Private Endpoint resource, select **Monitor**
5858
- Select data-in or data-out and review if the data is flowing when attempting to connect to the Private Endpoint. Expect a delay of approx. 10 mins.
5959

60-
![Verify Private Endpoint Telemetry](./media/private-endpoint-tsg/private-endpoint-monitor.png)
60+
![Verify Private Endpoint Telemetry](./media/private-endpoint-tsg/private-endpoint-monitor.png)
6161

6262
3. Use VM Connection Troubleshoot from **Network Watcher**
6363

6464
a) Select the client VM
6565

6666
b) Select the **Connection troubleshoot** section, **Outbound connection** tab
6767

68-
![Network Watcher - Test outbound connections](./media/private-endpoint-tsg/network-watcher-outbound-connection.png)
68+
![Network Watcher - Test outbound connections](./media/private-endpoint-tsg/network-watcher-outbound-connection.png)
6969

7070
c) Select **Use Network Watcher for detail connection tracing**
7171

72-
![Network Watcher - Connection troubleshoot](./media/private-endpoint-tsg/network-watcher-connection-troubleshoot.png)
72+
![Network Watcher - Connection troubleshoot](./media/private-endpoint-tsg/network-watcher-connection-troubleshoot.png)
7373

7474
d) Select **Test by FQDN**
7575
- Paste the FQDN from the Private Endpoint resource
7676
- Provide a port (*typically 443 for Azure Storage or COSMOS, 1336 for Sql ...* )
7777

7878
e) Click **Test** and validate the test results
7979

80-
![Network Watcher - test results](./media/private-endpoint-tsg/network-watcher-test-results.png)
80+
![Network Watcher - test results](./media/private-endpoint-tsg/network-watcher-test-results.png)
8181

8282

8383
4. DNS resolution from the test results must have the same private IP address assigned to the Private Endpoint
@@ -94,7 +94,7 @@ Go over the steps listed below to make sure all the usual configurations are as
9494
b) If connectivity is failing because of NSG/UDRs
9595
- Review NSG outbound rules and create appropriate outbound rules to allow traffic
9696

97-
![NSG outbound rules](./media/private-endpoint-tsg/nsg-outbound-rules.png)
97+
![NSG outbound rules](./media/private-endpoint-tsg/nsg-outbound-rules.png)
9898

9999
5. If the connection has validated results, the connectivity issue might be related to other aspects like secrets, tokens, passwords at the application layer.
100100
- In this case, review configuration of the Private Link resource associated with the private endpoint. Refer to [Private Link troubleshooting guide](https://docs.microsoft.com/azure/private-link/private-link-connectivity-troubleshooting).

0 commit comments

Comments
 (0)