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/virtual-network-manager/concept-event-logs.md
+8-8Lines changed: 8 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,7 +10,7 @@ ms.date: 04/12/2023
10
10
11
11
# Event Log Options for Azure Virtual Network Manager
12
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.
13
+
Azure Virtual Network Manager uses Azure Monitor for data collection and analysis like many other Azure services. Azure Virtual Network Manager provides event logs for each network manager. You can store and view event logs with Azure Monitor’s Log Analytics tool in the Azure portal, and through a storage account. You may also send these logs to an event hub or partner solution.
14
14
15
15
## Supported log categories
16
16
@@ -20,7 +20,7 @@ Azure Virtual Network Manager currently provides the following log categories:
20
20
21
21
## Network group membership change attributes
22
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.
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 have slightly different attributes.
24
24
25
25
| Attribute | Description |
26
26
|-----------|-------------|
@@ -55,19 +55,19 @@ Within the Sources attribute are several nested attributes:
55
55
| Sources attributes | Description |
56
56
|-------------------|-------------|
57
57
| Type | Denotes whether the virtual network was added manually (StaticMembership) or conditionally via Azure Policy (Policy). |
58
-
| StaticMemberId | If the Type value is StaticMembership, this property will appear. |
59
-
| PolicyAssignmentId | If the Type value is Policy, this property will appear. ID of the Azure Policy assignment that associates the Azure Policy definition to the network group. |
60
-
| PolicyDefinitionId | If the Type value is Policy, this property will appear. ID of the Azure Policy definition that contains the conditions for the network group’s membership. |
58
+
| StaticMemberId | If the Type value is StaticMembership, this property appears. |
59
+
| PolicyAssignmentId | If the Type value is Policy, this property appears. ID of the Azure Policy assignment that associates the Azure Policy definition to the network group. |
60
+
| PolicyDefinitionId | If the Type value is Policy, this property appears. ID of the Azure Policy definition that contains the conditions for the network group’s membership. |
61
61
62
62
## Accessing logs
63
63
64
-
Depending on how you'll consume event logs, you’ll need to set up a Log Analytics workspace or a storage account for storing your log events.
64
+
Depending on how you consume event logs, you need to set up a Log Analytics workspace or a storage account for storing your log events.
65
65
- Learn to [create a Log Analytics workspace](../azure-monitor/logs/quick-create-workspace.md).
66
66
- Learn to [create a storage account](../storage/common/storage-account-create.md).
67
67
68
-
When setting up a Log Analytics workspace or a storage account, you’ll need to select a region. If you’re using a storage account or [event hub](../event-hubs/event-hubs-create.md), it will need to be in the same region of the virtual network manager you’re accessing logs from. If you’re using a Log Analytics workspace, it can be in any region.
68
+
When setting up a Log Analytics workspace or a storage account, you need to select a region. If you’re using a storage account, it needs to be in the same region of the virtual network manager you’re accessing logs from. If you’re using a Log Analytics workspace, it can be in any region.
69
69
70
-
The network manager you’re accessing the logs of won’t need to belong to the same subscription as your Log Analytics workspace or storage account, but permissions may restrict your ability to access logs across different subscriptions.
70
+
The network manager accessing the events isn't required to be in the same subscription as the Log Analytics workspace or the storage account used for storage, but permissions may restrict your ability to access logs across different subscriptions.
71
71
72
72
> [!NOTE]
73
73
> At least one virtual network must be added or removed from a network group in order to generate logs. A log will generate for this event a couple minutes after network group membership change occurs.
0 commit comments