Azure API returned the following error: Status: "Failed" Code: "ContainerAppOperationError" Message: "Failed to provision revision for container app 'test-app'. Error details: Operation expired." Activity Id: "" #53
Labels
bug
Something isn't working
Is there an existing issue for this?
Greenfield/Brownfield provisioning
greenfield
Terraform Version
1.2.9
Module Version
~ 3.0
AzureRM Provider Version
~ 3.0
Affected Resource(s)/Data Source(s)
azurerm_container_app
Terraform Configuration Files
tfvars variables values
N/A
Debug Output/Panic Output
Expected Behaviour
Container App should get created.
Actual Behaviour
This error is happening only with a specific workspace. We got this created in a different workspace succesfully. Our container app is private and the container app environment is private has a workload profile. Same private container app and container app environment have been created using a different workspace. But it is weirdly throwing this issue only for a workspace that I am working to deploy for the Production Environment.
Error with details :
creating Container App (Subscription: "xxxxxxxxx"
Resource Group Name: "rg-test"
Container App Name: "test-app"): polling after CreateOrUpdate: polling failed: the Azure API returned the following error:
Status: "Failed"
Code: "ContainerAppOperationError"
Message: "Failed to provision revision for container app test-app'. Error details: Operation expired."
Activity Id: ""
API Response:
----[start]----
{"id":"/subscriptions/xxxxxxxx/providers/Microsoft.App/locations/centralus/containerappOperationStatuses/xxxxxxxxxx","name":"xxxxxxxxxxx","status":"Failed","error":{"code":"ContainerAppOperationError","message":"Failed to provision revision for container app 'test-app'. Error details: Operation expired."},"startTime":"2024-03-12T15:51:13.3407187"}
-----[end]-----
Steps to Reproduce
terraform apply on terraform cloud
Important Factoids
No response
References
No response
The text was updated successfully, but these errors were encountered: