Skip to content

Commit 4875a1c

Browse files
authored
Merge pull request #124275 from MikePham0630/main
[operator-nexus] Update overview.md
2 parents 11c504b + 79a4e88 commit 4875a1c

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

articles/operator-nexus/overview.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -105,6 +105,17 @@ Azure Operator Nexus automatically streams the metrics and logs from the operato
105105

106106
Log Analytics has rich analytical tools that operators can use for troubleshooting or correlating for operational insights. Operators can also use Azure Monitor to specify alerts.
107107

108+
### Regions available
109+
110+
Nexus service is available in numerous regions to ensure users can access resources with minimal latency, regardless of their location.
111+
112+
Use the commands below to verify Nexus availability in an Azure region. The output includes a list of resources supported by Network Cloud and Managed Network Fabric, the available API versions, and the locations where these resources can be created.
113+
114+
```azurecli
115+
az provider show -n Microsoft.NetworkCloud -o json
116+
az provider show -n Microsoft.ManagedNetworkFabric -o json
117+
```
118+
108119
## Next steps
109120

110121
* Learn more about Azure Operator Nexus [resource models](./concepts-resource-types.md).

0 commit comments

Comments
 (0)