Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-02-2025 12:34 PM
@ScottH Can you please try this in options.
options={
"host": "<sql-server-host>.database.windows.net",
"port": "1433",
"authentication": "ActiveDirectoryServicePrincipal",
"client_id": "<service-principal-client-id>",
"client_secret": "<service-principal-client-secret>",
"tenant_id": "<azure-ad-tenant-id>",
"applicationIntent": "ReadOnly",
"trustServerCertificate": "true"
}