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
Copy file name to clipboardExpand all lines: articles/network-watcher/quickstart-configure-network-security-group-flow-logs-from-arm-template.md
+25-23Lines changed: 25 additions & 23 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,19 +1,20 @@
1
1
---
2
-
title: 'Quickstart: Configure network security group flow logs using an ARM template'
2
+
title: 'Quickstart: Configure NSG flow logs using an ARM template'
3
+
titleSuffix: Azure Network Watcher
3
4
description: Learn how to enable network security group (NSG) flow logs programmatically using an Azure Resource Manager (ARM) template and Azure PowerShell.
#Customer intent: I need to enable the network security group flow logs by using an Azure Resource Manager template.
11
+
12
+
#CustomerIntent: As an Azure administrator, I want to learn how to enable NSG flow logs using an ARM template so that I can log traffic flowing through a network security group.
12
13
---
13
14
14
-
# Quickstart: Configure network security group flow logs using an Azure Resource Manager (ARM) template
15
+
# Quickstart: Configure Azure Network Watcher NSG flow logs using an Azure Resource Manager (ARM) template
15
16
16
-
In this quickstart, you learn how to enable [network security group (NSG) flow logs](network-watcher-nsg-flow-logging-overview.md) using an [Azure Resource Manager](../azure-resource-manager/management/overview.md)(ARM) template and Azure PowerShell.
17
+
In this quickstart, you learn how to enable NSG flow logs using an Azure Resource Manager (ARM) template and Azure PowerShell. For more information, see [What is Azure Resource Manager?](../azure-resource-manager/management/overview.md)and [NSG flow logs overview](network-watcher-nsg-flow-logging-overview.md).
@@ -25,15 +26,15 @@ If your environment meets the prerequisites and you're familiar with using ARM t
25
26
26
27
## Prerequisites
27
28
28
-
If you don't have an Azure subscription, create a [free account](https://azure.microsoft.com/free/?WT.mc_id=A261C142F) before you begin.
29
+
An Azure account with an active subscription. If you don't have one, create a [free account](https://azure.microsoft.com/free/?WT.mc_id=A261C142F) before you begin.
29
30
30
31
## Review the template
31
32
32
33
The template that we use in this quickstart is from [Azure Quickstart Templates](https://azure.microsoft.com/resources/templates/networkwatcher-flowlogs-create/).
> These commands deploy a resource to the example NetworkWatcherRG resource group, and not to the resource group that contains the NSG.
61
+
> These commands deploy a resource to ***NetworkWatcherRG*** resource group, and not to the resource group that contains the network security group.
61
62
62
63
## Validate the deployment
63
64
@@ -70,21 +71,22 @@ If there were issues with the deployment, see [Troubleshoot common Azure deploym
70
71
71
72
## Clean up resources
72
73
73
-
You can delete Azure resources by using complete deployment mode. To delete a flow logs resource, specify a deployment in complete mode without including the resource you want to delete. Read more about [complete deployment mode](../azure-resource-manager/templates/deployment-modes.md#complete-mode).
74
+
You can delete Azure resources by using complete deployment mode. To delete a flow log resource, specify a deployment in complete mode without including the resource you want to delete. Read more about [complete deployment mode](../azure-resource-manager/templates/deployment-modes.md#complete-mode).
75
+
76
+
You can also disable or delete a flow log in the Azure portal:
77
+
78
+
1. In the search box at the top of the portal, enter *network watcher*. Select **Network Watcher** in the search results.
79
+
80
+
1. Under **Logs**, select **Flow logs**.
74
81
75
-
You also can disable an NSG flow log in the Azure portal:
82
+
1. In **Network Watcher | Flow logs**, select the checkbox of the flow log that you want to delete.
76
83
77
-
1. Sign in to the Azure portal.
78
-
1. Select **All services**. In the **Filter** box, enter **network watcher**. In the search results, select **Network Watcher**.
79
-
1. Under **Logs**, select **NSG flow logs**.
80
-
1. In the list of NSGs, select the NSG for which you want to disable flow logs.
81
-
1. Under **Flow logs settings**, select **Off**.
82
-
1. Select **Save**.
84
+
1. Select **Disable** or **Delete**. For more information, see [Disable a flow log](nsg-flow-logging.md#disable-a-flow-log) or [Delete a flow log](nsg-flow-logging.md#delete-a-flow-log).
83
85
84
-
## Next steps
86
+
## Related content
85
87
86
-
In this quickstart, you learned how to enable NSG flow logs by using an ARM template. Next, learn how to visualize your NSG flow data by using one of these options:
88
+
In this quickstart, you learned how to enable NSG flow logs using an ARM template. Next, learn how to visualize your NSG flow data using traffic analytics:
87
89
88
-
-[Microsoft Power BI](network-watcher-visualize-nsg-flow-logs-power-bi.md)
0 commit comments