SQL Server
A family of Microsoft relational database management and analysis systems for e-commerce, line-of-business, and data warehousing solutions.
13,949 questions
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
I am trying to migrate a .net application using fileatream enabled sql datatbase 2019 currently running on VM to Azure app service.
Currently, the application has to run under a service account to be able to connect to the sql server using integrated security.
How should I configure the app service so that it can connect to filestream sql database?
I appreciate your help