Adding app insights to asp.net core web app running on azure web apps for containers
Oof that title is a mouthful. Adding application insights to a containerized asp.net core application is not too difficult. It’s pretty simple.
Infrastructure as Code
Using ARM, create an application insights resource like this:
{
"apiVersion": "20...
gaunacode.com2 min read