Skip to content

Commit ca1654f

Browse files
committed
initial cleanup
1 parent 595a16b commit ca1654f

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

support/power-platform/power-platform-administration/troubleshoot-virtual-network-power-platform.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,11 @@ search.audienceType:
1212
contributors:
1313
ms.custom: sap:Power Platform Administration
1414
---
15+
1516
# Troubleshoot Virtual Network issues
1617

1718
This article provides guidance on troubleshooting common scenarios for [Virtual Network](/power-platform/admin/vnet-support-overview) in Power Platform. It focuses on the use of a PowerShell module to help you identify and resolve issues related to Virtual Network configurations.
1819

19-
2020
## Diagnostics PowerShell Module
2121

2222
The Diagnostics PowerShell Module is a tool designed to help you diagnose and troubleshoot issues related to Virtual Network configurations in Power Platform. The module can be used to check the connectivity between your Power Platform environment and your Virtual Network, and to identify any misconfigurations that might be causing issues. It's available from the PowerShell Gallery and from our GitHub repository: [PowerPlatform-EnterprisePolicies](https://github.com/microsoft/PowerPlatform-EnterprisePolicies)
@@ -53,7 +53,7 @@ To report an issue, go to the Issues section of the repository and create a [new
5353

5454
## How to troubleshoot common scenarios
5555

56-
### Scenario: Misconfiguration of regions
56+
### Misconfiguration of regions
5757

5858
If you have verified that everything is correctly configured but you're still experiencing issues, you can use the `Get-EnvironmentRegion` function from the Diagnostics PowerShell Module to check if the region of your Power Platform environment is the same as the regions where you have been configuring your Virtual Network. You can run the following command:
5959

@@ -63,7 +63,7 @@ Get-EnvironmentRegion -EnvironmentId "00000000-0000-0000-0000-000000000000"
6363

6464
Your environment belongs to a specific PowerPlatform region. However, a PowerPlatform region can span multiple Azure regions. You need to ensure that your Virtual Network is configured in both of the Azure regions that correspond to your PowerPlatform region. Your environment can be located in either of the two Azure regions, and it can also automatically fail over between them. Therefore, to ensure high availability and connectivity, you should configure your Virtual Network in both Azure regions associated with your PowerPlatform region. You can find the mapping of the PowerPlatform regions to Azure regions that are support for the Virtual Network functionality at [Power Platform regions](/power-platform/admin/vnet-support-overview#supported-regions).
6565

66-
### Scenario: Hostname not found
66+
### Hostname not found
6767

6868
If you're experiencing issues with hostname resolution, you can use the `Test-DnsResolution` function from the Diagnostics PowerShell Module to check if the hostname is being resolved correctly. You can run the following command:
6969

@@ -76,7 +76,7 @@ This command tests the DNS resolution for the specified hostname in the context
7676
> [!IMPORTANT]
7777
> If you notice that your DNS setup is incorrect and need to update the DNS server settings for your Virtual Network, see [Can I update the DNS address of my Virtual Network after it's delegated to "Microsoft.PowerPlatform/enterprisePolicies"?](/power-platform/admin/vnet-support-overview#can-i-update-the-dns-address-of-my-virtual-network-after-its-delegated-to-microsoftpowerplatformenterprisepolicies)
7878
79-
### Scenario: Unable to connect to the resource
79+
### Unable to connect to the resource
8080

8181
If you're experiencing issues with connectivity to a resource, you can use the `Test-NetworkConnectivity` function from the Diagnostics PowerShell Module to check if there's connectivity. You can run the following command:
8282

@@ -90,7 +90,7 @@ This command attempts to establish a TCP connection to the specified destination
9090
> This command only tests if a TCP connection can be established to the specified destination and port. It doesn't test if the resource is actually available or if there are any application-level issues that might be preventing access to the resource.
9191
> Furthermore, some firewalls might be allowing TCP connections to be established but blocking actual traffic to the resource (that is, HTTPS). Therefore, even if the command indicates that there's network connectivity, it doesn't guarantee that the resource is fully accessible.
9292
93-
### Scenario: Connectivity is successful, but the application is still not working
93+
### Connectivity is successful, but the application is still not working
9494

9595
If the connectivity tests are successful, but you're still experiencing issues with your application, you might need to check the application-level settings and configurations. Things that you can check include:
9696

0 commit comments

Comments
 (0)