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

Removing Azure preview tags #6807

Merged
merged 2 commits into from
Jan 22, 2025
Merged
Show file tree
Hide file tree
Changes from all 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
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 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.
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 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/snippets/cloud-feature-parity.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
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 | AWS Multi-tenant | AWS single tenant |Azure multi-tenant ([Preview](/docs/dbt-versions/product-lifecycles#dbt-cloud)) | Azure single tenant |
| Feature | AWS Multi-tenant | AWS single tenant |Azure multi-tenant | Azure single tenant |
|-------------------------------|------------------|-----------------------|---------------------|---------------------|
| Audit logs | ✅ | ✅ | ✅ | ✅ |
| Continuous integration jobs | ✅ | ✅ | ✅ | ✅ |
Expand Down
Loading