Skip to content

Commit 1f71ea8

Browse files
author
Michael Bender
committed
Initial commit concept, how-to,TOC,Index
1 parent e3bd3cd commit 1f71ea8

File tree

2 files changed

+29
-3
lines changed

2 files changed

+29
-3
lines changed

articles/virtual-network-manager/concept-monitoring.md

Lines changed: 27 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,30 @@ ms.service: azure-virtual-network-manager
88
ms.date: 04/12/2023
99
---
1010

11-
# Monitoring Azure Virtual Network Manager
11+
# Monitoring Azure Virtual Network Manager
12+
13+
Azure Virtual Network Manager uses Azure Monitor for telemetry collection and analysis like many other Azure services. Azure Virtual Network Manager provides event logs for each network manager that you can interact with through Azure Monitor’s Log Analytics tool in the Azure Portal, as well as through a storage account. You may also send these logs to an event hub or partner solution.
14+
15+
## Supported log categories
16+
17+
Azure Virtual Network Manager currently provides the following log categories:
18+
- Network group membership change
19+
- Track when a particular virtual network’s network group membership is modified. In other words, a log is emitted when a virtual network is added to or removed from a network group. This can be used to trace network group membership changes over time and to capture a snapshot of a particular virtual network’s network group membership.
20+
21+
## Network group membership change attributes
22+
23+
This category emits one log per network group membership change. So, when a virtual network is added to or removed from a network group, a log is emitted correlating to that single addition or removal for that particular virtual network. The following attributes correspond to the logs that would be sent to your storage account; Log Analytics logs will have slightly different attributes.
24+
25+
| Attribute | Description |
26+
|-----------|-------------|
27+
| time | Datetime when the event was logged. |
28+
| resourceId | Resource ID of the network manager. |
29+
| location | Location of the virtual network resource. |
30+
| operationName | Operation that resulted in the VNet being added or removed. Always the Microsoft.Network/virtualNetworks/networkGroupMembership/write operation. |
31+
| category | Category of this log. Always NetworkGroupMembershipChange. |
32+
| resultType | Indicates successful or failed operation. |
33+
| correlationId | GUID that can help relate or debug logs. |
34+
| level | Always Info. |
35+
| properties | Collection of properties of the log. |
36+
37+

articles/virtual-network-manager/index.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -100,9 +100,9 @@ landingContent:
100100
linkLists:
101101
- linkListType: overview
102102
links:
103-
- text: Monitoring overview
103+
- text: Monitoring Azure Virtual Network Manager
104104
url: concept-monitoring.md
105105
- linkListType: how-to-guide
106106
links:
107-
- text: Monitor virtual network changes
107+
- text: Monitoring Azure Virtual Network Manager for virtual network changes
108108
url: how-to-monitor-virtual-network-changes.md

0 commit comments

Comments
 (0)