Configuring available Azure service principals for a workspace
Last updated
Was this helpful?
For authentication to a PostgreSQL, MySQL, or SQL Server server connection, you can choose to use an Azure service principal instead of a password.
You configure the available service principals from the Azure Service Principals section of the workspace settings page.

To add a service principal:
Click Add Azure Service Principal.

In the Name field, provide a name for the service principal.
In the Tenant ID field, provide your Microsoft Entra tenant identifier.
In the Client ID field, provide the application identifier of the service principal
In the Client Secret field, provide the client secret.
Optionally, in the Note field, provide a description of how the service principal is intended to be used.
To test the service principal, click Test.
To save the service principal, click Save.
When you use a service principal as the authentication method for a server connection, you must provide a username.
In your Azure database, create a Microsoft Entra user that is mapped to the service principal.
Grant the user the required permissions.
To edit an existing service principal:
Click the edit icon for the service principal
Update the service principal configuration.
Click Save.
You cannot delete a service principal that is currently used by a server connection.
To delete a service principal, click its delete icon.
Last updated
Was this helpful?
Was this helpful?