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
13 changes: 13 additions & 0 deletions content/nginxaas-azure/changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,19 @@ To see a list of currently active issues, visit the [Known issues]({{< relref "/

To review older entries, visit the [Changelog archive]({{< relref "/nginxaas-azure/changelog-archive" >}}) section.

## March 31, 2025

### What's New

- {{% icon-feature %}} **NGINXaaS for Azure is now generally available in more regions**

NGINXaaS for Azure is now available in the following additional regions:

- UK West
- UK South

See the [Supported Regions]({{< relref "/nginxaas-azure/overview/overview.md#supported-regions" >}}) documentation for the full list of regions where NGINXaaS for Azure is available.

## March 13, 2025

- {{% icon-resolved %}} **Percentage capacity metric**
Expand Down
2 changes: 1 addition & 1 deletion content/nginxaas-azure/overview/overview.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ NGINXaaS for Azure is supported in the following regions:
{{< bootstrap-table "table table-striped table-bordered" >}}
| **North America** | **South America** | **Europe** | **Asia Pacific** |
|----------------------------------------------------------|--------------------------------------------|--------------------------------------------|-------------------------|
| West Central US <br> West US <br> East US 2 <br> West US 2 <br> West US 3 <br> East US <br> Central US <br> North Central US <br> Canada Central | Brazil South | West Europe <br> North Europe <br> Sweden Central <br> Germany West Central | Australia East <br> Japan East <br> Korea Central <br> Southeast Asia <br> Central India <br> South India |
| West Central US <br> West US <br> East US 2 <br> West US 2 <br> West US 3 <br> East US <br> Central US <br> North Central US <br> Canada Central | Brazil South | West Europe <br> North Europe <br> Sweden Central <br> Germany West Central <br> UK West <br> UK South | Australia East <br> Japan East <br> Korea Central <br> Southeast Asia <br> Central India <br> South India |
{{< /bootstrap-table >}}


Expand Down
2 changes: 2 additions & 0 deletions static/nginxaas-azure/js/cost-calculator_v2.js
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,8 @@
brazilsouth: { label: "Brazil South", tier: 3 },
japaneast: { label: "Japan East", tier: 3 },
southindia: { label: "South India", tier: 3 },
ukwest: { label: "UK West", tier: 3 },
uksouth: { label: "UK South", tier: 3 },
},
// cost per NCU
tiersCosts: {
Expand Down
Loading