,

Hands on Lab 2 – Add logging to Azure Function (v2) by integrating Application Insights

Posted by

This is the second Azure hands on lab where I’ll walk you through adding logging capabilities to your Azure Function by integrating Application Insights. Also, I’ll update the code from lab 1 by adding additional logging events. Finally, we will spend some time reviewing the results in Application insights/Log Analytics database.

Prerequisites
Hands on Lab 1 – Build a Python Azure Function (v2)
https://youtu.be/7tEx8C6iW2I

Update 5/19/24 – Hands on Lab 3 – Deploy Azure Function (v2) via Azure DevOps CI/CD Pipeline is now available.
https://youtu.be/51ow1mJj2Wg

Resources

My KQL Intro
https://youtu.be/mU2QdfShJ9A

Source Code Complete
https://github.com/RussMaxwell/AzurePython/tree/main/Labs/azfunc2

Thank You!

Russ Maxwell