You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/peering-service/cli.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -40,12 +40,12 @@ az provider register --name Microsoft.Peering
40
40
41
41
## List Peering Service locations and service providers
42
42
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:
44
44
45
45
```azurecli-interactive
46
46
# List the countries/regions available for Peering Service.
47
47
az peering service country list --out table
48
-
# List metro locations serviced in a country
48
+
# List metro locations serviced in a country/region
49
49
az peering service location list --country "united states" --output table
50
50
```
51
51
@@ -106,4 +106,4 @@ az peering service delete --peering-service-name "myPeeringService" --resource-g
106
106
## Related content
107
107
108
108
- 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