Skip to content

December 2023

Photo by Tima Miroshnichenko: https://www.pexels.com/photo/graph-displayed-on-laptop-screen-7567486/

How to Fine Tune Application Insights Sampling

Sampling is a feature in Application Insights that reduces amount of data send into App Insights. This means that not all the logs/dependencies/requests etc. are send into Application Insights. Adaptive sampling is enabled by default in all the latest versions of the Application Insights ASP.NET and ASP.NET Core Software Development Kits (SDKs), and Azure Functions. We will later learn what this adaptive sampling does, but basically it tries to protect …

Photo by Pixabay: https://www.pexels.com/photo/rolled-textile-lot-in-shallow-photo-236748/

Azure DevOps Repos: Git Integration with Microsoft Fabric

Version control (also known as source control), is a practice (and a tool) for tracking and managing changes in software code. It enables multiple people to work collaboratively on a project, tracking modifications, and coordinating updates. Version control systems maintain a history of changes, allowing users to revert to previous versions, compare differences between versions, and merge changes made by different contributors. This ensures the integrity, traceability, and collaborative efficiency …