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/nsg-flow-logging.md
+7-7Lines changed: 7 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -73,7 +73,7 @@ Create a flow log for your network security group. This NSG flow log is saved in
73
73
| Storage Accounts | Select the storage account that you want to save the flow logs to. If you want to create a new storage account, select **Create a new storage account**. |
74
74
| Retention (days) | Enter a retention time for the logs. Enter *0* if you want to retain the flow logs data in the storage account forever (until you delete it from the storage account). For information about pricing, see [Azure Storage pricing](https://azure.microsoft.com/pricing/details/storage/). |
75
75
76
-
:::image type="content" source="./media/nsg-flow-logging/create-nsg-flow-log.png" alt-text="Screenshot of creating an NSG flow log in the Azure portal." lightbox="./media/nsg-flow-logging/create-nsg-flow-log.png":::
76
+
:::image type="content" source="./media/nsg-flow-logging/create-nsg-flow-log.png" alt-text="Screenshot of creating an NSG flow log in the Azure portal.":::
77
77
78
78
> [!NOTE]
79
79
> If the storage account is in a different subscription, the network security group and storage account must be associated with the same Azure Active Directory tenant. The account you use for each subscription must have the [necessary permissions](required-rbac-permissions.md).
@@ -101,13 +101,13 @@ Create a flow log for your network security group and enable traffic analytics.
101
101
|**Project details**||
102
102
| Subscription | Select the Azure subscription of your network security group that you want to log. |
| Flow Log Name | Enter a name for the flow log or leave the default name. By default, Azure portal creates *<network-security-group>-<resource-group>-flowlog* flow log in **NetworkWatcherRG** resource group. |
104
+
| Flow Log Name | Enter a name for the flow log or leave the default name. By default, Azure portal creates *{network-security-group}-{resource-group}-flowlog* flow log in **NetworkWatcherRG** resource group. |
105
105
|**Instance details**||
106
106
| Subscription | Select the Azure subscription of your storage account. |
107
107
| Storage Accounts | Select the storage account that you want to save the flow logs to. If you want to create a new storage account, select **Create a new storage account**. |
108
108
| Retention (days) | Enter a retention time for the logs. Enter *0* if you want to retain the flow logs data in the storage account forever (until you delete it from the storage account). For information about pricing, see [Azure Storage pricing](https://azure.microsoft.com/pricing/details/storage/). |
109
109
110
-
:::image type="content" source="./media/nsg-flow-logging/create-nsg-flow-log-basics.png" alt-text="Screenshot of the Basics tab of Create a flow log in the Azure portal." lightbox="./media/nsg-flow-logging/create-nsg-flow-log-basics.png":::
110
+
:::image type="content" source="./media/nsg-flow-logging/create-nsg-flow-log-basics.png" alt-text="Screenshot of the Basics tab of Create a flow log in the Azure portal.":::
111
111
112
112
> [!NOTE]
113
113
> If the storage account is in a different subscription, the network security group and storage account must be associated with the same Azure Active Directory tenant. The account you use for each subscription must have the [necessary permissions](required-rbac-permissions.md).
@@ -121,9 +121,9 @@ Create a flow log for your network security group and enable traffic analytics.
121
121
| Enable Traffic Analytics | Select the checkbox to enable traffic analytics for your flow log. |
122
122
| Traffic Analytics processing interval | Select the processing interval that you prefer, available options are: **Every 1 hour** and **Every 10 mins**. The default processing interval is every one hour. For more information, see [Traffic Analytics](traffic-analytics.md). |
123
123
| Subscription | Select the Azure subscription of your Log Analytics workspace. |
124
-
| Log Analytics Workspace | Select your Log Analytics workspace. By default, Azure portal creates and selects *DefaultWorkspace-<subscription-id>-<region>* Log Analytics workspace in *defaultresourcegroup-<Region>* resource group.|
124
+
| Log Analytics Workspace | Select your Log Analytics workspace. By default, Azure portal creates and selects *DefaultWorkspace-{subscription-id}-{region}* Log Analytics workspace in *defaultresourcegroup-{Region}* resource group. |
125
125
126
-
:::image type="content" source="./media/nsg-flow-logging/enable-traffic-analytics.png" alt-text="Screenshot of enabling traffic analytics for a flow log in the Azure portal." lightbox="./media/nsg-flow-logging/enable-traffic-analytics.png":::
126
+
:::image type="content" source="./media/nsg-flow-logging/enable-traffic-analytics.png" alt-text="Screenshot of enabling traffic analytics for a flow log in the Azure portal.":::
127
127
128
128
1. Select **Review + create**.
129
129
@@ -203,7 +203,7 @@ You can temporarily disable an NSG flow log without deleting it. Disabling a flo
203
203
:::image type="content" source="./media/nsg-flow-logging/disable-flow-log.png" alt-text="Screenshot shows how to disable a flow log in the Azure portal." lightbox="./media/nsg-flow-logging/disable-flow-log.png":::
204
204
205
205
> [!NOTE]
206
-
> If traffic analytics is enabled for a flow log, it must disabled before you can disable the flow log.
206
+
> If traffic analytics is enabled for a flow log, it must disabled before you can disable the flow log. To disable traffic analytics, see [Change a flow log](#change-a-flow-log).
207
207
208
208
## Delete a flow log
209
209
@@ -220,7 +220,7 @@ You can permanently delete an NSG flow log. Deleting a flow log deletes all its
220
220
:::image type="content" source="./media/nsg-flow-logging/delete-flow-log.png" alt-text="Screenshot shows how to delete a flow log in the Azure portal." lightbox="./media/nsg-flow-logging/delete-flow-log.png":::
221
221
222
222
> [!NOTE]
223
-
> Deleting a flow log does not delete the flow log data from the storage account. Flow logs data stored in the storage account follow the configured retention policy.
223
+
> Deleting a flow log does not delete the flow log data from the storage account. Flow logs data stored in the storage account follows the configured retention policy or stays stored in the storage account until manually deleted (in case no retention policy is configured).
0 commit comments