This time we’re going bigger than ever. Fabric, Power BI, SQL, AI and more. We're covering it all. You won't want to miss it.
Learn moreJoin the FabCon + SQLCon recap series. Up next: Power BI, Real-Time Intelligence, IQ and AI, and Data Factory take center stage. All sessions are available on-demand after the live show. Register now
Hi, I am trying to use the SQL Database storage on Azure Fabric, it is working however now I want to use it from my Azure Function App. However, I keep getting this error.
{
"message": "❌ SQL query failed: Login failed for user '<token-identified principal>'.Reason: Authentication was successful, but the database was not found or you have insufficient permissions to connect to it."
}
This is a permission issue because when I test it locally using az login, it works.
How can I fix this?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.