Skip to content
Open
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
2 changes: 1 addition & 1 deletion articles/application-gateway/understanding-pricing.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ This article describes the costs associated with each SKU and it's recommended t
Application Gateway V2 and WAF V2 SKUs support autoscaling and guarantee high availability by default. V2 SKUs are billed based on the consumption and constitute of two parts:

- **Fixed costs**: These costs are based on the time the Application Gateway V2 or WAF V2 is provisioned and available for processing requests. This ensures high availability. There's an associated cost even if zero instances are reserved by specifying `0` in the minimum instance count, as part of autoscaling.
- The fixed cost also includes the cost associated with the public IP address attached to the application gateway.
- The fixed cost does not includes the cost associated with the public IP address attached to the application gateway.
Copy link

Copilot AI Oct 20, 2025

Choose a reason for hiding this comment

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

Grammatical error: 'does not includes' should be 'does not include' (singular form after 'does not').

Suggested change
- The fixed cost does not includes the cost associated with the public IP address attached to the application gateway.
- The fixed cost does not include the cost associated with the public IP address attached to the application gateway.

Copilot uses AI. Check for mistakes.

Copy link
Contributor

Choose a reason for hiding this comment

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

Suggested change
- The fixed cost does not includes the cost associated with the public IP address attached to the application gateway.
- The fixed cost does not include the cost associated with the public IP address attached to the application gateway.

Please commit update and then this can be signed off @Tanharuki. Thanks!

Copy link
Contributor

Choose a reason for hiding this comment

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

@Tanharuki - Can you respond to the requested changes or let us know if you would like us to commit them?

@mbender-ms - When the changes are ready for publication, adding a #sign-off comment is the best way to signal that the PR is ready for the review team to merge.

#label:"aq-pr-triaged"
@MicrosoftDocs/public-repo-pr-review-team

- The number of instances running at any point of time isn't considered in calculating fixed costs for V2 SKUs. The fixed costs of running a Standard_V2 (or WAF_V2) are the same per hour, regardless of the number of instances running within the same Azure region.
- **Capacity unit costs**: These costs are based on the number of capacity units that are either reserved or utilized - as required for processing the incoming requests. Consumption based costs are computed hourly.

Expand Down