Skip to content

Commit e34db11

Browse files
authored
Merge pull request MicrosoftDocs#36015 from damendo/master
Added note for compatible storage accounts
2 parents 49a7527 + cf170fd commit e34db11

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

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

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,6 +105,11 @@ NSG flow logging requires the **Microsoft.Insights** provider. To register the p
105105
![Select flow Logs version](./media/network-watcher-nsg-flow-logging-portal/select-flow-log-version.png)
106106

107107
9. Select the storage account that you created in step 3.
108+
> [!NOTE]
109+
> NSG Flow Logs do not work with storage accounts if:
110+
> * The storage accounts have a firewall enabled.
111+
> * The storage accounts have [hierarchical namespace](https://docs.microsoft.com/azure/storage/blobs/data-lake-storage-namespace) enabled.
112+
1. In the top, left corner of portal, select **All services**. In the **Filter** box, type *Network Watcher*. When **Network Watcher** appears in the search results, select it.
108113
10. Set **Retention (days)** to 5, and then select **Save**.
109114

110115
## Download flow log
@@ -210,7 +215,7 @@ The value for **mac** in the previous output is the MAC address of the network i
210215
| A | Action | Whether the traffic was allowed (A) or denied (D).
211216
| C | Flow State **Version 2 Only** | Captures the state of the flow. Possible states are **B**: Begin, when a flow is created. Statistics aren't provided. **C**: Continuing for an ongoing flow. Statistics are provided at 5-minute intervals. **E**: End, when a flow is terminated. Statistics are provided. |
212217
| 30 | Packets sent - Source to destination **Version 2 Only** | The total number of TCP or UDP packets sent from source to destination since last update. |
213-
| 16978 | Bytes sent - Source to destination **Version 2 Only** | The total number of TCP or UDP packet bytes sent from source to destination since last update. Packet bytes include the packet header and payload. |
218+
| 16978 | Bytes sent - Source to destination **Version 2 Only** | The total number of TCP or UDP packet bytes sent from source to destination since last update. Packet bytes include the packet header and payload. |
214219
| 24 | Packets sent - Destination to source **Version 2 Only** | The total number of TCP or UDP packets sent from destination to source since last update. |
215220
| 14008| Bytes sent - Destination to source **Version 2 Only** | The total number of TCP and UDP packet bytes sent from destination to source since last update. Packet bytes include packet header and payload.|
216221

0 commit comments

Comments
 (0)