diff --git a/website/docs/docs/deploy/deployment-overview.md b/website/docs/docs/deploy/deployment-overview.md index 2bfbaf93e8c..de18f653e6e 100644 --- a/website/docs/docs/deploy/deployment-overview.md +++ b/website/docs/docs/deploy/deployment-overview.md @@ -30,12 +30,15 @@ dbt Cloud enables you to: In general, the dbt Cloud application deployment models fall into two categories: **Multi Tenant** and **Single Tenant**. These deployments are hosted on infrastructure managed by dbt Labs. Both models leverage AWS infrastructure as described in the [Architecture](/docs/deploy/architecture) section. +The single tenant model can be deployed to AWS or Azure infrastructure managed by dbt Labs. The single tenant model is only available with dbt Labs' Virtual Private dbt plan. All other plans leverage the multi tenant model. Contact us at sales@getdbt.com to discuss the best plan for your requirements. + + For more information on these deployment models, refer to: - [Multi Tenant](/docs/deploy/multi-tenant) - [Single Tenant](/docs/deploy/single-tenant) -If you’re interested in learning more about an Enterprise plan, please [contact us](mailto:sales@getdbt.com). +If you’re interested in learning more about an Enterprise plan, please contact [dbt Labs sales](mailto:sales@getdbt.com). ## Airflow diff --git a/website/docs/docs/deploy/multi-tenant.md b/website/docs/docs/deploy/multi-tenant.md index 18377450007..d5cd066f2a0 100644 --- a/website/docs/docs/deploy/multi-tenant.md +++ b/website/docs/docs/deploy/multi-tenant.md @@ -5,7 +5,7 @@ id: 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/) and get started using the product. The deployment is hosted in AWS and will always contain the latest software updates and bug fixes. -If your organization requires more advanced security, SSO/RBAC, or additional support, please contact dbt Labs sales (sales@dbtlabs.com) to learn more about our Enterprise plans. +If your organization requires more advanced security, SSO/RBAC, or additional support, please contact [dbt Labs sales](mailto:sales@getdbt.com) to learn more about our Enterprise plans. For more information about the dbt Cloud Production deployment see the below.