-1

I am trying to create a new Azure container apps using ARM template.

When deployment, I face this issue

{"code":"DeploymentFailed","message":"At least one resource deployment operation failed. Please list deployment operations for details. Please see https://aka.ms/arm-deployment-operations for usage details.","details":[{"code":"ContainerAppOperationError","message":"Failed to provision revision for container app 'ca-dpsauth-ppe-cus-01'. Error details: Operation expired."}]}

enter image description here

I looked into the troubleshotting guide, but could find none related to this.

Thanks for the answers / suggestions in advance.

Deepak paramesh
  • 495
  • 1
  • 8
  • 19

2 Answers2

0

Have you tried the operation again, could just be a temporary issue. Can you try via the CLI with the same subscription to see if this is a portal issue.

Remember, if this is a live site issue you can always open a support ticket from the Azure portal.

0

It is failing because the referenced ImagePullSecret ca-dpsauth-xxx-xxx-01-xxxxxxxxxxx.azurecr.io was not found in the backend.

JJ.
  • 879
  • 7
  • 10