[x] bug report -> please search issues before submitting
[ ] documentation issue or request
[ ] regression (a behavior that used to work and stopped in a new release)
Issue description
When trying to configure Azure DevOps Pieplines to deploy an ACA Job, the task AzureCLI@2 which calls this inline script az containerapp job update -n "ca-job-1" -g "rg-xxxx" --image "xxxxx.azurecr.io/ca-job-1:latest" throws an ERROR: (InternalServerError) Internal server error occurred. correlation ID: f0361b8e-0d07-468c-807d-8fcfc4cdde3d
Please note the value of the correlation id f0361b8e-0d07-468c-807d-8fcfc4cdde3d is it might have insider logs which will help troubleshoot the issue.
This issue is a: (mark with an x)
Issue description
When trying to configure Azure DevOps Pieplines to deploy an ACA Job, the task
AzureCLI@2
which calls this inline scriptaz containerapp job update -n "ca-job-1" -g "rg-xxxx" --image "xxxxx.azurecr.io/ca-job-1:latest"
throws anERROR: (InternalServerError) Internal server error occurred. correlation ID: f0361b8e-0d07-468c-807d-8fcfc4cdde3d
Please note the value of the correlation id f0361b8e-0d07-468c-807d-8fcfc4cdde3d is it might have insider logs which will help troubleshoot the issue.
Below is the complete yaml file of the piepline
Expected behavior
Deployment should be complete
Actual behavior
Failure happens on task AzureCLI@2, below are the error logs:
Screenshots