我有一个从 Azure ACR 存储库下载图像的 Service Fabric 应用程序。ACR repo 的身份验证来自 ApplicationManifest.xml
<RepositoryCredentials AccountName="{AccountName}" Password="{Password}" PasswordEncrypted="false" />
想知道是否有任何可能的方式来使用 Azure DevOps ACR 服务连接"RepositoryCredentials ..."
根据Microsoft 文档,我们可以使用 Accountname 和 Password(或)令牌注册表凭据来下载 ACR 映像