Skip to content
Merged
Show file tree
Hide file tree
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 content/nginxaas-azure/app-protect/enable-waf.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ This guide explains how to enable F5 WAF for NGINX on a F5 NGINX as a Service fo

## Before you start

- F5 WAF for NGINX can only be enabled on NGINXaaS for Azure deployments with the **Standard v2** and **Standard v3** [plan]({{< ref "/nginxaas-azure/billing/overview.md" >}})
- F5 WAF for NGINX can only be enabled on NGINXaaS for Azure deployments with the **Standard v3** [plan]({{< ref "/nginxaas-azure/billing/overview.md/#standard-v3-plan" >}}) (and the deprecated **Standard v2** [plan]({{< ref "/nginxaas-azure/billing/overview.md/#standard-v2-plan-deprecated" >}}))

## Enable F5 WAF for NGINX

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ To export an ARM template for an existing deployment:
1. Select **Download**.
1. Decompress the template archive.
1. Open the `template.json` file and verify that the data in the template is correct.
1. In the `resources` section, change `sku.name` to `standardv2_Monthly`. This recreates the deployment as a standard plan deployment.
1. In the `resources` section, change `sku.name` to `standardv3_Monthly`. This recreates the deployment as a standard plan deployment.
1. Delete the original basic plan deployment.
1. On the command line, run:

Expand Down
27 changes: 13 additions & 14 deletions content/nginxaas-azure/billing/overview.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,17 +28,6 @@ The Standard V3 plan allows for optional Web Application Firewall (WAF) configur

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

### Standard V2 plan

The Standard V2 plan is designed for production workloads offering a [99.95% uptime SLA](https://www.f5.com/pdf/customer-support/eusa-sla.pdf), high availability through active-active deployments, redundancy, autoscaling, lossless rolling upgrades, and more. Choosing the Standard V2 plan will result in billing based on metered consumption of NGINX Capacity Units (NCU).

When using the Standard V2 plan, NGINXaaS is a consumption-based service, metered hourly, and billed monthly in NGINX Capacity Units (NCUs).

The SKU for the Standard V2 pricing plan is `standardv2_Monthly`.

The Standard V2 plan allows for configuration of F5 WAF for NGINX and a higher number of listen ports.


### Developer plan

The Developer plan is ideal for those who are just starting out, as it's intended for early-stage trials, development work, and testing. Please note that it doesn't provide service level agreement (SLA) guarantees, and it lacks both redundancy options and the capability to scale resources as needed.
Expand All @@ -49,7 +38,6 @@ The SKU for the Developer pricing plan is `developer_Monthly`.

{{< call-out "note" >}}The costs for your plan will appear on the Azure Portal Cost Analysis page and the Azure Consumption APIs. There may be a 24h delay before usage is visible.{{< /call-out >}}


## NGINX Capacity Unit (NCU)

{{< include "/nginxaas-azure/ncu-description.md" >}}
Expand Down Expand Up @@ -84,10 +72,11 @@ Each NCU provisioned (not consumed) is billed at the rate specified on the [Azur
* Total: `$0.75 + $0.80 + $0.125 = $1.675`

{{< call-out "note" >}}Further guidance:

* For how many NCUs should you provision and how to scale to match workload, see the [Scaling Guidance]({{< ref "/nginxaas-azure/quickstart/scaling.md" >}})
* To learn more about metrics related to NCUs, see the [NGINXaaS Statistics namespace]({{< ref "/nginxaas-azure/monitoring/metrics-catalog.md#nginxaas-statistics" >}})
{{< /call-out >}}

{{< /call-out >}}

## Bandwidth

Expand All @@ -98,4 +87,14 @@ The standard Azure [networking](https://azure.microsoft.com/en-us/pricing/detail

## Review billing data

NGINXaaS billing data is reported per deployment and can be viewed in the Azure Portal under "Cost Management + Billing".​
NGINXaaS billing data is reported per deployment and can be viewed in the Azure Portal under "Cost Management + Billing".​

### Standard V2 plan (deprecated)

The Standard V2 plan is designed for production workloads offering a [99.95% uptime SLA](https://www.f5.com/pdf/customer-support/eusa-sla.pdf), high availability through active-active deployments, redundancy, autoscaling, lossless rolling upgrades, and more. Choosing the Standard V2 plan will result in billing based on metered consumption of NGINX Capacity Units (NCU).

When using the Standard V2 plan, NGINXaaS is a consumption-based service, metered hourly, and billed monthly in NGINX Capacity Units (NCUs).

The SKU for the Standard V2 pricing plan is `standardv2_Monthly`.

The Standard V2 plan allows for configuration of F5 WAF for NGINX and a higher number of listen ports.