Skip to content

Commit 9a7d76c

Browse files
Merge pull request #287631 from halkazwini/nw-nsgflow
Freshness: Tutorial: Log network traffic to and from a virtual machine using the Azure portal
2 parents 1f199ea + aeb9736 commit 9a7d76c

File tree

1 file changed

+8
-7
lines changed

1 file changed

+8
-7
lines changed

articles/network-watcher/nsg-flow-logs-tutorial.md

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,13 @@
11
---
2-
title: 'Tutorial: Log network traffic flow to and from a virtual machine'
2+
title: 'Tutorial: Log network traffic flow to and from a VM'
33
titleSuffix: Azure Network Watcher
4-
description: In this tutorial, you learn how to log network traffic flow to and from a virtual machine (VM) using Network Watcher NSG flow logs capability.
4+
description: In this tutorial, you learn how to log network traffic flow to and from a virtual machine (VM) using Network Watcher NSG flow logs.
55
author: halkazwini
66
ms.author: halkazwini
77
ms.service: azure-network-watcher
88
ms.topic: tutorial
9-
ms.date: 09/26/2024
9+
ms.date: 09/30/2024
10+
1011
# CustomerIntent: As an Azure administrator, I need to log the network traffic to and from a virtual machine (VM) so I can analyze the data for anomalies.
1112
---
1213

@@ -18,7 +19,7 @@ Network security group flow logging is a feature of Azure Network Watcher that a
1819

1920
This tutorial helps you use NSG flow logs to log a virtual machine's network traffic that flows through the [network security group](../virtual-network/network-security-groups-overview.md) associated to its network interface.
2021

21-
:::image type="content" source="./media/nsg-flow-logs-tutorial/nsg-flow-logs-tutorial-diagram.png" alt-text="Diagram shows the resources created during the tutorial." lightbox="./media/nsg-flow-logs-tutorial/nsg-flow-logs-tutorial-diagram.png":::
22+
:::image type="content" source="./media/nsg-flow-logs-tutorial/nsg-flow-logs-tutorial-diagram.png" alt-text="Diagram shows the resources created during the tutorial.":::
2223

2324
In this tutorial, you learn how to:
2425

@@ -42,7 +43,7 @@ In this section, you create **myVNet** virtual network with one subnet for the v
4243

4344
1. In the search box at the top of the portal, enter ***virtual networks***. Select **Virtual networks** from the search results.
4445

45-
:::image type="content" source="./media/nsg-flow-logs-tutorial/virtual-network-azure-portal.png" alt-text="Screenshot shows searching for virtual networks in the Azure portal.":::
46+
:::image type="content" source="./media/nsg-flow-logs-tutorial/virtual-network-azure-portal.png" alt-text="Screenshot shows searching for virtual networks in the Azure portal." lightbox="./media/nsg-flow-logs-tutorial/virtual-network-azure-portal.png":::
4647

4748
1. Select **+ Create**. In **Create virtual network**, enter or select the following values in the **Basics** tab:
4849

@@ -129,7 +130,7 @@ NSG flow logging requires the **Microsoft.Insights** provider. To check its stat
129130

130131
1. Confirm the status of the provider displayed is **Registered**. If the status is **NotRegistered**, select the **Microsoft.Insights** provider then select **Register**.
131132

132-
:::image type="content" source="./media/nsg-flow-logs-tutorial/register-microsoft-insights.png" alt-text="Screenshot of registering Microsoft Insights provider in the Azure portal.":::
133+
:::image type="content" source="./media/nsg-flow-logs-tutorial/register-microsoft-insights.png" alt-text="Screenshot of registering Microsoft Insights provider in the Azure portal." lightbox="./media/nsg-flow-logs-tutorial/register-microsoft-insights.png":::
133134

134135
## Create a storage account
135136

@@ -216,7 +217,7 @@ In this section, you go to the storage account you previously selected and downl
216217
217218
6. Select the ellipsis **...** to the right of the PT1H.json file, then select **Download**.
218219
219-
:::image type="content" source="./media/nsg-flow-logs-tutorial/nsg-log-file.png" alt-text="Screenshot showing how to download nsg flow log from the storage account container in the Azure portal.":::
220+
:::image type="content" source="./media/nsg-flow-logs-tutorial/nsg-log-file.png" alt-text="Screenshot showing how to download nsg flow log from the storage account container in the Azure portal." lightbox="./media/nsg-flow-logs-tutorial/nsg-log-file.png":::
220221
221222
> [!NOTE]
222223
> You can use Azure Storage Explorer to access and download flow logs from your storage account. Fore more information, see [Get started with Storage Explorer](../vs-azure-tools-storage-manage-with-storage-explorer.md).

0 commit comments

Comments
 (0)