"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,但不完全确定要指定哪个用户。有什么想法吗?谢谢!
在logic app中配置注册表凭据时 imageRegistryServer 应该 在映像名称中匹配服务器 .
imageRegistryServer
以下是您可以参考的示例: Azure Logic Apps and Azure Container Instances .