Skip to content

Commit 9ad26df

Browse files
committed
tweak
1 parent 8c82b56 commit 9ad26df

File tree

1 file changed

+16
-16
lines changed

1 file changed

+16
-16
lines changed

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

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ ms.custom: template-tutorial, mvc, engagement-fy23
2222
2323
This tutorial helps you use Azure Network Watcher NSG flow log capability to log a virtual machine's network traffic that flows through the [network security group (NSG)](../virtual-network/network-security-groups-overview.md) associated to its network interface.
2424

25-
In this tutorial, you learn how to:
25+
You learn how to:
2626

2727
> [!div class="checklist"]
2828
> * Create a virtual network and a Bastion host
@@ -34,15 +34,15 @@ In this tutorial, you learn how to:
3434
3535
## Prerequisites
3636

37-
- An Azure account with an active subscription. f you don't have one, create a [free account](https://azure.microsoft.com/free/?WT.mc_id=A261C142F) before you begin.
37+
- 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.
3838

3939
## Sign in to Azure
4040

4141
Sign in to the [Azure portal](https://portal.azure.com).
4242

4343
## Create a virtual network
4444

45-
In this section, you create a virtual network (**myVNet**).
45+
In this section, you create **myVNet** virtual network.
4646

4747
1. In the search box at the top of the portal, enter *virtual networks*. Select **Virtual networks** in the search results.
4848

@@ -56,7 +56,7 @@ In this section, you create a virtual network (**myVNet**).
5656
| Subscription | Select your Azure subscription. |
5757
| Resource Group | Select **Create new**. </br> Enter *myResourceGroup* in **Name**. </br> Select **OK**. |
5858
| **Instance details** | |
59-
| Name | Enter *myVNet1*. |
59+
| Name | Enter *myVNet*. |
6060
| Region | Select **East US**. |
6161

6262
1. Select the **IP Addresses** tab, or select **Next: IP Addresses** button at the bottom of the page.
@@ -76,7 +76,7 @@ In this section, you create a virtual network (**myVNet**).
7676
| Setting | Value |
7777
| --- | --- |
7878
| Bastion name | Enter *myBastionHost*. |
79-
| AzureBastionSubnet address space | Enter *10.0.3.0/24*. |
79+
| AzureBastionSubnet address space | Enter *10.0.1.0/24*. |
8080
| Public IP Address | Select **Create new**. </br> Enter *myBastionIP* for **Name**. </br> Select **OK**. |
8181

8282
1. Select the **Review + create** tab or select the **Review + create** button.
@@ -85,7 +85,7 @@ In this section, you create a virtual network (**myVNet**).
8585

8686
## Create a virtual machine
8787

88-
In this section, you create a virtual machine (**myVM**).
88+
In this section, you create **myVM** virtual machine.
8989

9090
1. In the search box at the top of the portal, enter *virtual machines*. Select **Virtual machines** in the search results.
9191

@@ -129,31 +129,31 @@ In this section, you create a virtual machine (**myVM**).
129129

130130
8. Once the deployment is complete, select **Go to resource** to go to the **Overview** page of **myVM**.
131131

132-
9. Select **Connect**, then select **Bastion**.
132+
9. Select **Connect** then select **Bastion**.
133133

134134
10. Enter the username and password that you created in the previous steps. Leave **Open in new browser tab** checked.
135135

136136
11. Select **Connect** button.
137137

138138
## Register Insights provider
139139

140-
NSG flow logging requires the **Microsoft.Insights** provider. To check its status, complete the following steps:
140+
NSG flow logging requires the **Microsoft.Insights** provider. To check its status, follow these steps:
141141

142142
1. In the search box at the top of the portal, enter *subscriptions*. Select **Subscriptions** in the search results.
143143

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

146146
1. Select **Resource providers** under **Settings** of your subscription.
147147

148-
1. Enter *insights* in the filter box.
148+
1. Enter *insight* in the filter box.
149149

150-
1. Confirm the status of the provider displayed is **Registered**. If the status is **NotRegistered**, select **Microsoft.Insights** provider then select **Register**.
150+
1. Confirm the status of the provider displayed is **Registered**. If the status is **NotRegistered**, select the **Microsoft.Insights** provider then select **Register**.
151151

152152
:::image type="content" source="./media/network-watcher-nsg-flow-logging-portal/register-microsoft-insights.png" alt-text="Screenshot of registering Microsoft Insights provider in the Azure portal.":::
153153

154154
## Create a storage account
155155

156-
In this section, you create a storage account that's used to store the flow logs.
156+
In this section, you create a storage account to use it to store the flow logs.
157157

158158
1. In the search box at the top of the portal, enter *storage accounts*. Select **Storage accounts** in the search results.
159159

@@ -167,7 +167,7 @@ In this section, you create a storage account that's used to store the flow logs
167167
| **Instance details** | |
168168
| Storage account name | Enter a unique name. This tutorial uses **mynwstorageaccount**. |
169169
| Region | Select **(US) East US**. The storage account must be in the same region as the virtual machine and its network security group. |
170-
| Performance | Select **Standard**. |
170+
| Performance | Select **Standard**. NSG flow logs only support Standard-tier storage accounts. |
171171
| Redundancy | Select **Locally-redundant storage (LRS)**. |
172172

173173
1. Select the **Review** tab or select the **Review** button at the bottom.
@@ -192,10 +192,10 @@ In this section, you create an NSG flow log that's saved into the storage accoun
192192
| ------- | ----- |
193193
| **Project details** | |
194194
| Subscription | Select your Azure subscription. The subscription of your virtual machine and its network security group. |
195-
| Network Security Group | Select **+ Select NSG**. <br> Select **myVM-nsg**, and then select **Confirm selection**. |
195+
| Network Security Group | Select **+ Select NSG**. <br> Select **myVM-nsg**. <br> Select **Confirm selection**. |
196196
| Flow Log Name | Leave the default of **myVM-nsg-myResourceGroup-flowlog**.
197197
| **Instance details** | |
198-
| Subscription | Select your Azure subscription. The subscription of the storage account that you want to store the logs into. |
198+
| Subscription | Select your Azure subscription. The subscription of the storage account. |
199199
| Storage Accounts | Select the storage account you created in the previous steps. This tutorial uses **mynwstorageaccount**. |
200200
| Retention (days) | Enter a retention time for the logs. This tutorial uses **1** day. |
201201

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

212212
1. Go back to your browser tab of **myVM** virtual machine.
213213

214-
1. In **myVM**, open Microsoft Edge and to `www.bing.com`.
214+
1. In **myVM**, open Microsoft Edge and go to `www.bing.com`.
215215

216216
## Download flow log
217217

@@ -235,7 +235,7 @@ In this section, you go to the storage account you previously selected and downl
235235

236236
## View flow log
237237

238-
Open the downloaded `PT1H.json` file using a text editor of your choice. The following example is a section taken from the downloaded `PT1H.json` file:
238+
Open the downloaded `PT1H.json` file using a text editor of your choice. The following example is a section taken from the downloaded `PT1H.json` file, which shows a flow processed by the rule **DefaultRule_AllowInternetOutBound**.
239239

240240
```json
241241
{

0 commit comments

Comments
 (0)