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

Azure SQL passwordless connection string #732

Open
HmichaelG opened this issue Sep 15, 2023 · 1 comment
Open

Azure SQL passwordless connection string #732

HmichaelG opened this issue Sep 15, 2023 · 1 comment
Labels

Comments

@HmichaelG
Copy link

I would like to use a Azure SQL passwordless connection string...

Server=tcp:<SERVER-NAME>.database.windows.net,1433;Initial Catalog=Tenant;Encrypt=True;TrustServerCertificate=False;Connection Timeout=30;Authentication=Active Directory Default;

I've read that this requires the package...

Microsoft.Data.SqlClient

which is contained in...

Microsoft.EntityFrameworkCore.SqlServer

From what I can see you currently do not include this package in Finbuckle. Any chance you might include it?

Thank you

@AndrewTriesToCode
Copy link
Sponsor Contributor

Hi @HmichaelG

Sorry for the late reply. I don't plan to include it because it is a heavy dependency to add for those that don't need it. However you should be able to include it in your own projects that also use Finbuckle.MultiTenant and it should all work together.

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

No branches or pull requests

2 participants