I have two nodejs app services both connected to a single ApplicationInsights resource in Azure.
They both post events successfully, however when I click "Application Map" they are both shown under a single "Web" node, rather than two separate nodes.
My understanding is I must change the cloud role name, but I'm unsure of where to do that. Is it done in the node code, or can it somehow be done at the "App Service" level in Azure?