diff --git a/content/nginxaas-azure/changelog.md b/content/nginxaas-azure/changelog.md index c9cb1c6cb..f2a6d7546 100644 --- a/content/nginxaas-azure/changelog.md +++ b/content/nginxaas-azure/changelog.md @@ -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** diff --git a/content/nginxaas-azure/overview/overview.md b/content/nginxaas-azure/overview/overview.md index d5a393628..5331c90b3 100644 --- a/content/nginxaas-azure/overview/overview.md +++ b/content/nginxaas-azure/overview/overview.md @@ -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
West US
East US 2
West US 2
West US 3
East US
Central US
North Central US
Canada Central | Brazil South | West Europe
North Europe
Sweden Central
Germany West Central | Australia East
Japan East
Korea Central
Southeast Asia
Central India
South India | +| West Central US
West US
East US 2
West US 2
West US 3
East US
Central US
North Central US
Canada Central | Brazil South | West Europe
North Europe
Sweden Central
Germany West Central
UK West
UK South | Australia East
Japan East
Korea Central
Southeast Asia
Central India
South India | {{< /bootstrap-table >}} diff --git a/static/nginxaas-azure/js/cost-calculator_v2.js b/static/nginxaas-azure/js/cost-calculator_v2.js index 361a69e42..d2b7aa830 100644 --- a/static/nginxaas-azure/js/cost-calculator_v2.js +++ b/static/nginxaas-azure/js/cost-calculator_v2.js @@ -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: {