Skip to content

Commit cdcd958

Browse files
committed
add article to toc
1 parent f045450 commit cdcd958

File tree

2 files changed

+11
-9
lines changed

2 files changed

+11
-9
lines changed

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

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ Create a flow log for your network security group. This NSG flow log is saved in
7373
| 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**. |
7474
| 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/). |
7575

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.":::
7777

7878
> [!NOTE]
7979
> 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.
101101
| **Project details** | |
102102
| Subscription | Select the Azure subscription of your network security group that you want to log. |
103103
| Network security group | Select **+ Select resource**. <br> In **Select network security group**, select **myNSG**. Then, select **Confirm selection**. |
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. |
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. |
105105
| **Instance details** | |
106106
| Subscription | Select the Azure subscription of your storage account. |
107107
| 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**. |
108108
| 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/). |
109109

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.":::
111111

112112
> [!NOTE]
113113
> 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.
121121
| Enable Traffic Analytics | Select the checkbox to enable traffic analytics for your flow log. |
122122
| 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). |
123123
| 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. |
125125

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.":::
127127

128128
1. Select **Review + create**.
129129

@@ -203,7 +203,7 @@ You can temporarily disable an NSG flow log without deleting it. Disabling a flo
203203
:::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":::
204204

205205
> [!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).
207207
208208
## Delete a flow log
209209

@@ -220,7 +220,7 @@ You can permanently delete an NSG flow log. Deleting a flow log deletes all its
220220
:::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":::
221221

222222
> [!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).
224224
225225
## Next Steps
226226

articles/network-watcher/toc.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@
7979
href: resource-move.md
8080
- name: How-to guides
8181
items:
82-
- name: Manage Network Watcher
82+
- name: Enable Network Watcher
8383
href: network-watcher-create.md
8484
- name: Connection monitor using Azure Monitor agent
8585
items:
@@ -155,10 +155,12 @@
155155
href: network-watcher-intrusion-detection-open-source-tools.md
156156
- name: Visualize network traffic patterns using open source tools
157157
href: network-watcher-using-open-source-tools.md
158-
- name: Flow log traffic monitoring
158+
- name: Flow logging
159159
items:
160160
- name: Manage NSG flow logs
161161
items:
162+
- name: Azure portal
163+
href: nsg-flow-logging.md
162164
- name: PowerShell
163165
href: network-watcher-nsg-flow-logging-powershell.md
164166
- name: Azure CLI

0 commit comments

Comments
 (0)