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-logs-tutorial.md
+13-13Lines changed: 13 additions & 13 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -38,7 +38,7 @@ In this section, you create **myVNet** virtual network with one subnet for the v
38
38
39
39
1. Sign in to the [Azure portal](https://portal.azure.com).
40
40
41
-
1. In the search box at the top of the portal, enter *virtual networks*. Select **Virtual networks** from the search results.
41
+
1. In the search box at the top of the portal, enter ***virtual networks***. Select **Virtual networks** from the search results.
42
42
43
43
:::image type="content" source="./media/nsg-flow-logs-tutorial/virtual-network-azure-portal.png" alt-text="Screenshot shows searching for virtual networks in the Azure portal.":::
44
44
@@ -48,9 +48,9 @@ In this section, you create **myVNet** virtual network with one subnet for the v
48
48
| --- | --- |
49
49
|**Project details**||
50
50
| Subscription | Select your Azure subscription. |
51
-
| Resource Group | Select **Create new**. </br> Enter *myResourceGroup* in **Name**. </br> Select **OK**. |
51
+
| Resource Group | Select **Create new**. </br> Enter ***myResourceGroup*** in **Name**. </br> Select **OK**. |
52
52
|**Instance details**||
53
-
| Name | Enter *myVNet*. |
53
+
| Name | Enter ***myVNet***. |
54
54
| Region | Select **(US) East US**. |
55
55
56
56
1. Select **Review + create**.
@@ -61,7 +61,7 @@ In this section, you create **myVNet** virtual network with one subnet for the v
61
61
62
62
In this section, you create **myVM** virtual machine.
63
63
64
-
1. In the search box at the top of the portal, enter *virtual machines*. Select **Virtual machines** from the search results.
64
+
1. In the search box at the top of the portal, enter ***virtual machines***. Select **Virtual machines** from the search results.
65
65
66
66
1. Select **+ Create** and then select **Azure virtual machine**.
67
67
@@ -73,7 +73,7 @@ In this section, you create **myVM** virtual machine.
73
73
| Subscription | Select your Azure subscription. |
@@ -117,13 +117,13 @@ In this section, you create **myVM** virtual machine.
117
117
118
118
NSG flow logging requires the **Microsoft.Insights** provider. To check its status, follow these steps:
119
119
120
-
1. In the search box at the top of the portal, enter *subscriptions*. Select **Subscriptions** in the search results.
120
+
1. In the search box at the top of the portal, enter ***subscriptions***. Select **Subscriptions** in the search results.
121
121
122
122
1. Select the Azure subscription that you want to enable the provider for in **Subscriptions**.
123
123
124
124
1. Select **Resource providers** under **Settings** of your subscription.
125
125
126
-
1. Enter *insight* in the filter box.
126
+
1. Enter ***insight*** in the filter box.
127
127
128
128
1. Confirm the status of the provider displayed is **Registered**. If the status is **NotRegistered**, select the **Microsoft.Insights** provider then select **Register**.
129
129
@@ -133,7 +133,7 @@ NSG flow logging requires the **Microsoft.Insights** provider. To check its stat
133
133
134
134
In this section, you create a storage account to use it to store the flow logs.
135
135
136
-
1. In the search box at the top of the portal, enter *storage accounts*. Select **Storage accounts** in the search results.
136
+
1. In the search box at the top of the portal, enter ***storage accounts***. Select **Storage accounts** in the search results.
137
137
138
138
1. Select **+ Create**. In **Create a storage account**, enter or select the following values in the **Basics** tab:
139
139
@@ -156,7 +156,7 @@ In this section, you create a storage account to use it to store the flow logs.
156
156
157
157
In this section, you create an NSG flow log that's saved into the storage account created previously in the tutorial.
158
158
159
-
1. In the search box at the top of the portal, enter *network watcher*. Select **Network Watcher** in the search results.
159
+
1. In the search box at the top of the portal, enter ***network watcher***. Select **Network Watcher** in the search results.
160
160
161
161
1. Under **Logs**, select **Flow logs**.
162
162
@@ -175,7 +175,7 @@ In this section, you create an NSG flow log that's saved into the storage accoun
175
175
|**Instance details**||
176
176
| Subscription | Select the Azure subscription of your storage account. |
177
177
| Storage Accounts | Select the storage account you created in the previous steps. This tutorial uses **mynwstorageaccount**. |
178
-
| Retention (days) | Enter *0* to retain the flow logs data in the storage account forever (until you delete it from the storage account). To apply a retention policy, enter the retention time in days. For information about storage pricing, see [Azure Storage pricing](https://azure.microsoft.com/pricing/details/storage/). |
178
+
| Retention (days) | Enter ***0*** to retain the flow logs data in the storage account forever (until you delete it from the storage account). To apply a retention policy, enter the retention time in days. For information about storage pricing, see [Azure Storage pricing](https://azure.microsoft.com/pricing/details/storage/). |
179
179
180
180
:::image type="content" source="./media/nsg-flow-logs-tutorial/create-nsg-flow-log.png" alt-text="Screenshot of create NSG flow log page in the Azure portal.":::
181
181
@@ -198,7 +198,7 @@ In this section, you create an NSG flow log that's saved into the storage accoun
198
198
199
199
In this section, you go to the storage account you previously selected and download the NSG flow log created in the previous section.
200
200
201
-
1. In the search box at the top of the portal, enter *storage accounts*. Select **Storage accounts** in the search results.
201
+
1. In the search box at the top of the portal, enter ***storage accounts***. Select **Storage accounts** in the search results.
202
202
203
203
2. Select **mynwstorageaccount** or the storage account you previously created and selected to store the logs.
204
204
@@ -285,7 +285,7 @@ When no longer needed, delete **myResourceGroup** resource group and all of the
285
285
286
286
## Related content
287
287
288
-
- To learn more about NSG flow logs, see [Flow logging for network security groups](network-watcher-nsg-flow-logging-overview).
289
-
- To learn how to create, change, enable, disable, or delete NSG flow logs, see [Manage NSG flow logs](nsg-flow-logging).
288
+
- To learn more about NSG flow logs, see [Flow logging for network security groups](network-watcher-nsg-flow-logging-overview.md).
289
+
- To learn how to create, change, enable, disable, or delete NSG flow logs, see [Manage NSG flow logs](nsg-flow-logging.md).
290
290
- To learn about Traffic analytics, see [Traffic analytics overview](traffic-analytics.md).
0 commit comments