Azure web app with on site SQL Server and Windows authentication

自作多情 提交于 2019-12-25 08:25:42

问题


I need to connect my web app on Azure to our on site SQL Server instance via Windows authentication (not via SQL Server account authentication). Active Directory is already integrated with the on-site AD and therefore all of the users are available there.

My question is, is it possible to hook up an azure web app to an on-site SQL Server via Windows authentication.


回答1:


is it possible to hook up an azure web app to an on-site SQL Server via Windows authentication.

Base on my option, it maybe that we couldn’t do that. As we have been limited to do that operation for azure WebApp. There is also another SO thread mentioned that.

If we want to connect to on premise SQL Server, we can use hybrid connections to access on-premises SQL server database in Azure WebApp, more info please refer to the document.

If we want to authenticate the WebApp with local Active Directory, and we have an on-premises secure token service (STS) like Active Directory Federation Services (AD FS), we could use that to federate authentication for our Azure WebApp. More info please refer to the document.




回答2:


Hybrid connections at this time does not support AD accounts due to

because you cannot domain join an App Service worker




回答3:


It's possible with azure sql v12 I guess See this link for more details https://docs.microsoft.com/en-us/azure/sql-database/sql-database-aad-authentication



来源:https://stackoverflow.com/questions/41068646/azure-web-app-with-on-site-sql-server-and-windows-authentication

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!