Skip to content

Commit 7a0423a

Browse files
authored
Merge pull request #290850 from v-thepet/patch-62
Update cli.md
2 parents 201ae33 + d8beda8 commit 7a0423a

File tree

1 file changed

+3
-3
lines changed
  • articles/peering-service

1 file changed

+3
-3
lines changed

articles/peering-service/cli.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -40,12 +40,12 @@ az provider register --name Microsoft.Peering
4040

4141
## List Peering Service locations and service providers
4242

43-
Use [az peering service country list](/cli/azure/peering/service/country#az-peering-service-country-list) to list the countries/regions where Peering Service is available and [az peering service location list](/cli/azure/peering/service/location#az-peering-service-location-list) to list the available metro locations in a specific country where you can get the Peering Service:
43+
Use [az peering service country list](/cli/azure/peering/service/country#az-peering-service-country-list) to list the countries/regions where Peering Service is available and [az peering service location list](/cli/azure/peering/service/location#az-peering-service-location-list) to list the available metro locations in a specific country/region where you can get the Peering Service:
4444

4545
```azurecli-interactive
4646
# List the countries/regions available for Peering Service.
4747
az peering service country list --out table
48-
# List metro locations serviced in a country
48+
# List metro locations serviced in a country/region
4949
az peering service location list --country "united states" --output table
5050
```
5151

@@ -106,4 +106,4 @@ az peering service delete --peering-service-name "myPeeringService" --resource-g
106106
## Related content
107107

108108
- To learn more about Peering Service connections, see [Peering Service connection](connection.md).
109-
- To learn more about Peering Service connection telemetry, see [Access Peering Service connection telemetry](connection-telemetry.md).
109+
- To learn more about Peering Service connection telemetry, see [Access Peering Service connection telemetry](connection-telemetry.md).

0 commit comments

Comments
 (0)