Skip to content

Conversation

@Naveen-Gopu-F5
Copy link
Contributor

Proposed changes

  • Updated docs to use standardv3 as default plan instead of standardv2 in NginxaaS Azure.
  • Updated the NCU definition based on this new standardv3 plan
  • Updated the usage and cost estimator for standardv3 plan.

Checklist

Before sharing this pull request, I completed the following checklist:

Footnotes

  1. Potentially sensitive information includes personally identify information (PII), authentication credentials, and live URLs. Refer to the style guide for guidance about placeholder content.

@github-actions github-actions bot added documentation Improvements or additions to documentation product/nginxaas-azure Issues related to NGINX as a Service for Azure labels Nov 13, 2025
@github-actions
Copy link

Deploy Preview will be available once build job completes!

Name Link
😎 Deploy Preview https://frontdoor-test-docs.nginx.com/previews/docs/1435/

@lamATnginx lamATnginx self-requested a review November 19, 2025 01:09
*/
currencyFormatter: (n, significantDigits) => {
return new Intl.NumberFormat("en-US", {
currencyFormatter: (n, significantDigits = 5) => {
Copy link
Contributor

@lamATnginx lamATnginx Nov 19, 2025

Choose a reason for hiding this comment

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

This function should either return a formatted currency with either two digits (e.g. n is 4.1) or zero digits (e.g. n is 4).

Copy link
Contributor Author

Choose a reason for hiding this comment

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

updated suggested changes

Comment on lines +19 to +30
### Standard V3 plan

The Standard V3 plan is an upgraded, purpose-built solution for modern enterprises looking to simplify application traffic management and scale workloads effortlessly. This improved plan offers a [99.95% uptime SLA](https://www.f5.com/pdf/customer-support/eusa-sla.pdf), high availability through active-active deployments, redundancy, lossless rolling upgrades, and dynamic autoscaling capabilities to optimize both performance and cost.

The Standard V3 plan introduces dynamic autoscaling that ensures consumption pricing - customers pay only for what they use. Each NGINX Capacity Unit (NCU) delivers 2.2 Mbps bandwidth and 3,000 connections, providing unmatched flexibility and scalability to suit diverse workloads.

The Standard V3 pricing model is designed to optimize efficiency and transparency: customers benefit from an affordable fixed price per deployment ($0.25/hour) that covers baseline overhead, while NCU usage ($0.008/hour/unit) and data processing ($0.005/GB) allow costs to scale precisely with demand. NGINXaaS is a consumption-based service, metered hourly, and billed monthly in NGINX Capacity Units (NCUs).

The SKU for the Standard V3 pricing plan is `standardv3_Monthly`.

The Standard V3 plan allows for optional Web Application Firewall (WAF) configuration and a higher number of listen ports, offering enhanced security and connectivity options for enterprise applications.

Copy link
Contributor

Choose a reason for hiding this comment

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

lets run this by Sundar and check if he is okay with this description. I would rephrase this to make it more human written.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

I took this description from this confluence doc. I will check with sundar on this.

@sundar-tiwari
Copy link

sundar-tiwari commented Nov 24, 2025

Proposal looks good to me

* Total: `40 NCU·hour * $0.03/NCU/hour = $1.20`.
* Fixed deployment cost: `2 hours * $0.25/hour = $0.50`
* NCU usage cost: `40 NCU·hour * $0.008/NCU/hour = $0.32`
* Data processing cost: `1 GB * $0.0096/GB = $0.005`
Copy link
Contributor

@russokj russokj Nov 25, 2025

Choose a reason for hiding this comment

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

The math looks wrong for data processing cost, or I don't quite understand it.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Yes, I forgot replacing $0.0096 with $0.005.
The correct value updated is : Data processing cost: 1 GB * $0.005/GB = $0.005``

@russokj
Copy link
Contributor

russokj commented Nov 25, 2025

I couldn't get the calculator to work. Should I be able to in preview?

@Naveen-Gopu-F5
Copy link
Contributor Author

I couldn't get the calculator to work. Should I be able to in preview?

Yes, in preview mode calculator doesn't work. I confirmed from docs team too but it works well in prod. The only way to look at it is in local for now.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

documentation Improvements or additions to documentation product/nginxaas-azure Issues related to NGINX as a Service for Azure

Projects

None yet

Development

Successfully merging this pull request may close these issues.

7 participants