Skip to content

Commit 2d9048e

Browse files
authored
Fix grammar and clarity in virtual network documentation
1 parent fd4e8fd commit 2d9048e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ Your environment belongs to a specific PowerPlatform region. However, a PowerPla
6666

6767
### Hostname not found
6868

69-
If you experiencing issues that affect hostname resolution, use the `Test-DnsResolution` function from the diagnostics PowerShell module to check whether the hostname is resolved correctly. Run the following command:
69+
If you experience issues that affect hostname resolution, use the `Test-DnsResolution` function from the diagnostics PowerShell module to check whether the hostname is resolved correctly. Run the following command:
7070

7171
```powershell
7272
Test-DnsResolution -EnvironmentId "00000000-0000-0000-0000-000000000000" -HostName "microsoft.com"
@@ -89,7 +89,7 @@ This command tries to establish a TCP connection to the specified destination an
8989

9090
> [!NOTE]
9191
> This command tests only whether a TCP connection can be established to the specified destination and port. It doesn't test whether the resource is available or whether any application-level issues might be preventing access to the resource.
92-
> Some firewalls might allow TCP connections to be established, but they then block actual traffic to the resource (for example, HTTPS). Therefore, even if the command indicates network connectivity. that doesn't guarantee that the resource is fully accessible.
92+
> Some firewalls might allow TCP connections to be established, but they then block actual traffic to the resource (for example, HTTPS). Therefore, even if the command indicates network connectivity, that status doesn't guarantee that the resource is fully accessible.
9393
9494
### Connectivity is successful, but the application is still not working
9595

0 commit comments

Comments
 (0)