This ready-to-use example demonstrates end-to-end tracing with Azure Application Insights. The frontend is created with TypeScript & React. The backend has two micro services and is built with .NET Core. Distributed tracing is enabled and works from end to end.
Please create an instance of Azure Application Insights and add your InstrumentationKey here
here
and finally here
Now you can run the application:
cd backend
dotnet restore
dotnet build
cd frontend
npm install
npm run start:all