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
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. |
0 commit comments