我们正在将一个ASP.NET应用程序迁移到Azure上。选择作为云服务Web角色的目标状态,以将应用程序组件和数据库承载到Azure SQL/SQL数据库。目前,应用程序配置到源环境中的Kerberos上。请让我知道Kerberos是否可以配置到目标环境中而没有任何问题。
要让Kerberos正常工作,有什么具体的步骤要做吗?
发布于 2015-10-06 00:49:27
可以,但你必须使用Azure Active Directory。此身份验证方法在预览型自动柜员机中,并且仅适用于Azure SQL v12。从填充Azure AD到设置应用程序,您的场景可能涉及许多步骤。检查这些参考资料:
Integrating your on-premises identities with Azure Active Directory
Azure SQL Database security guidelines and limitations
Connecting to SQL Database By Using Azure Active Directory Authentication
https://stackoverflow.com/questions/32952894
复制相似问题