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

Adding Azure tenancy for preview #5877

Merged
merged 4 commits into from
Aug 1, 2024
Merged
Show file tree
Hide file tree
Changes from 2 commits
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
Original file line number Diff line number Diff line change
Expand Up @@ -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 <br /> **Cell based:** ACCOUNT_PREFIX.us1.dbt.com | 52.45.144.63 <br /> 54.81.134.249 <br />52.22.161.231 <br />52.3.77.232 <br />3.214.191.130 <br />34.233.79.135 | ✅ | ✅ | ✅ |
| EMEA [^1] | AWS eu-central-1 (Frankfurt) | emea.dbt.com | 3.123.45.39 <br /> 3.126.140.248 <br /> 3.72.153.148 | ❌ | ❌ | ✅ |
| EMEA [^1] | Azure <br /> North Europe (Ireland) | **Cell based:** ACCOUNT_PREFIX.eu2.dbt.com (beta invite only) | 20.13.190.192/26 | ❌ | ❌ | ✅ |
| EMEA [^1] | Azure <br /> 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 <br /> 3.106.40.33 <br /> 13.239.155.206 <br />| ❌ | ❌ | ✅ |
| Virtual Private dbt or Single tenant | Customized | Customized | Ask [Support](/community/resources/getting-help#dbt-cloud-support) for your IPs | ❌ | ❌ | ✅ |

Expand Down
2 changes: 1 addition & 1 deletion website/docs/docs/cloud/about-cloud/tenancy.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion website/docs/docs/cloud/secure/snowflake-privatelink.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import SetUpPages from '/snippets/_available-tiers-privatelink.md';

<SetUpPages features={'/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 will walk you through the setup of a Snowflake AWS PrivateLink or Azure Private Link endpoint in the dbt Cloud multi-tenant environment.
matthewshaver marked this conversation as resolved.
Show resolved Hide resolved

:::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.
Expand Down
30 changes: 15 additions & 15 deletions website/snippets/cloud-feature-parity.md
Original file line number Diff line number Diff line change
@@ -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) | ✅ | ✅ | ✅ | ❌ |
Loading