Azure / service-fabric-mesh-preview

Service Fabric Mesh is the Service Fabric's serverless offering to enable developers to deploy containerized applications without managing infrastructure. Service Fabric Mesh , aka project “SeaBreeze” is currently available in private preview. This repository will be used for tracking bugs/feature requests as GitHub issues and for maintaining the latest documentation.
MIT License
82 stars 12 forks source link

Unable to delete existing SF mesh application #389

Open hyper255 opened 4 years ago

hyper255 commented 4 years ago

Hi We do SF mesh deployments to several different resource groups and these deployments suddenly started to fail on the 1st of May. After two hours we just get a message "The resource provision operation did not complete within the allowed timeout period"

When trying to delete from the portal, it also just goes on forever and nothing is deleted.

Tried to run az mesh app show and it just returns "deleting":

PS C:\WINDOWS\system32> az mesh app show --resource-group my-rg --name my-server { "debugParams": null, "description": "My Server", "diagnostics": null, "healthState": "Ok", "id": "/subscriptions/xxxxx-yyyy-zzzzz/resourcegroups/my-rg/providers/Microsoft.ServiceFabricMesh/applications/my-server", "location": "westeurope", "name": "my-server", "provisioningState": "Deleting", "resourceGroup": "my-rg", "serviceNames": [ "JobProducer", "JobExecutor" ], "services": null, "status": "Deleting", "statusDetails": "", "tags": { "displayName": "ServerMeshApp" }, "type": "Microsoft.ServiceFabricMesh/applications", "unhealthyEvaluation": null }

mattrowmsft commented 4 years ago

FYI we had an issue with some applications created before a certain date where they would get "stuck". Yours should be mitigated within the next day.