diff --git a/website/docs/docs/cloud/about-cloud/regions-ip-addresses.md b/website/docs/docs/cloud/about-cloud/regions-ip-addresses.md index 23b6c8ca906..0ca07ba85cb 100644 --- a/website/docs/docs/cloud/about-cloud/regions-ip-addresses.md +++ b/website/docs/docs/cloud/about-cloud/regions-ip-addresses.md @@ -14,7 +14,7 @@ dbt Cloud is [hosted](/docs/cloud/about-cloud/architecture) in multiple regions |--------|----------|------------|--------------|----------------|-----------|-----------------| | North America [^1] | AWS us-east-1 (N. Virginia) | **Multi-tenant:** cloud.getdbt.com
**Cell based:** ACCOUNT_PREFIX.us1.dbt.com | 52.45.144.63
54.81.134.249
52.22.161.231
52.3.77.232
3.214.191.130
34.233.79.135 | ✅ | ✅ | ✅ | | EMEA [^1] | AWS eu-central-1 (Frankfurt) | emea.dbt.com | 3.123.45.39
3.126.140.248
3.72.153.148 | ❌ | ❌ | ✅ | -| EMEA [^1] | Azure
North Europe (Ireland) | **Cell based:** ACCOUNT_PREFIX.eu2.dbt.com (beta invite only) | 20.13.190.192/26 | ❌ | ❌ | ✅ | +| EMEA [^1] | Azure
North Europe (Ireland) | **Cell based:** ACCOUNT_PREFIX.eu2.dbt.com | 20.13.190.192/26 | ❌ | ❌ | ✅ | | APAC [^1] | AWS ap-southeast-2 (Sydney)| au.dbt.com | 52.65.89.235
3.106.40.33
13.239.155.206
| ❌ | ❌ | ✅ | | Virtual Private dbt or Single tenant | Customized | Customized | Ask [Support](/community/resources/getting-help#dbt-cloud-support) for your IPs | ❌ | ❌ | ✅ | diff --git a/website/docs/docs/cloud/about-cloud/tenancy.md b/website/docs/docs/cloud/about-cloud/tenancy.md index 5785533264e..efbc248f91e 100644 --- a/website/docs/docs/cloud/about-cloud/tenancy.md +++ b/website/docs/docs/cloud/about-cloud/tenancy.md @@ -10,7 +10,7 @@ import AboutCloud from '/snippets/_test-tenancy.md'; ### Multi-tenant -The Multi Tenant (SaaS) deployment environment refers to the SaaS dbt Cloud application hosted by dbt Labs. This is the most commonly used deployment and is completely managed and maintained by dbt Labs, the makers of dbt. As a SaaS product, a user can quickly [create an account](https://www.getdbt.com/signup/) on our North American servers and get started using the dbt and related services immediately. _If your organization requires cloud services hosted on EMEA or APAC regions_, please [contact us](https://www.getdbt.com/contact/). The deployment is hosted on AWS and is always kept up to date with the currently supported dbt versions, software updates, and bug fixes. +The Multi Tenant (SaaS) deployment environment refers to the SaaS dbt Cloud application hosted by dbt Labs. This is the most commonly used deployment and is completely managed and maintained by dbt Labs, the makers of dbt. As a SaaS product, a user can quickly [create an account](https://www.getdbt.com/signup/) on our North American servers and get started using the dbt and related services immediately. _If your organization requires cloud services hosted on EMEA or APAC regions_, please [contact us](https://www.getdbt.com/contact/). The deployments are hosted on AWS or Azure ([Preview](/docs/dbt-versions/product-lifecycles#dbt-cloud)) and are always kept up to date with the currently supported dbt versions, software updates, and bug fixes. ### Single tenant diff --git a/website/docs/docs/cloud/secure/snowflake-privatelink.md b/website/docs/docs/cloud/secure/snowflake-privatelink.md index 7e42275d2fa..6cffc373d3b 100644 --- a/website/docs/docs/cloud/secure/snowflake-privatelink.md +++ b/website/docs/docs/cloud/secure/snowflake-privatelink.md @@ -9,7 +9,7 @@ import SetUpPages from '/snippets/_available-tiers-privatelink.md'; -The following steps will walk you through the setup of a Snowflake AWS PrivateLink endpoint in the dbt Cloud multi-tenant environment. +The following steps walk you through the setup of a Snowflake AWS PrivateLink and Azure Private Link endpoint in the dbt Cloud multi-tenant environment. :::note Snowflake SSO with PrivateLink Users connecting to Snowflake using SSO over a PrivateLink connection from dbt Cloud will also require access to a PrivateLink endpoint from their local workstation. diff --git a/website/snippets/cloud-feature-parity.md b/website/snippets/cloud-feature-parity.md index 6c6f224f215..b6c49aa0faa 100644 --- a/website/snippets/cloud-feature-parity.md +++ b/website/snippets/cloud-feature-parity.md @@ -1,17 +1,17 @@ The following table outlines which dbt Cloud features are supported on the different SaaS options available today. For more information about feature availability, please [contact us](https://www.getdbt.com/contact/). -| Feature | Multi-tenant | AWS single tenant | Azure single tenant | -|-------------------------------|--------------|-----------------------|----------------------| -| Audit logs | ✅ | ✅ | ✅ | -| Continuous integration jobs | ✅ | ✅ | ✅ | -| dbt Cloud CLI | ✅ | ✅ | ✅ | -| dbt Cloud IDE | ✅ | ✅ | ✅ | -| dbt Explorer | ✅ | ✅ | ✅ | -| dbt Mesh | ✅ | ✅ | ✅ | -| dbt Semantic Layer | ✅ | ✅ (Upon request) | ❌ | -| Discovery API | ✅ | ✅ | ✅ | -| IP restrictions | ✅ | ✅ | ✅ | -| Job scheduler | ✅ | ✅ | ✅ | -| PrivateLink egress | ✅ (AWS only)| ✅ | ✅ | -| PrivateLink ingress | ❌ | ✅ | ✅ | -| Webhooks (Outbound) | ✅ | ✅ | ❌ | +| Feature | AWS Multi-tenant | AWS single tenant |Azure multi-tenant ([Preview](/docs/dbt-versions/product-lifecycles#dbt-cloud)) | Azure single tenant | +|-------------------------------|------------------|-----------------------|---------------------|------------------- -| +| Audit logs | ✅ | ✅ | ✅ | ✅ | +| Continuous integration jobs | ✅ | ✅ | ✅ | ✅ | +| dbt Cloud CLI | ✅ | ✅ | ✅ | ✅ | +| dbt Cloud IDE | ✅ | ✅ | ✅ | ✅ | +| dbt Explorer | ✅ | ✅ | ✅ | ✅ | +| dbt Mesh | ✅ | ✅ | ✅ | ✅ | +| dbt Semantic Layer | ✅ | ✅ (Upon request) | ✅ | ❌ | +| Discovery API | ✅ | ✅ | ✅ | ✅ | +| IP restrictions | ✅ | ✅ | ✅ | ✅ | +| Job scheduler | ✅ | ✅ | ✅ | ✅ | +| PrivateLink egress | ✅ (AWS only) | ✅ | ✅ | ✅ | +| PrivateLink ingress | ❌ | ✅ | ❌ | ✅ | +| Webhooks (Outbound) | ✅ | ✅ | ✅ | ❌ |