Skip to content

Commit 10a46a8

Browse files
committed
More deletions
1 parent fc3b2ef commit 10a46a8

21 files changed

+13
-24
lines changed

articles/virtual-network-manager/how-to-configure-event-logs.md

Lines changed: 11 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ author: mbender-ms
55
ms.author: mbender
66
ms.topic: how-to
77
ms.service: azure-virtual-network-manager
8-
ms.date: 05/07/2024
8+
ms.date: 12/11/2024
99
---
1010

1111
# Configure event logs for Azure Virtual Network Manager
@@ -57,12 +57,11 @@ A storage account is another option for storing event logs. In this task, you co
5757

5858
In this task, you access the event logs for your Azure Virtual Network Manager instance.
5959

60-
1. Under the **Monitoring** in the left pane, select the **Logs**.
61-
1. In the **Diagnostics** window, select **Run** or **Load to editor** under **Get recent Network Group Membership Changes** or any other preloaded query available from your selected schema(s).
62-
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.":::
60+
### Run a query in Log Analytics workspace
6461

65-
1. If you choose **Run**, the **Results** tab displays the event logs, and you can expand each log to view the details.
62+
1. Under the **Monitoring** in the left pane, select the **Logs**.
63+
1. In the **Diagnostics** window, select **Run** under **Get recent Network Group Membership Changes** or any other preloaded query available from your selected schema(s).
64+
1. When choosing **Run**, the **Results** tab displays the event logs, and you can expand each log to view the details.
6665

6766
:::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.":::
6867

@@ -71,9 +70,14 @@ In this task, you access the event logs for your Azure Virtual Network Manager i
7170
> [!NOTE]
7271
> When you close the **Query editor** window, you will 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.
7372
74-
1. If you choose **Load to editor**, the **Query editor** window displays the query. Choose **Run** to display the event logs and you can expand each log to view the details.
73+
### Run a query in Log Analytics workspace with preloaded queries
74+
75+
1. Under the **Monitoring** in the left pane, select the **Logs**.
76+
1. In the **Diagnostics** window, select **Load to editor** under **Get recent Network Group Membership Changes** or any other preloaded query available from your selected schema(s).
77+
1. When choosing **Load to editor**, the **Query editor** window displays the query. Choose **Run** to display the event logs and you can expand each log to view the details.
7578

7679
:::image type="content" source="media/how-to-configure-event-logging/workspace-log-details.png" alt-text="Screenshot of log details.":::
80+
7781
1. Close the window and select **ok** to discard changes.
7882

7983
## Next steps

articles/virtual-network-manager/how-to-deploy-hub-spoke-topology-with-azure-firewall.md

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ author: mbender-ms
55
ms.author: mbender
66
ms.service: azure-virtual-network-manager
77
ms.topic: how-to
8-
ms.date: 06/04/2024
8+
ms.date: 12/11/2024
99
---
1010

1111
# How to deploy hub and spoke topology with Azure Firewall
@@ -62,9 +62,6 @@ In this task, you create a routing configuration and rule collection that includ
6262

6363
3. Select **Add** to add the routing rule to the rule collection.
6464
4. Select **Add** to add the rule collection to the routing configuration.
65-
66-
:::image type="content" source="media/how-to-deploy-hub-spoke-topology-with-azure-firewall/add-routing-rule.png" alt-text="Screenshot of Add a routing rule window with firewall as next hop.":::
67-
6865
5. Select **Review + create** then select **Create**.
6966

7067
## Deploy the routing configuration

articles/virtual-network-manager/how-to-manage-ip-addresses-network-manager.md

Lines changed: 1 addition & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ author: mbender-ms
55
ms.author: mbender
66
ms.service: azure-virtual-network-manager
77
ms.topic: how-to
8-
ms.date: 10/25/2024
8+
ms.date: 12/11/2024
99
ms.custom: references_regions
1010
#customer intent: As a network administrator, I want to learn how to manage IP addresses with Azure Virtual Network Manager so that I can create and assign IP address pools to my virtual networks.
1111
---
@@ -56,13 +56,7 @@ In this step, you associate an existing virtual network with an IP address pool
5656
1. Browse to your network manager instance and select your IP address pool.
5757
2. From the left menu, select **Allocations** under **Settings** or select **Allocate**.
5858
3. In the **Allocations** window, select **+ Create** > **Associate resources**. The **Associate resources** option allocates a CIDR to an existing virtual network.
59-
60-
:::image type="content" source="media/how-to-manage-ip-addresses/pool-allocation-settings-associate-resource-thumb.png" alt-text="Screenshot of allocations page for associating resources." lightbox="media/how-to-manage-ip-addresses/pool-allocation-settings-associate-resource.png":::
61-
6259
4. In the **Select resources** window, select the virtual networks you want to associate with the IP address pool and then choose **Select**.
63-
64-
:::image type="content" source="media/how-to-manage-ip-addresses/associate-virtual-network-resources-thumb.png" alt-text="Screenshot of associate resources page with virtual networks selected." lightbox="media/how-to-manage-ip-addresses/associate-virtual-network-resources.png":::
65-
6660
5. Verify the virtual network is listed.
6761

6862
:::image type="content" source="media/how-to-manage-ip-addresses/ip-address-pool-allocation-statistics.png" alt-text="Screenshot of IP address pool allocations and statistics.":::
@@ -128,9 +122,6 @@ In this step, you delegate permissions to other users to manage IP address pools
128122
3. In the **Access control (IAM)** window, select **+ Add**>**Add role assignment**.
129123
4. Under **Role**, select **IPAM Pool User** through the search bar under the **Job function roles** tab, and then select **Next**.
130124
5. On the **Members** tab, select how you wish to assign access to the role. You can assign access to a user, group, or service principal, or you can use a managed identity.
131-
132-
:::image type="content" source="media/how-to-manage-ip-addresses/delegate-ip-address-pool-permissions.png" alt-text="Screenshot of the Add role assignment window with IPAM Pool User selected.":::
133-
134125
6. Choose **+ Select members** and then **Select** the user, group, service principal, or managed identity that you want to assign the role to.
135126
7. Select **Review + assign** and then **Assign** to delegate permissions to the user.
136127

@@ -154,9 +145,6 @@ In this step, you create a virtual network with a nonoverlapping CIDR range by a
154145

155146
4. Select the **IP addresses** tab or **Next** > **Next**.
156147
5. On the **IP addresses** tab, select **Allocate using IP address pools** checkbox.
157-
158-
:::image type="content" source="media/how-to-manage-ip-addresses/create-virtual-network-ip-address-pool.png" alt-text="Screenshot of create virtual network window with Allocate using IP address setting.":::
159-
160148
6. In the **Select an IP address pool** window, select the IP address pool that you want to associate with the virtual network and then choose **Save**. You can select at most one IPv4 pool and one IPv6 pool for association to a single virtual network.
161149

162150
:::image type="content" source="media/how-to-manage-ip-addresses/virtual-network-create-select-ip-address-pool-thumb.png" alt-text="Screenshot of Select an IP address pool with IP address pool selected." lightbox="media/how-to-manage-ip-addresses/virtual-network-create-select-ip-address-pool.png":::

0 commit comments

Comments
 (0)