
Ignore Azure Function false positive dependency failures using TelemetryInitializers
Let me start by saying that I love Appication Insights. The level of detail it gives you out of the box to monitor and troubleshoot

Handling new user registration with Auth0 and ASP.NET Core 3
When creating a new site that will have users logging into it, you’ll invariably have to choose an identity provider to use. You can use

Errors backing up VM using DPM 2016
Issue: You’ve added a Hyper-V VM onto DPM 2016 and the VM is failing to backup. Replica creation fails with the following error “DPM failed

Error 0x800F0954 installing .NET 3.5 on Windows 10
If you’re experiencing error 0x800F0954 when trying to install .NET 2.0 and 3.5 on Windows 10, and you’re in a domain environment, then a simple

Importing a CSV file into Azure SQL with Azure Functions
Importing CSV files into Azure SQL is quick and easy using Azure Functions. By utilising LinqToSQL, reading and serialising each line of the CSV into

Azure Functions not showing all executions under Monitoring
I recently deployed a very simple Azure Functions 2.0 project from Visual Studio 2019 that contained a single timer triggered function. The function had a
