Microsoft Fabric
Authentication Methods
Setup Instructions
Microsoft Entra ID username and Password
driver: 'ODBC Driver 18 for SQL Server' # ODBC driver name
server: fabric.analytics.com # Server hostname
port: 1433 # Default port
database: analytics_db # Database name
schema: reporting # Schema name
authentication: ActiveDirectoryPassword # Password authentication
user: [email protected] # User email
password: your_password # User passwordService Principal
driver: 'ODBC Driver 18 for SQL Server' # ODBC Driver for SQL Server
server: fabric.analytics.com # Server hostname or IP address
port: 1433 # Server port number
database: analytics_db # Database name
schema: reporting # Schema name
authentication: ServicePrincipal # Authentication method
tenant_id: your_tenant_id # Microsoft Entra tenant ID
client_id: your_client_id # Application (client) ID
client_secret: your_client_secret # Client secret valueExample Profile Configuration

Schema Authorization
Profile Fields Reference
Field
Description
Example
Default
Required
Last updated
Was this helpful?