How to make TeamCity use user managed identity to access SQL ?
TeamCity server needs to connect to a SQL server when the service is launched. Does TeamCity support accessing SQL on Azure using user managed identity ?
https://learn.microsoft.com/en-us/azure/active-directory/managed-identities-azure-resources/overview
Please sign in to leave a comment.
From the description of the feature, managed identities are supported by Azure services and other applications which use Azure.Identity library from Azure SDK. To my knowledge, TeamCity core (the part that is responsible for DB integration) does not use that SDK so I believe this feature is not supported by TeamCity.
Please let me know if this helps.