You’re designing a distributed architecture deployed in containers across AKS and App Services. You want to visualize the full topology in Application Map, including dependencies between components.
Which actions you should take?
Define service.name and service.namespace attributes in each service's telemetry configuration.
service.name
service.namespace
Use the same Application Insights instrumentation key across all services.
Use cloud_RoleInstance to ensure component grouping.
cloud_RoleInstance
Set cloud_RoleName uniquely for each component.
cloud_RoleName
Ensure that each service runs in the same Azure subscription.