运行 Azure Service Fabric 作为不同的用户
Running Azure Service Fabric as different user
我正在尝试 运行 我本地集群中的 Service Fabric 应用程序 运行 作为不同的用户。用例是我正在尝试连接到我的本地数据库,但是由于 n/w 服务帐户没有访问权限,我需要 运行 我的 SF 作为登录用户。作为管理员用户和域用户,我完全按照以下 url 进行操作,但没有成功。
https://docs.microsoft.com/en-us/azure/service-fabric/service-fabric-application-runas-security
我在事件查看器中收到以下错误。
"Error getting user account information for domain\user:AccessDenied"
"SetupSecurityPrincipals failed with ApplicationPrincipalAbortable Error"
我还能如何 运行 我的 SF 作为登录用户?
我能够通过 运行 'Service Fabric Host Service' 在服务中以登录用户(而不是本地帐户)的身份完成此操作。与此同时,Integrated Security = SSPI 需要位于 appsettings.json.
我正在尝试 运行 我本地集群中的 Service Fabric 应用程序 运行 作为不同的用户。用例是我正在尝试连接到我的本地数据库,但是由于 n/w 服务帐户没有访问权限,我需要 运行 我的 SF 作为登录用户。作为管理员用户和域用户,我完全按照以下 url 进行操作,但没有成功。
https://docs.microsoft.com/en-us/azure/service-fabric/service-fabric-application-runas-security
我在事件查看器中收到以下错误。 "Error getting user account information for domain\user:AccessDenied" "SetupSecurityPrincipals failed with ApplicationPrincipalAbortable Error"
我还能如何 运行 我的 SF 作为登录用户?
我能够通过 运行 'Service Fabric Host Service' 在服务中以登录用户(而不是本地帐户)的身份完成此操作。与此同时,Integrated Security = SSPI 需要位于 appsettings.json.