Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[DOC-9332] Document new regions on Azure (Part 2 of N, CC-25999) #18430

Merged
merged 7 commits into from
Apr 18, 2024
Merged
Show file tree
Hide file tree
Changes from 1 commit
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
1 change: 1 addition & 0 deletions src/current/_data/cloud_releases.csv
Original file line number Diff line number Diff line change
Expand Up @@ -81,3 +81,4 @@ date,sha
2024-03-08,null
2024-03-19,null
2024-03-20,null
2024-04-04,null
26 changes: 26 additions & 0 deletions src/current/_includes/releases/cloud/2024-04-04.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
## April 4, 2024

<h3 id="2024-04-04-general-updates"> General updates </h3>

- CockroachDB {{ site.data.products.dedicated }} clusters on Azure can now be created in the following [regions]({% link cockroachcloud/regions.md %}):

Africa | `southafricanorth` | Johannesburg
Asia Pacific | `japaneast` | Tokyo
| `koreacentral` | Seoul
| `australiaeast` | New South Wales

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

we always supported australiaeast and germanywestcentral, they can be removed from this list.

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The full list of regions is given by any org in staging right now.

Middle East | `israelcentral` | Israel
| `qatarcentral` | Doha
| `uaenorth` | Dubai
North America | `northcentralus` | Illinois {% comment %}Verify{% endcomment %}
| `southcentralus` | Texas
| `westcentralus` | Wyoming {% comment %}Verify{% endcomment %}
| `westus` | California
| `westus3` | Washington
South America | `brazilsouth` | São Paulo
Western Europe | `francecentral` | Paris
| `germanywestcentral` | Frankfurt
| `italynorth` | Milan (Premium SSD and SSD v2 storage only)
| `norwayeast` | Oslo
| `polandcentral` | Warsaw
| `swedencentral` | Gävle
| `switzerlandnorth` | Zürich
22 changes: 20 additions & 2 deletions src/current/cockroachcloud/regions.md
Original file line number Diff line number Diff line change
Expand Up @@ -82,17 +82,35 @@ CockroachDB {{ site.data.products.cloud }} clusters can be deployed in the follo

Geographic Area | Region Name | Location
----------------|----------------------|---------
Asia Pacific | `australiaeast` | New South Wales
Africa | `southafricanorth` | Johannesburg
Asia Pacific | `japaneast` | Tokyo
| `koreacentral` | Seoul
| `australiaeast` | New South Wales
| `centralindia` | Pune
| `eastasia` | Hong Kong
| `southeastasia` | Singapore
Middle East | `israelcentral` | Israel
| `qatarcentral` | Doha
| `uaenorth` | Dubai
North America | `centralcanada` | Toronto
Copy link

@adwittumuluri adwittumuluri Apr 17, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

s/centralcanada/canadacentral

| `centralus` | Iowa
| `eastus` | Virginia
| `eastus2` | Virginia
| `northcentralus` | Illinois ([Availability Zones Presence](https://learn.microsoft.com/en-us/azure/reliability/availability-zones-overview?tabs=azure-cli) coming soon)
| `southcentralus` | Texas
| `westcentralus` | Wyoming ([Availability Zones Presence](https://learn.microsoft.com/en-us/azure/reliability/availability-zones-overview?tabs=azure-cli) coming soon)
| `westus` | California
| `westus2` | Washington
Western Europe | `germanywestcentral` | Frankfurt
| `westus3` | Washington
South America | `brazilsouth` | São Paulo
Western Europe | `francecentral` | Paris
| `germanywestcentral` | Frankfurt
| `italynorth` | Milan (Premium SSD and SSD v2 storage only)
| `northeurope` | Ireland
| `norwayeast` | Oslo
| `polandcentral` | Warsaw
| `swedencentral` | Gävle
| `switzerlandnorth` | Zürich
| `uksouth` | London
| `westeurope` | Netherlands

Expand Down
Loading