We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hi WI team, Any chances ODBC driver is supporting workload identity now? If not, could you share some details of any workaround we can use? It took me forever to find this https://techcommunity.microsoft.com/t5/azure-database-support-blog/lesson-learned-384-odbc-driver-not-supporting-aks-workload/ba-p/3858209 At lease mention this in the workload identity doc? This doc https://learn.microsoft.com/en-us/sql/connect/odbc/using-azure-active-directory?view=sql-server-ver16#azure-active-directory-authentication-sample-code only mentioned c++ for the access token authentication. How to achieve the same for C# System.Data.Odbc.OdbcConnection? Thanks
The text was updated successfully, but these errors were encountered:
@tianqi-z these links helped me with Python where we now are using ODBC with workload identity. They might help you for C#:
https://docs.sqlalchemy.org/en/20/dialects/mssql.html#connecting-to-databases-with-access-tokens
https://learn.microsoft.com/en-us/azure/azure-sql/database/azure-sql-passwordless-migration-python?view=azuresql&tabs=sign-in-azure-cli%2Cazure-portal-create%2Cazure-portal-assign%2Capp-service-identity#update-the-local-connection-configuration
https://stackoverflow.com/questions/57193301/pass-azure-ad-token-for-azure-sql-db-in-pre-connection-arguments-to-sqlalchemy-c
https://learn.microsoft.com/en-us/sql/connect/odbc/using-azure-active-directory?view=sql-server-ver16#authenticating-with-an-access-token
Sorry, something went wrong.
No branches or pull requests
Hi WI team,
Any chances ODBC driver is supporting workload identity now?
If not, could you share some details of any workaround we can use?
It took me forever to find this https://techcommunity.microsoft.com/t5/azure-database-support-blog/lesson-learned-384-odbc-driver-not-supporting-aks-workload/ba-p/3858209 At lease mention this in the workload identity doc?
This doc https://learn.microsoft.com/en-us/sql/connect/odbc/using-azure-active-directory?view=sql-server-ver16#azure-active-directory-authentication-sample-code only mentioned c++ for the access token authentication. How to achieve the same for C# System.Data.Odbc.OdbcConnection?
Thanks
The text was updated successfully, but these errors were encountered: