You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: content/nginxaas-azure/billing/overview.md
-9
Original file line number
Diff line number
Diff line change
@@ -33,15 +33,6 @@ The SKU for the Basic pricing plan is `basic_Monthly`.
33
33
{{< 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.{{< /note >}}
34
34
35
35
36
-
### Standard plan (deprecated)
37
-
38
-
The Standard plan is comparable to the Standard V2 plan except that it doesn't support some features like NGINX App Protect WAF.
39
-
40
-
The SKU to use for the Standard pricing plan is `standard_Monthly`.
41
-
42
-
{{< note >}} Standard plan is now deprecated in favor of Standard V2 plan.{{< /note >}}
43
-
44
-
45
36
## NGINX Capacity Unit (NCU)
46
37
47
38
{{< include "/nginxaas-azure/ncu-description.md" >}}
Copy file name to clipboardExpand all lines: content/nginxaas-azure/changelog.md
+6
Original file line number
Diff line number
Diff line change
@@ -11,6 +11,12 @@ To see a list of currently active issues, visit the [Known issues]({{< relref "/
11
11
12
12
To review older entries, visit the [Changelog archive]({{< relref "/nginxaas-azure/changelog-archive" >}}) section.
13
13
14
+
## March 5, 2025
15
+
16
+
- {{% icon-info %}} **Retirement of Standard Plan**
17
+
18
+
The `Standard` plan for NGINXaaS for Azure has been retired, and users cannot create new deployments with it anymore. If you have a deployment running on the `Standard` plan, consider [migrating]({{< relref "/nginxaas-azure/troubleshooting/migrate-from-standard.md">}}) it to the [`Standard V2 plan`]({{< relref "/nginxaas-azure/billing/overview.md#standard-v2-plan" >}}) without incurring downtime, and to access new features such as NGINX App Protect WAF and additional listen ports.
19
+
14
20
## February 10, 2025
15
21
16
22
- {{% icon-feature %}} **NGINXaaS Load Balancer for Kubernetes is now Generally Available**
|`user`|`nginx`| The `nginx` user has the correct permissions for accessing certificates, policy files and other auxfiles. |
64
64
|`worker_processes`|`auto`| Set to `auto` to automatically set `worker_processes` to the number of CPU cores. |
65
-
|`worker_connections`| <ul><li>standard plan `4000`</li><li>basic plan `3000`</li></ul> | To ensure reasonable performance of the NGINXaaS deployment for standard plan the `worker_connections` is fixed at 400/NCU; for basic plan this is set lower. |
65
+
|`worker_connections`| <ul><li>Standard V2 plan `4000`</li><li>basic plan `3000`</li></ul> | To ensure reasonable performance of the NGINXaaS deployment for Standard V2 plan, the `worker_connections` is fixed at 400/NCU; for basic plan this is set lower. |
66
66
|`pid`|`/run/nginx/nginx.pid`| Set to this value to allow NGINXaaS to automatically manage the NGINX master process. |
67
67
|`daemon`|`on`| Automatically set to `on` to allow NGINXaaS to manage the NGINX master process. |
68
68
|`master_process`|`on`| This directive is intended for NGINX developers. |
| ncu.provisioned || count | The number of successfully provisioned NCUs during the aggregation interval. During scaling events, this may lag behind `ncu.requested` as the system works to achieve the request. Available for Standard plan deployments. | deployment |
37
-
| ncu.requested || count | The requested number of NCUs during the aggregation interval. Describes the goal state of the system. Available for Standard plan deployments. | deployment |
38
-
| ncu.consumed || count | The estimated number of NCUs used to handle the current traffic. This may burst above the `ncu.provisioned`. This can be used to guide scaling out or in to match your workload. See [Scaling Guidance]({{< relref "/nginxaas-azure/quickstart/scaling.md#iterative-approach" >}}) for details. Available for Standard plan deployments. | deployment |
38
+
| ncu.provisioned || count | The number of successfully provisioned NCUs during the aggregation interval. During scaling events, this may lag behind `ncu.requested` as the system works to achieve the request. Available for Standard V2 plan deployments. | deployment |
39
+
| ncu.requested || count | The requested number of NCUs during the aggregation interval. Describes the goal state of the system. Available for Standard V2 plan deployments. | deployment |
40
+
| ncu.consumed || count | The estimated number of NCUs used to handle the current traffic. This may burst above the `ncu.provisioned`. This can be used to guide scaling out or in to match your workload. See [Scaling Guidance]({{< relref "/nginxaas-azure/quickstart/scaling.md#iterative-approach" >}}) for details. Available for Standard V2 plan deployments. | deployment |
39
41
| system.worker_connections | pid process_name | count | The number of nginx worker connections used on the dataplane. This metric is one of the factors which determines the deployment's consumed NCU value. | deployment |
40
42
| nginxaas.certificates | name status | count | The number of certificates added to the NGINXaaS deployment dimensioned by the name of the certificate and its status. Refer to [Certificate Health]({{< relref "/nginxaas-azure/getting-started/ssl-tls-certificates/overview.md#monitor-certificates" >}}) to learn more about the status dimension. | deployment |
41
43
| nginxaas.maxmind | status | count | The status of any MaxMind license in use for downloading geoip2 databases. Refer to [License Health]({{< relref "/nginxaas-azure/quickstart/geoip2.md#monitoring" >}}) to learn more about the status dimension. | deployment |
F5 NGINX as a Service for Azure (NGINXaaS) supports manual and automatic scaling of your deployment, allowing you to adapt to application traffic demands while controlling cost.
11
11
12
-
{{<note>}}Scaling requires the Standard plan.{{</note>}}
12
+
{{<note>}}Scaling requires the Standard V2 plan.{{</note>}}
13
13
14
14
An NGINXaaS deployment can be scaled out to increase the capacity (increasing the cost) or scaled in to decrease the capacity (reducing the cost). Capacity is measured in [NGINX Capacity Units (NCU)](#nginx-capacity-unit-ncu).
15
15
@@ -65,7 +65,7 @@ The following table outlines constraints on the specified capacity based on the
{{< note >}}If you need a higher maximum capacity, please [open a request](https://my.f5.com/manage/s/) and specify the Resource ID of your NGINXaaS deployment, the region, and the desired maximum capacity you wish to scale to.{{< /note >}}
0 commit comments