Azure Function connection issue with trusted SQL server connection

Raunak Jaiswal 0 Reputation points
2023-08-25T14:05:48.5866667+00:00

We have hosted our SQL server instance on Azure Virtual Machine with trusted connections (Windows Authenticator). Having issue to connect SQL server in azure function.

the error message showing - Login failed. The login is from an untrusted domain and cannot be used with Integrated authentication.

connection String in the format used: Server=; Database= ;Trusted_Connection=SSPI;

SQL Server on Azure Virtual Machines
Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
4,473 questions
{count} votes