Azure Functions CLI Failing After Preview Install

Getting an error on the command line when using the Azure Functions tools to create new C# functions. Let’s see how to get around this.

August 3, 2021 · 4 min

Removing IOptions From Your Strongly Typed Configuration in Azure Functions

Want to strongly type your configuration but don’t like IOptions? Let’s take a look how to do this in Azure Functions.

April 13, 2021 · 2 min

Azure Functions Not Loading My Dependencies, What Have I Missed?

My dependencies and configuration weren’t being loaded into my new Azure Function application, what did I miss?

April 6, 2021 · 3 min

Why won't you load my configuration Azure Functions?

Loading configuration from local.settings.json didn’t work how I was expecting it to so had to extend the start up to load structured configuration from appsettings.json

March 30, 2021 · 5 min

Harness Azure CLI to Keep Your App Service Name

In this post we walk through the steps I used to delete and recreate an Azure App Service under a different App Service Plan using the Azure CLI so that I could keep the *.azurewebsites.net name for consistency.

March 23, 2021 · 5 min

Subscription is not registered to use namespace Microsoft.AzureActiveDirectory

A brief walk through how to use Azure AD B2C when your subscription is not setup to use the provider.

March 2, 2021 · 2 min

Default .NET 5.0 WeatherForecastController as an Azure Function

Looking into what it would take to implement the default aspnet web api template WeatherForecastController as an Azure Function.

February 23, 2021 · 4 min

Controlling The Logging Levels in Azure Functions

Looking into controlling the logging levels in Azure Functions.

February 16, 2021 · 4 min