Skip to content

Commit db472a4

Browse files
Steve DanielsonSteve Danielson
authored andcommitted
Update syntax
1 parent a376017 commit db472a4

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

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

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -210,11 +210,10 @@ If you configure your Azure DevOps Pipeline to run inside of a container, you ne
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

213-
To run the script with Powershell Core, or Powershell 5 or greater, save the following script as `ValidateMDPEndpoints.ps1` and run the following command:
213+
> [!IMPORTANT]
214+
> 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.
214215
215-
```powershell
216-
.\ValidateMDPEndpoints.ps1 -organization "<your-organization>"
217-
```
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>"`
218217

219218
```powershell
220219
# ValidateMDPEndpoints.ps1

0 commit comments

Comments
 (0)