joergjo / contosoads-containerapp

Contoso Ads Azure Container Apps demo application
MIT License
7 stars 3 forks source link

Deployment fails on 1st attempt #6

Closed hsirtl closed 3 months ago

hsirtl commented 2 years ago

Deployment fails when executed on an empty resource group:

{ "status": "Failed", "error": { "code": "DeploymentFailed", "message": "At least one resource deployment operation failed. Please list deployment operations for details. Please see https://aka.ms/DeployOperations for usage details.", "details": [ { "code": "NotFound", "message": "{\r\n \"error\": {\r\n \"code\": \"ParentResourceNotFound\",\r\n \"message\": \"Can not perform requested operation on nested resource. Parent resource 'contosoads.postgres.database.azure.com' not found.\"\r\n }\r\n}" } ] } }

Just re-running the deployment succeeds.