27 Jan 2025 09:31 AM
Opening the Azure page from the menu, if management zone filtering is used.
Without using the below rule, you would get an empty page similar to the below:
Where you will not be able to see the entities that are part of the management zone.
I found this post(Azure services not visible when selecting the Management zones - Dynatrace Community) which mentions a solution to this problem.
I added extra filtration as just the mentioned selector results in many other entities. Hence the below entity selector can be used
type("CUSTOM_DEVICE_GROUP"), toRelationship.IS_INSTANCE_OF(type("CUSTOM_DEVICE"),tag("tag: value"))
You would also need to tag your entities normally of course as you do.
Regards,
Ahmed