Forum Discussion
Kalyani1714
Mar 13, 2023Copper Contributor
Login to Azure SQL Server in on-premises Windows Service using Azure Active Directory
I have Windows Service hosted on-premises and Azure SQL server. How I can connect Azure SQL database in Windows Service using Passwordless ConnectionString (using Azure Active Directory - Integrated)...
Kidd_Ip
Mar 15, 2023MVP
You may referring this:
Azure SQL Database Passwordless Connections - Code Samples | Microsoft Learn
- Kalyani1714Mar 16, 2023Copper ContributorKidd_Ip
Thanks!
I have implemented that for Azure Function app. But I have also Windows Service on-Premises and Managed Identity do not work in on-premises applications