-
Notifications
You must be signed in to change notification settings - Fork 21.9k
Update nsg-flow-logs-overview.md #128034
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update nsg-flow-logs-overview.md #128034
Conversation
|
@shijaiswal : Thanks for your contribution! The author(s) and reviewer(s) have been notified to review your proposed change. |
|
Learn Build status updates of commit ad173e4:
|
| File | Status | Preview URL | Details |
|---|---|---|---|
| articles/network-watcher/nsg-flow-logs-overview.md | Details |
articles/network-watcher/nsg-flow-logs-overview.md
- Line 559, Column 32: [Warning: hard-coded-locale - See documentation]
Link 'https://learn.microsoft.com/en-us/rest/api/storageservices/Create-Container' contains locale code 'en-us'. For localizability, remove 'en-us' from links to most Microsoft sites. - Line 559, Column 32: [Suggestion: docs-link-absolute - See documentation]
Absolute link 'https://learn.microsoft.com/en-us/rest/api/storageservices/Create-Container' will be broken in isolated environments. Replace with a relative link.
For more details, please refer to the build report.
Note: Your PR may contain errors or warnings or suggestions unrelated to the files you changed. This happens when external dependencies like GitHub alias, Microsoft alias, cross repo links are updated. Please use these instructions to resolve them.
|
Can you review the proposed changes? IMPORTANT: When the changes are ready for publication, adding a #label:"aq-pr-triaged" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull request overview
This PR adds pricing considerations for NSG flow logs storage operations. It clarifies two specific billing scenarios that users should be aware of when using NSG flow logs with Azure Blob Storage.
Key changes:
- Adds two numbered considerations regarding storage write operation costs related to Create Container calls and failed upload attempts
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
|
|
||
| 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: | ||
| 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. |
Copilot
AI
Dec 18, 2025
There was a problem hiding this comment.
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'.
| 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. |
| 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: |
Copilot
AI
Dec 18, 2025
There was a problem hiding this comment.
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.
halkazwini
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Imported changes to another PR.
ad173e4
into
MicrosoftDocs:main
NSG flow log pricing consideration