Collection of code samples from articles, blog posts, and more.
This folder contains the basic code for filtering dependencies in your Application Insights services.
This folder contains sample code for sending authenticated requests to an Application Insights service that has disabled local authentication.
- Read more: https://zimmergren.net/enforce-authentication-when-sending-application-insights-telemetry/
Code sample for deep-linking Azure Log Analytics and Azure Application Insights queries.
Code sample for deploying alert rules in Bicep.
This folder contain the basic templates used in a post about using Bicep.
This folder contains a basic script for copying secrets from one vault to another, across subscriptions. It's intended as a starter for how you can achieve this task, and you should carefully consider modifying it to fit your processes and security guidelines.
This folder contains a .NET 6 console app for sending simple messages using the Microsoft Graph APIs.
This folder contains a .NET 6 app for reading e-mails using the Microsoft Graph APIs.
In this folder, you'll find examples of Azure Resource Graph queries. Currently, the examples are:
-
ExpiringAppServiceCertificates: Queries to discover Azure App Certificates that are expiring soon.
-
Read more: https://zimmergren.net/discover-expiring-azure-app-services-certificates/