Technical

Azure Functions telemetry dependency failures

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 application issues is fantastic. BUT, I loathe false positive error messages, especially dependency failures. If you’ve done any work with Azure storage then you’ve likely come across what I’m talking […]

Ignore Azure Function false positive dependency failures using TelemetryInitializers Read More »

new user registration

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 the the inbuilt ASP.NET Core Identity but that has it limitation with repect to authenticating to API’s and other SSO benefits. If you choose a third party identity provider like

Handling new user registration with Auth0 and ASP.NET Core 3 Read More »

Depositphotos 12780434 xl 2015 1024w

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 to communicate with DPM Server Name because of a communication error with the protection agent. (ID 53 Details: Not implemented (0x80000001)) Subsequent Consistency check’s fail with the error “An unexpected

Errors backing up VM using DPM 2016 Read More »

Depositphotos 67869071 xl 2015 1024

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 temporary registry change should solve your troubles. The error 0x800F0954 typically appears if your machine is trying to connect to it’s locally configured WSUS server to download the required files

Error 0x800F0954 installing .NET 3.5 on Windows 10 Read More »

dns

Preview a website before changing DNS without a temporary URL

Setting up a new website on a new server or with a different hosting provider while the existing website is still live presents some challenges. Https configuration Firstly, to test https configurations configuration, you need to use the correct URL. Most hosting control panels supply a temporary URL, or you can alias your own spare

Preview a website before changing DNS without a temporary URL Read More »

Scroll to Top