Skip to content

Commit c61dcbb

Browse files
author
Michael Bender
committed
Acrolinx and update concept
1 parent cc9fb10 commit c61dcbb

File tree

2 files changed

+9
-9
lines changed

2 files changed

+9
-9
lines changed

articles/virtual-network-manager/TOC.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@
8989
href: how-to-configure-cross-tenant-cli.md
9090
- name: Monitoring
9191
items:
92-
- name: configure Event Logs for Azure Virtual Network Manager
92+
- name: Configure Event Logs for Azure Virtual Network Manager
9393
href: how-to-configure-event-logs.md
9494
- name: View applied configurations
9595
href: how-to-view-applied-configurations.md

articles/virtual-network-manager/concept-event-logs.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ ms.date: 04/12/2023
1010

1111
# Event Log Options for Azure Virtual Network Manager
1212

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.
1414

1515
## Supported log categories
1616

@@ -20,7 +20,7 @@ Azure Virtual Network Manager currently provides the following log categories:
2020

2121
## Network group membership change attributes
2222

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.
2424

2525
| Attribute | Description |
2626
|-----------|-------------|
@@ -55,19 +55,19 @@ Within the Sources attribute are several nested attributes:
5555
| Sources attributes | Description |
5656
|-------------------|-------------|
5757
| 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. |
6161

6262
## Accessing logs
6363

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.
6565
- Learn to [create a Log Analytics workspace](../azure-monitor/logs/quick-create-workspace.md).
6666
- Learn to [create a storage account](../storage/common/storage-account-create.md).
6767

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.
6969

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.
7171

7272
> [!NOTE]
7373
> 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

Comments
 (0)