Azure LogicApp 连接到 Azure 容器注册表

标签 azure azure-logic-apps

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

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

最佳答案

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

这里有一个例子,您可以引用:Azure Logic Apps and Azure Container Instances .

关于Azure LogicApp 连接到 Azure 容器注册表,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/54496625/

相关文章:

azure - 是否可以根据另一个数组过滤逻辑应用程序中的数组?

azure - 通过 ARM 模板启用 VM 基本指标

asp.net-mvc - .包含在 Entity Framework 中有多贵?

azure - 将 Azure Blob 存储 csv 文件作为附件发送给 Microsoft Azure 上的用户

Azure 逻辑应用程序 - 将整个电子邮件作为 .eml 附件发送到休息调用

php - 如何为已登录的用户获取 Azure AD 访问 token ?

azure - 创建多个事件中心接收器以同时处理大量数据

azure - Azure 能否触发本地脚本按计划运行?

logging - 有没有办法删除逻辑应用运行历史记录/日志?

azure - 如何监视 Azure 存储容器/子文件夹中 Blob 的创建并触发逻辑应用发送电子邮件