Azure App Service
Azure App Service is a service used to create and deploy scalable, mission-critical web apps.
8,930 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