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
83 stars 10 forks source link

Can't clean-up gateway and network from old mesh deployment #388

Closed ingio closed 4 months ago

ingio commented 4 years ago

When trying to clean up old sf mesh app it leaves behind the gateway and network objects which are hidden in the resource group. I have tried deleting with az mesh ... and the object is showing "provisioningState": "Deleting" but its still there.

How can I clean this up?