代码之家  ›  专栏  ›  技术社区  ›  morganics

Azure LogicApp正在连接到Azure容器注册表

  •  0
  • morganics  · 技术社区  · 7 年前

    "error": {
      "code": "InaccessibleImage",
      "message": "The image 'xxx.azurecr.io/xx:xx' in container group 'ContainerGroupName' is not accessible. Please check the image and registry credential."
    }
    

    我也尝试过设置imageRegistryCredentials,但不完全确定要指定哪个用户。有什么想法吗?谢谢!

    1 回复  |  直到 7 年前
        1
  •  0
  •   Joey Cai    7 年前

    在logic app中配置注册表凭据时 imageRegistryServer 应该 在映像名称中匹配服务器 .

    以下是您可以参考的示例: Azure Logic Apps and Azure Container Instances .