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 11 forks source link

Mesh Resources not visible in azure portal resource group blade, only Applications #305

Closed guibirow closed 5 years ago

guibirow commented 5 years ago

Currently, when Mesh resources are deployed to azure, only Applications are visible in the Resource Group View.

image

But when the Resource Group is pinned to the dashboard, is possible to see the missing resources!

image

Not the same as #203 or #195

BigMorty commented 5 years ago

Check the "Show hidden types" checkbox and you will see the Network and Gateway resources as well.

guibirow commented 5 years ago

Thanks, very tricky

BigMorty commented 5 years ago

😉