Skip to content

Commit 35c1f7f

Browse files
committed
add a step that shows how to delete the migrated flow logs
1 parent 23222ae commit 35c1f7f

File tree

2 files changed

+8
-4
lines changed

2 files changed

+8
-4
lines changed
125 KB
Loading

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

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ author: halkazwini
66
ms.author: halkazwini
77
ms.service: network-watcher
88
ms.topic: how-to
9-
ms.date: 04/24/2024
9+
ms.date: 04/29/2024
1010
ms.custom: devx-track-azurepowershell
1111

1212
#CustomerIntent: As an Azure administrator, I want to migrate my network security group flow logs to the new virtual network flow logs so that I can use all the benefits of virtual network flow logs, which overcome some of the network security group flow logs limitations.
@@ -103,13 +103,17 @@ In this section, you learn how to use the script file that you downloaded in the
103103
Do you want to rollback? You won't get the option to revert the actions done now again (y/n): n
104104
```
105105
106+
> [!NOTE]
107+
> Keep the script and analysis report files for reference in case you have any issues with the migration.
108+
106109
1. Check the Azure portal to confirm that the status of network security group flow logs that you migrated became disabled, and virtual network flow logs are created to replace them.
107110
108111
:::image type="content" source="./media/nsg-flow-logs-migrate/list-flow-logs.png" alt-text="Screenshot that shows the newly created virtual network flow log as a result of migrating from network security group flow log." lightbox="./media/nsg-flow-logs-migrate/list-flow-logs.png":::
109112
110-
> [!NOTE]
111-
> Keep the script and analysis report files for reference in case you have any issues with the migration.
112-
113+
1. Delete the network security group flow logs that you migrated. To do so, select the flow logs that you want to delete, and then select **Delete**.
114+
115+
:::image type="content" source="./media/nsg-flow-logs-migrate/delete-nsg-flow-logs.png" alt-text="Screenshot that shows how to delete migrated network security group flow logs." lightbox="./media/nsg-flow-logs-migrate/delete-nsg-flow-logs.png":::
116+
113117
## Related content
114118
115119
- [Network security group flow logs](nsg-flow-logs-overview.md)

0 commit comments

Comments
 (0)