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
# Event Log Options for Azure Virtual Network Manager
11
+
# Event log options for Azure Virtual Network Manager
12
12
13
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.
Copy file name to clipboardExpand all lines: articles/virtual-network-manager/how-to-configure-event-logs.md
+7-6Lines changed: 7 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,5 @@
1
1
---
2
-
title: Configure Event Logs for Azure Virtual Network Manager
2
+
title: Configure event logs for Azure Virtual Network Manager
3
3
description: This article describes how to configure and view event logs for Azure Virtual Network Manager. This includes how to access event logs in a Log Analytics workspace and a storage account.
# Configure Event Logs for Azure Virtual Network Manager
11
+
# Configure event logs for Azure Virtual Network Manager
12
12
13
13
When configurations are changed in Azure Virtual Network Manager, this can affect virtual networks that are associated with network groups in your instance. With Azure Monitor, you can monitor Azure Virtual Network Manager for virtual network changes.
14
14
15
15
In this article, you learn how to monitor Azure Virtual Network Manager for virtual network changes with Log Analytics or a storage account.
16
16
17
17
## Prerequisites
18
-
-*An Azure account with an active subscription. [Create an account for free](https://azure.microsoft.com/free/?WT.mc_id=A261C142F).
18
+
- An Azure account with an active subscription. [Create an account for free](https://azure.microsoft.com/free/?WT.mc_id=A261C142F).
19
19
- A deployed instance of [Azure Virtual Network Manager](./create-virtual-network-manager-portal.md) in your subscription, with managed virtual networks.
20
20
- You deployed either a [Log Analytics workspace](../azure-monitor/essentials/tutorial-resource-logs.md#create-a-log-analytics-workspace) or a [storage account](../storage/common/storage-account-create.md) to store event logs and observe data related to Azure Virtual Network Manager.
21
21
22
-
## Configuring Diagnostic Settings
22
+
## Configure Diagnostic Settings
23
23
24
24
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. These are as storage targets when configuring diagnostic settings for Azure Virtual Network Manager. Once you have configured your diagnostic settings, you can view the event logs in the Log Analytics workspace or storage account.
25
25
@@ -53,7 +53,7 @@ A storage account is another option for storing event logs. In this task, you co
In this task, you access the event logs for your Azure Virtual Network Manager instance.
59
59
@@ -63,10 +63,11 @@ In this task, you access the event logs for your Azure Virtual Network Manager i
63
63
:::image type="content" source="media/how-to-configure-event-logging/run-query.png" alt-text="Screenshot of Run and Load to editor buttons in the diagnostics window.":::
64
64
65
65
1. If you choose **Run**, the **Results** tab displays the event logs, and you can expand each log to view the details.
66
-
1. When completed reviewing the logs, close the window and select **ok** to discard changes.
67
66
68
67
:::image type="content" source="media/how-to-configure-event-logging/workspace-log-details.png" alt-text="Screenshot of the event log details from the defined query.":::
69
68
69
+
1. When completed reviewing the logs, close the window and select **ok** to discard changes.
70
+
70
71
> [!NOTE]
71
72
> When you close the **Query editor** window, you will be be returned to the **Azure Home** page. If you need to return to the **Logs** page, browse to your virtual network manager instance, and select **Logs** under the **Monitoring** in the left pane.
0 commit comments