Skip to content

Commit 85843fb

Browse files
Fix header casing and minor text adjustments
1 parent db472a4 commit 85843fb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/managed-devops-pools/configure-networking.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -206,14 +206,14 @@ If you have systems in place on your network (NSG, Firewall, etc.) that restrict
206206

207207
If you configure your Azure DevOps Pipeline to run inside of a container, you need to also allowlist the source of the container image (Docker or ACR).
208208

209-
## Validating Endpoint connectivity
209+
## Validating endpoint connectivity
210210

211211
To confirm that you can use a given subnet with Managed DevOps Pools, you can run the following script on a resource on that subnet to validate that the network flow is configured to reach all these available endpoints, and additionally the Managed DevOps control plane.
212212

213213
> [!IMPORTANT]
214214
> You must run this script on a resource that is in your subnet, such as a VM or container, to validate that the network path is open from that subnet to the required endpoints.
215215
216-
To run the script with Powershell Core, or Powershell 5 or greater, save the following script as `ValidateMDPEndpoints.ps1` and run the following PowerShell command: `.\ValidateMDPEndpoints.ps1 -organization "<your-organization>"`
216+
To run the script with PowerShell Core, or PowerShell 5 or greater, save the following script as `ValidateMDPEndpoints.ps1` and run the following PowerShell command: `.\ValidateMDPEndpoints.ps1 -organization "<your-organization>"`
217217

218218
```powershell
219219
# ValidateMDPEndpoints.ps1

0 commit comments

Comments
 (0)