diff --git a/website/docs/docs/cloud/connect-data-platform/about-connections.md b/website/docs/docs/cloud/connect-data-platform/about-connections.md
index 65bfac3a90d..5d5a903b346 100644
--- a/website/docs/docs/cloud/connect-data-platform/about-connections.md
+++ b/website/docs/docs/cloud/connect-data-platform/about-connections.md
@@ -13,6 +13,10 @@ dbt Cloud can connect with a variety of data platform providers including:
- [Snowflake](/docs/cloud/connect-data-platform/connect-snowflake)
- [Starburst or Trino](/docs/cloud/connect-data-platform/connect-starburst-trino)
+import MSCallout from '/snippets/_microsoft-adapters-soon.md';
+
+
+
You can connect to your database in dbt Cloud by clicking the gear in the top right and selecting **Account Settings**. From the Account Settings page, click **+ New Project**.
diff --git a/website/docs/docs/supported-data-platforms.md b/website/docs/docs/supported-data-platforms.md
index 8ac782991c8..4da59cf0991 100644
--- a/website/docs/docs/supported-data-platforms.md
+++ b/website/docs/docs/supported-data-platforms.md
@@ -12,6 +12,10 @@ You can [connect](/docs/connect-adapters) to adapters and data platforms either
You can also further customize how dbt works with your specific data platform via configuration: see [Configuring Postgres](/reference/resource-configs/postgres-configs) for an example.
+import MSCallout from '/snippets/_microsoft-adapters-soon.md';
+
+
+
## Types of Adapters
There are three types of adapters available today:
diff --git a/website/docs/docs/verified-adapters.md b/website/docs/docs/verified-adapters.md
index a2d28a612d6..170bc8f885b 100644
--- a/website/docs/docs/verified-adapters.md
+++ b/website/docs/docs/verified-adapters.md
@@ -13,6 +13,10 @@ The verification process serves as the on-ramp to integration with dbt Cloud. As
To learn more, see [Verifying a new adapter](/guides/dbt-ecosystem/adapter-development/7-verifying-a-new-adapter).
+import MSCallout from '/snippets/_microsoft-adapters-soon.md';
+
+
+
Here are the verified data platforms that connect to dbt and its latest version.
import AdaptersVerified from '/snippets/_adapters-verified.md';
diff --git a/website/snippets/_microsoft-adapters-soon.md b/website/snippets/_microsoft-adapters-soon.md
new file mode 100644
index 00000000000..c3f30ef0939
--- /dev/null
+++ b/website/snippets/_microsoft-adapters-soon.md
@@ -0,0 +1,3 @@
+:::tip Coming soon
+dbt Cloud support for the Microsoft Fabric and Azure Synapse Analytics adapters is coming soon!
+:::
\ No newline at end of file