【问题标题】:ServiceFabric - ApplicationManifest.xml - RepositoryCredentials to use ACR Service ConnectionServiceFabric - ApplicationManifest.xml - RepositoryCredentials 以使用 ACR 服务连接
【发布时间】: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


    【解决方案1】:

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

    恐怕不能在Service Fabric的ApplicationManifest.xml的RepositoryCredentials中使用。

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

    【讨论】:

    • 我们不能在这种情况下使用 Azure DevOps 服务连接。
    猜你喜欢
    • 2020-08-11
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 2020-07-23
    • 2017-08-24
    • 1970-01-01
    • 1970-01-01
    • 2020-02-22
    相关资源
    最近更新 更多