Skip to content

Commit 99a509b

Browse files
authored
Update supported regions for Azure (#4467)
1 parent 7280a01 commit 99a509b

File tree

2 files changed

+21
-3
lines changed

2 files changed

+21
-3
lines changed
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
$SERVICE_LONGs run in the following Microsoft Azure regions:
2+
3+
| Region | Zone | Location |
4+
|--------| ------------- | -------------- |
5+
| `eastus` | | |
6+
| `eastus2` | | |
7+
| `westeurope` | | |

about/supported-platforms.md

Lines changed: 14 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ tags: [platforms, os, versions]
88

99
import ServiceTypes from "versionContent/_partials/_timescale-cloud-services.mdx";
1010
import Regions from "versionContent/_partials/_timescale-cloud-regions.mdx";
11+
import RegionsAzure from "versionContent/_partials/_timescale-cloud-regions-azure.mdx";
1112
import Platforms from "versionContent/_partials/_timescale-cloud-platforms.mdx";
1213

1314
# Supported platforms and regions
@@ -32,16 +33,26 @@ See the available [service capabilities][service-types] and [regions][regions].
3233

3334
### Available service capabilities
3435

35-
<Availability products={['cloud']} price_plans={['enterprise', 'scale', 'performance']} />
36-
3736
<ServiceTypes />
3837

3938
### Available regions
4039

41-
<Availability products={['cloud']} price_plans={['enterprise', 'scale', 'performance']} />
40+
<Tabs label="Tiger Cloud on AWS and Azure" persistKey="tiger-platform-clouds">
41+
42+
<Tab title="Tiger Cloud on AWS" label="aws-cloud">
4243

4344
<Regions />
4445

46+
</Tab>
47+
48+
<Tab title="Tiger Cloud on Azure" label="azure-cloud">
49+
50+
<RegionsAzure />
51+
52+
</Tab>
53+
54+
</Tabs>
55+
4556
## Self-hosted products
4657

4758
<Platforms />

0 commit comments

Comments
 (0)