I have an application that is going to provide tracing data with Spring Cloud Sleuth. I want to get this trace data to Azure Application Insights.
From Azure's documentation I understand that Sleuth traces are natively supported if I deploy my application to Azure Spring Cloud. However, the application is going to be running in Azure AKS instead. Is it still possible to view Sleuth trace data in the AKS version of Application Insights?
I don't have much experience with Azure (or cloud services in general), so apologies if the question is a bit silly :)