I have created and configured two spring boot applications and with the help of application insight and cloud sleuth maven dependencies I have configured the logback . When I started the applications from my Intellij and queried the logs from applicationInsights -> logs
I was able to see the traces and logs along with the operation_id, operation_name, cloud_RoleName
and other values etc..
But when I look into the application map for the tracing graph I could see the two application instances as below but that is not connected with the correlation. I tried everything and it is not working. Any help would be much appreciated. Thanks in advance.