Skip to content

Commit ca4fab0

Browse files
committed
fix links and other tweaks
1 parent 2ec33c8 commit ca4fab0

File tree

2 files changed

+13
-13
lines changed

2 files changed

+13
-13
lines changed
147 KB
Loading

articles/network-watcher/nsg-flow-logs-tutorial.md

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ In this section, you create **myVNet** virtual network with one subnet for the v
3838

3939
1. Sign in to the [Azure portal](https://portal.azure.com).
4040

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.
4242

4343
:::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.":::
4444

@@ -48,9 +48,9 @@ In this section, you create **myVNet** virtual network with one subnet for the v
4848
| --- | --- |
4949
| **Project details** | |
5050
| 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**. |
5252
| **Instance details** | |
53-
| Name | Enter *myVNet*. |
53+
| Name | Enter ***myVNet***. |
5454
| Region | Select **(US) East US**. |
5555

5656
1. Select **Review + create**.
@@ -61,7 +61,7 @@ In this section, you create **myVNet** virtual network with one subnet for the v
6161

6262
In this section, you create **myVM** virtual machine.
6363

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.
6565

6666
1. Select **+ Create** and then select **Azure virtual machine**.
6767

@@ -73,7 +73,7 @@ In this section, you create **myVM** virtual machine.
7373
| Subscription | Select your Azure subscription. |
7474
| Resource Group | Select **myResourceGroup**. |
7575
| **Instance details** | |
76-
| Virtual machine name | Enter *myVM*. |
76+
| Virtual machine name | Enter ***myVM***. |
7777
| Region | Select **(US) East US**. |
7878
| Availability Options | Select **No infrastructure redundancy required**. |
7979
| Security type | Select **Standard**. |
@@ -117,13 +117,13 @@ In this section, you create **myVM** virtual machine.
117117

118118
NSG flow logging requires the **Microsoft.Insights** provider. To check its status, follow these steps:
119119

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.
121121

122122
1. Select the Azure subscription that you want to enable the provider for in **Subscriptions**.
123123

124124
1. Select **Resource providers** under **Settings** of your subscription.
125125

126-
1. Enter *insight* in the filter box.
126+
1. Enter ***insight*** in the filter box.
127127

128128
1. Confirm the status of the provider displayed is **Registered**. If the status is **NotRegistered**, select the **Microsoft.Insights** provider then select **Register**.
129129

@@ -133,7 +133,7 @@ NSG flow logging requires the **Microsoft.Insights** provider. To check its stat
133133

134134
In this section, you create a storage account to use it to store the flow logs.
135135

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.
137137

138138
1. Select **+ Create**. In **Create a storage account**, enter or select the following values in the **Basics** tab:
139139

@@ -156,7 +156,7 @@ In this section, you create a storage account to use it to store the flow logs.
156156

157157
In this section, you create an NSG flow log that's saved into the storage account created previously in the tutorial.
158158

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.
160160

161161
1. Under **Logs**, select **Flow logs**.
162162

@@ -175,7 +175,7 @@ In this section, you create an NSG flow log that's saved into the storage accoun
175175
| **Instance details** | |
176176
| Subscription | Select the Azure subscription of your storage account. |
177177
| 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/). |
179179

180180
:::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.":::
181181

@@ -198,7 +198,7 @@ In this section, you create an NSG flow log that's saved into the storage accoun
198198

199199
In this section, you go to the storage account you previously selected and download the NSG flow log created in the previous section.
200200

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.
202202

203203
2. Select **mynwstorageaccount** or the storage account you previously created and selected to store the logs.
204204

@@ -285,7 +285,7 @@ When no longer needed, delete **myResourceGroup** resource group and all of the
285285
286286
## Related content
287287

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).
290290
- To learn about Traffic analytics, see [Traffic analytics overview](traffic-analytics.md).
291291

0 commit comments

Comments
 (0)