问题标签 [azureclicredential]
For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.
asp.net-core-3.1 - AzureCliCredential 给出错误,请运行“az login”来设置帐户
我正在使用ChainedTokenCredential
并尝试在本地调试环境中使用Visual Studio 2019
. 在 Windows 终端中,我已经使用Azure CLI
az login
.
当我在调试中运行代码时,我看到以下错误,
ChainedTokenCredential 未能从包含的凭据中检索令牌。ManagedIdentityCredential 身份验证不可用。未找到托管身份端点。请运行“az login”来设置帐户
我需要在哪里做az login
?谢谢。
azure-blob-storage - 使用 BlobServiceClient 进行 Azure cli 身份验证
是否可以在 Azure 存储中使用 cli 身份验证?
现在我得到:
发生异常:ClientAuthenticationError 服务器未能对请求进行身份验证。请参阅 www-authenticate 标头中的信息。ErrorCode:InvalidAuthenticationInfo authenticationerrordetail:观众验证失败。观众不匹配。