Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Unable to delete existing SF mesh application #389

Open
hyper255 opened this issue May 4, 2020 · 1 comment
Open

Unable to delete existing SF mesh application #389

hyper255 opened this issue May 4, 2020 · 1 comment

Comments

@hyper255
Copy link

hyper255 commented May 4, 2020

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
Copy link
Contributor

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants