Repo contains sample Azure Container App populating diagnostics data to Microsoft Azure Application Insights
- service-a Angular.js sample application with Node.js backend.
- service-b ASP.NET Core sample service.
Set APPINSIGHTS_INSTRUMENTATIONKEY
environment variable before running docker-compose up
export APPINSIGHTS_INSTRUMENTATIONKEY=488811fc-e1e1-4ba2-9278-f38ce88559c2
docker-compose up --build
TBD