Skip to content

Commit da7c938

Browse files
Merge pull request #310799 from halkazwini/nw-considerations
Storage considerations update
2 parents 9b960a9 + f5cee63 commit da7c938

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

articles/network-watcher/vnet-flow-logs-overview.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ author: halkazwini
66
ms.author: halkazwini
77
ms.service: azure-network-watcher
88
ms.topic: concept-article
9-
ms.date: 12/09/2025
9+
ms.date: 01/22/2026
1010
ms.custom: build-2025
1111

1212
# Customer intent: As an Azure administrator, I want to implement virtual network flow logs so that I can effectively monitor network traffic, optimize performance, and ensure compliance within my virtual network.
@@ -215,6 +215,8 @@ For continuation (`C`) and end (`E`) flow states, byte and packet counts are agg
215215
- **Subscription**: The storage account must be in the same subscription of the virtual network or in a subscription associated with the same Microsoft Entra tenant of the virtual network's subscription.
216216
- **Performance tier**: The storage account must be standard. Premium storage accounts aren't supported.
217217
- **Self-managed key rotation**: If you change or rotate the customer-managed encryption keys to your storage account, virtual network flow logs stop working. To fix this problem, you must disable and then re-enable virtual network flow logs.
218+
- **Retention policy rules:** Currently, a storage account supports 100 rules, and each rule can accommodate 10 blob prefixes. For more information, see [How many retention policy rules can a storage account have?](frequently-asked-questions.yml#how-many-retention-policy-rules-can-a-storage-account-have-)
219+
- **Blob operations:** Virtual network flow logs are ingested into a block blob at one-minute intervals by appending blocks. While ingestion is in progress, don't perform operations that modify the blob's block structure, such as editing, overwriting, or deleting the blob content. These operations can cause all subsequent flow log write operations to fail for that specific hour's blob.
218220

219221
### ExpressRoute gateway traffic
220222

0 commit comments

Comments
 (0)