This folder contains an example of Application Insights Profiler running in an Azure Function of isolated worker model.
Follow this tutorial to create an Azure Function.
Optionally, you can add a DockerFile to run your Azure Function in a container. See this tutorial for more details on how to dockerize your Azure Function.
Follow the Create an Application Insights resource. Note down the instrumentation key.
If you are building an Azure Function in Isolated Worker Mode, please refer to this readme for further guidance on code instrumentation.
Otherwise, you can refer to this readme for guidance on setting up Profiler in ASP.NET Core applications.