Skip to content
New issue

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

How to connect the database connection of SQLDependency using managed identity in Azure? #194

Open
ryms-nnit opened this issue Nov 15, 2023 · 1 comment

Comments

@ryms-nnit
Copy link

READ BEFORE FILING

Do not file issues regarding functionality of the .NET Framework. This repo
only tracks infrastructure issues regarding the following items:

This repository does not accept feature requests or bug reports. To submit
those, you need to go elsewhere:

@David-Engel
Copy link

Use Microsoft.Data.SqlClient (NOT System.Data.SqlClient) and the connection string option Authentication=Active Directory Managed Identity:
https://learn.microsoft.com/en-us/sql/connect/ado-net/sql/azure-active-directory-authentication?view=sql-server-ver16#using-active-directory-managed-identity-authentication

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants