Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion articles/network-watcher/nsg-flow-logs-overview.md
Original file line number Diff line number Diff line change
Expand Up @@ -555,7 +555,9 @@ NSG flow logs are charged per gigabyte of ***Network flow logs collected*** and

If traffic analytics is enabled with NSG flow logs, traffic analytics pricing applies at per gigabyte processing rates. Traffic analytics isn't offered with a free tier of pricing. For more information, see [Network Watcher pricing](https://azure.microsoft.com/pricing/details/network-watcher/).

Storage of logs is charged separately. For more information, see [Azure Blob Storage pricing](https://azure.microsoft.com/pricing/details/storage/blobs/).
Storage of logs is charged separately. For more information, see [Azure Blob Storage pricing](https://azure.microsoft.com/pricing/details/storage/blobs/). Few considerations:
Copy link

Copilot AI Dec 18, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The phrase 'Few considerations:' is missing an article. Consider changing to 'A few considerations:' or 'The following considerations apply:' for better readability.

Copilot uses AI. Check for mistakes.
1. NSG flow log workflow makes [Create Container](https://learn.microsoft.com/en-us/rest/api/storageservices/Create-Container) call periodically and is directly proportional to associated number of MAC's and are charged as per storage write operations.
Copy link

Copilot AI Dec 18, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Remove apostrophe from 'MAC's' - the plural form should be 'MACs'.

Suggested change
1. NSG flow log workflow makes [Create Container](https://learn.microsoft.com/en-us/rest/api/storageservices/Create-Container) call periodically and is directly proportional to associated number of MAC's and are charged as per storage write operations.
1. NSG flow log workflow makes [Create Container](https://learn.microsoft.com/en-us/rest/api/storageservices/Create-Container) call periodically and is directly proportional to associated number of MACs and are charged as per storage write operations.

Copilot uses AI. Check for mistakes.
2. Any configuration change or subscription policy leading to failed upload attempts remains chargeable in accordance with storage billing policy.

## Availability

Expand Down