Skip to content

Commit 850b560

Browse files
committed
add two sections
1 parent 5e45dca commit 850b560

File tree

2 files changed

+22
-0
lines changed

2 files changed

+22
-0
lines changed
32.6 KB
Loading

articles/network-watcher/network-watcher-nsg-flow-logging-portal.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -282,6 +282,28 @@ The comma-separated information for **flowTuples** is as follows:
282282
| 12 | Packets received **Version 2 only** | The total number of TCP packets received from destination since the last update. |
283283
| 8143 | Bytes received **Version 2 only** | The total number of TCP packet bytes received from destination since the last update. Packet bytes include packet header and payload.|
284284

285+
## Disable NSG flow log
286+
287+
When no more logging is needed, you can disable the NSG flow log that you previously created.
288+
289+
1. In the search box at the top of the portal, enter *network watcher*. Select **Network Watcher** in the search results.
290+
291+
1. Select **NSG flow logs** under **Logs**.
292+
293+
1. Select the ellipsis **...** to the right of **myVM-nsg-myresourcegroup-flowlog** flow log or right-click it and select **Disable**. To resume logging, enable the flow log.
294+
295+
1. In **Disable NSG flow log**, select **Disable**.
296+
297+
:::image type="content" source="./media/network-watcher-nsg-flow-logging-portal/nsg-log-file.png" alt-text="Screenshot showing the nsg flow log disabled in the Azure portal.":::
298+
299+
## Clean up resources
300+
301+
you can longer needed, delete **myResourceGroup** and all of the resources it contains:
302+
303+
1. Enter *myResourceGroup* in the **Search** box at the top of the portal. When you see **myResourceGroup** in the search results, select it.
304+
2. Select **Delete resource group**.
305+
3. Enter *myResourceGroup* for **TYPE THE RESOURCE GROUP NAME:** and select **Delete**.
306+
285307
## Next steps
286308

287309
In this tutorial, you learned how to:

0 commit comments

Comments
 (0)