Skip to content

Commit 049cabc

Browse files
authored
Add South Central US to tier-1 in the cost calculator and announce the region publicly (#1425)
1 parent 4fc07bd commit 049cabc

File tree

3 files changed

+12
-1
lines changed

3 files changed

+12
-1
lines changed

content/nginxaas-azure/changelog/changelog.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,16 @@ To see a list of currently active issues, visit the [Known issues]({{< ref "/ngi
1313

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

16+
## November 13, 2025
17+
18+
- {{% icon-feature %}} **NGINXaaS for Azure is now generally available in more regions**
19+
20+
NGINXaaS for Azure is now available in the following additional regions:
21+
22+
- South Central US
23+
24+
See the [Supported Regions]({{< ref "/nginxaas-azure/overview/overview.md#supported-regions" >}}) documentation for the full list of regions where NGINXaaS for Azure is available.
25+
1626
## October 07, 2025
1727

1828
- {{% icon-feature %}} **NGINXaaS is now running NGINX Plus Release 35 (R35) in the Stable Upgrade Channel**

content/nginxaas-azure/overview/overview.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ NGINXaaS for Azure is supported in the following regions:
4646
{{< table >}}
4747
| **North America** | **South America** | **Europe** | **Asia Pacific** |
4848
|----------------------------------------------------------|--------------------------------------------|--------------------------------------------|-------------------------|
49-
| 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 |
49+
| 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> South 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 |
5050
{{< /table >}}
5151

5252

static/nginxaas-azure/js/cost-calculator_v2.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@
3131
southindia: { label: "South India", tier: 3 },
3232
ukwest: { label: "UK West", tier: 3 },
3333
uksouth: { label: "UK South", tier: 3 },
34+
southcentralus: { label: "South Central US", tier: 1 },
3435
},
3536
// cost per NCU
3637
tiersCosts: {

0 commit comments

Comments
 (0)