Skip to content

Commit 2460edb

Browse files
authored
virtual network manager | Maintenance | February 2025
1 parent 39437a9 commit 2460edb

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

articles/virtual-network-manager/query-azure-resource-graph.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ author: mbender-ms
55
ms.author: mbender
66
ms.topic: how-to
77
ms.service: azure-virtual-network-manager
8-
ms.date: 11/02/2023
8+
ms.date: 02/04/2025
99
---
1010

1111
# Query your Azure Virtual Network Manager using Azure Resource Graph (ARG)
@@ -44,11 +44,11 @@ To get started with querying your virtual network manager data in ARG, follow th
4444
You can download the output of these queries as CSV from the **Resource Graph Explorer**. You can also use these queries in custom automation using any automation clients supported by ARG, such as [PowerShell](../governance/resource-graph/first-query-powershell.md), [CLI](../governance/resource-graph/first-query-azurecli.md), or [SDK](../governance/resource-graph/first-query-python.md). You can also create [custom workbooks](/azure/azure-monitor/visualize/workbooks-overview) in the Azure portal using ARG as a data source.
4545

4646
> [!NOTE]
47-
> ARG allows you to query the resources for which you have the appropriate RBAC rights.
47+
> ARG allows you to query the resources for which you have the appropriate role-based access control(RBAC) rights.
4848
4949
## Sample queries
5050

51-
The following are sample queries you can run on your virtual network manager data. You can use in them in custom dashboards and automations. Listed with each query is the input involved and the output returned.
51+
The following are sample queries you can run on your virtual network manager data. You can use in them in custom dashboards and automations. Listed with each query is the input involved and the output returned.
5252

5353
#### List all virtual network managers impacting a given virtual network
5454

@@ -98,7 +98,7 @@ Input: Enter the **adminConfigurationID** of the security admin configuration sn
9898
Output: List the virtual networks impacted including *Region, successCount, and failedcount*.
9999

100100
> [!NOTE]
101-
> The adminConfigurationId of the security admin configuration snapshot. You can get this id from the output of [List commit details](#list-commit-details-of-latest-security-admin-commit-for-a-given-network-manager) query.
101+
> The adminConfigurationId of the security admin configuration snapshot. You can get this ID from the output of [List commit details](#list-commit-details-of-latest-security-admin-commit-for-a-given-network-manager) query.
102102
103103
```kusto
104104
networkresources

0 commit comments

Comments
 (0)