0

我有一个从 Azure ACR 存储库下载图像的 Service Fabric 应用程序。ACR repo 的身份验证来自 ApplicationManifest.xml

 <RepositoryCredentials AccountName="{AccountName}" Password="{Password}" PasswordEncrypted="false" />

想知道是否有任何可能的方式来使用 Azure DevOps ACR 服务连接"RepositoryCredentials ..."

根据Microsoft 文档,我们可以使用 Accountname 和 Password(或)令牌注册表凭据来下载 ACR 映像

4

1 回答 1

0

Azure DevOps 服务连接用于 azure devops 管道任务。它旨在允许您连接到 azure devops 管道中的外部和远程服务。

恐怕它不能用于RepositoryCredentialsService Fabric 的 ApplicationManifest.xml。

有关 azure devops 服务连接的更多信息,请参阅文档

于 2021-02-25T03:24:51.807 回答