-
Couldn't load subscription status.
- Fork 21.8k
Update billing details for prescaling in Azure Firewall #127764
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
base: main
Are you sure you want to change the base?
Conversation
Clarified billing information regarding Capacity Unit Hour charges and default instance exclusions.
|
@skmkzyk : Thanks for your contribution! The author(s) and reviewer(s) have been notified to review your proposed change. |
|
Learn Build status updates of commit fcf461d: ✅ Validation status: passed
For more details, please refer to the build report. |
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 updates the billing documentation for Azure Firewall prescaling to provide clearer information about how Capacity Unit Hour charges work in relation to regular Azure Firewall fees and default instance allocations.
- Clarified that Capacity Unit Hour charges are in addition to regular Azure Firewall fees
- Added explanation that two default running instances are excluded from billable capacity unit calculations
Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.
|
|
||
| Prescaling introduces a **Capacity Unit Hour** billing meter. You pay based on the number of capacity units provisioned per hour. | ||
| Prescaling introduces a **Capacity Unit Hour** billing meter that is **charged in addition to** the regular Azure Firewall fees, calculated per provisioned capacity unit per hour. | ||
| Note that the instance count used for this calculation excludes the two default running instances—so if 10 instances are provisioned, the billable count is 8. |
Copilot
AI
Oct 23, 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.
[nitpick] The explanation uses an em dash followed by 'so' which creates a run-on sentence structure. Consider splitting into two sentences or using a colon for better clarity: 'Note that the instance count used for this calculation excludes the two default running instances. For example, if 10 instances are provisioned, the billable count is 8.' Alternatively: 'Note that the instance count used for this calculation excludes the two default running instances: if 10 instances are provisioned, the billable count is 8.'
| Note that the instance count used for this calculation excludes the two default running instances—so if 10 instances are provisioned, the billable count is 8. | |
| Note that the instance count used for this calculation excludes the two default running instances. For example, if 10 instances are provisioned, the billable count is 8. |
|
Can you review the proposed changes? Important: When the changes are ready for publication, adding a #label:"aq-pr-triaged" |
Clarified billing information regarding Capacity Unit Hour charges and default instance exclusions.