首页 > 解决方案 > Azure LogicApp 连接到 Azure 容器注册表

问题描述

我在 LogicApp 中设置了“身份”,在容器注册表中添加了必要的 AcrPull 访问权限,但无法让逻辑应用程序访问 Azure 中的私有容器注册表(出现错误;

"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,但不完全确定要指定哪个用户。有什么想法吗?谢谢!

标签: azureazure-logic-apps

解决方案


找到了这些惊人的示例12 ,它们显示了将 azure 逻辑应用程序与 azure 容器注册表连接起来。逻辑应用的 ACI 连接器用于成功连接 ACR 并按需启动容器实例。


推荐阅读