Skip to content

Commit 7912242

Browse files
committed
Remove DNS zone section
1 parent 3da061d commit 7912242

File tree

1 file changed

+3
-10
lines changed

1 file changed

+3
-10
lines changed

articles/managed-grafana/troubleshoot-mpe-connection.md

Lines changed: 3 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -41,26 +41,19 @@ Follow these steps to resolve the issue:
4141
> [!NOTE]
4242
> Two approvals are required: one by the person who created the managed private endpoint and one by the private link service owner. Ensure both approvals are completed.
4343
44-
### Step 2: check private DNS zone configuration
45-
46-
1. Verify that the private DNS zone is linked to the virtual network where Azure Managed Grafana is deployed.
47-
1. Ensure the DNS zone contains the correct records for the private link service (for example, `privatelink.<service>.azure.com`).
48-
49-
For more information, see [Create and manage private DNS zones using the Azure portal](/azure/dns/private-dns-portal).
50-
51-
### Step 3: Review Network Security Group (NSG) rules
44+
### Step 2: Review Network Security Group (NSG) rules
5245

5346
1. Check the NSG rules applied to the subnet where the private link service is deployed.
5447
1. Ensure there are no rules blocking inbound traffic from Azure Managed Grafana to the private link service.
5548
1. Add an allow rule if necessary to permit traffic from Azure Managed Grafana.
5649

57-
### Step 4: Verify private link service configuration
50+
### Step 3: Verify private link service configuration
5851

5952
1. Ensure the private link service is configured to accept connections from the managed private endpoint.
6053
1. Check the private link service's settings to confirm it's correctly associated with the target resource.
6154
1. Verify that the private link service is healthy and operational.
6255

63-
### Step 5: Analyze port configuration for AKS clusters
56+
### Step 4: Analyze port configuration for AKS clusters
6457

6558
If you're working with an AKS cluster, ensure that the port configuration is consistent across the monitored service, the load balancer, and the private link service. Incorrect port configurations can lead to data source connection failures.
6659

0 commit comments

Comments
 (0)