Skip to content

Commit

Permalink
fold in feedback from DX
Browse files Browse the repository at this point in the history
  • Loading branch information
nghi-ly committed Nov 29, 2023
1 parent 7c84a40 commit 437ce90
Showing 1 changed file with 20 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,15 @@ description: "Configure Microsoft Fabric connection."
sidebar_label: "Connect Microsoft Fabric"
---

The following are the required fields for setting up a connection with a [Microsoft Fabric](https://docs.starburst.io/starburst-enterprise/index.html) using service principal authentication.
## Supported authentication methods
The two supported authentication methods are:
- Azure Active Directory service principal
- Azure Active Directory 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.

### 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.

| Field | Description |
| --- | --- |
Expand All @@ -17,12 +25,18 @@ The following are the required fields for setting up a connection with a [Micros
| **Client secret** | The service principal's **client secret** (not the **client secret id**). |


## Supported authentication methods
The two supported authentication methods are:
- AAD service principal
- AAD password
### Active Directory password

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 password authentication.

SQL password (LDAP) is not supported in Fabric Synapse so you must use Azure Active Directory (AAD). This means that to use Microsoft Fabric in dbt Cloud, you will need at least one AAD service principal to connect dbt Cloud to Fabric, ideally one service principal for each user.
| Field | Description |
| --- | --- |
| **Server** | The server hostname. |
| **Port** | The server port. By default, it's 1433 for the standard SQL server port number. |
| **Database** | The database name. |
| **Authentication** | Choose **Active Directory Password** from the dropdown. |
| **User** | The AD username. |
| **Password** | The AD username's password. |

## Configuration

Expand Down

0 comments on commit 437ce90

Please sign in to comment.