【发布时间】:2021-02-24 07:18:13
【问题描述】:
我有一个从 Azure ACR 存储库下载图像的 Service Fabric 应用程序。 ACR repo的认证来自ApplicationManifest.xml
<RepositoryCredentials AccountName="{AccountName}" Password="{Password}" PasswordEncrypted="false" />
想知道在"RepositoryCredentials ..." 中是否有任何可能的方式使用 Azure DevOps ACR 服务连接
根据Microsoft document,我们可以使用帐户名和密码(或)令牌注册表凭据来下载 ACR 映像
【问题讨论】:
标签: azure azure-devops manifest serviceconnection acr