diff --git a/website/docs/docs/cloud/connect-data-platform/connect-microsoft-fabric.md b/website/docs/docs/cloud/connect-data-platform/connect-microsoft-fabric.md index bd42a217001..2896839813d 100644 --- a/website/docs/docs/cloud/connect-data-platform/connect-microsoft-fabric.md +++ b/website/docs/docs/cloud/connect-data-platform/connect-microsoft-fabric.md @@ -5,11 +5,11 @@ sidebar_label: "Connect Microsoft Fabric" --- ## Supported authentication methods -The two supported authentication methods are: -- Azure Active Directory service principal -- Azure Active Directory password +The supported authentication methods are: +- Azure Active Directory (Azure AD) service principal +- Azure AD password -SQL password (LDAP) is not supported in Microsoft Fabric Synapse Data Warehouse so you must use Azure Active Directory (Azure AD). This means that to use Microsoft Fabric in dbt Cloud, you will need at least one Azure AD service principal to connect dbt Cloud to Fabric, ideally one service principal for each user. +SQL password (LDAP) is not supported in Microsoft Fabric Synapse Data Warehouse so you must use Azure AD. This means that to use Microsoft Fabric in dbt Cloud, you will need at least one Azure AD service principal to connect dbt Cloud to Fabric, ideally one service principal for each user. ### Active Directory service principal The following are the required fields for setting up a connection with a [Microsoft Fabric](https://docs.starburst.io/starburst-enterprise/index.html) using Azure AD service principal authentication. @@ -17,7 +17,7 @@ The following are the required fields for setting up a connection with a [Micros | Field | Description | | --- | --- | | **Server** | The service principal's **host** value for the Fabric test endpoint. | -| **Port** | The port to connect to Microsoft Fabric. By default, it's 1433 for the standard SQL server port number. | +| **Port** | The port to connect to Microsoft Fabric. You can use `1433` (the default), which is the standard SQL server port number. | | **Database** | The service principal's **database** value for the Fabric test endpoint. | | **Authentication** | Choose **Service Principal** from the dropdown. | | **Tenant ID** | The service principal's **Directory (tenant) ID**. | @@ -31,8 +31,8 @@ The following are the required fields for setting up a connection with a [Micros | Field | Description | | --- | --- | -| **Server** | The server hostname. | -| **Port** | The server port. By default, it's 1433 for the standard SQL server port number. | +| **Server** | The server hostname to connect to Microsoft Fabric. | +| **Port** | The server port. You can use `1433` (the default), which is the standard SQL server port number. | | **Database** | The database name. | | **Authentication** | Choose **Active Directory Password** from the dropdown. | | **User** | The AD username. |