Azure LogicApp connecting to Azure Container Registry



我已经在 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."
}

我也尝试过设置图像注册表凭据,但不完全确定要指定哪个用户。有什么想法吗?谢谢!

在逻辑应用中配置注册表凭据时,imageRegistryServer与映像名称中的服务器匹配

下面是可以参考的示例:Azure 逻辑应用和 Azure 容器实例。

找到这些惊人的示例 1、2,其中显示了将 Azure 逻辑应用与 Azure 容器注册表连接。逻辑应用的 ACI 连接器用于成功连接 ACR 并按需启动容器实例。

最新更新