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.
Want to strongly type your configuration but don’t like IOptions? Let’s take a look how to do this in Azure Functions.
My dependencies and configuration weren’t being loaded into my new Azure Function application, what did I miss?
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
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.
1 Year since leaving the office, oh how things have changed …
Ever needed to generate realistic date of birth values for your anoymous unit test data? Sick of setting the value manually and seeing your own date of birth propagate through codebases as developers copy ’n’ paste your example? Time to get AutoFixture to do the heavy lifting!
A brief walk through how to use Azure AD B2C when your subscription is not setup to use the provider.
Looking into what it would take to implement the default aspnet web api template WeatherForecastController as an Azure Function.
Looking into controlling the logging levels in Azure Functions.
A tweet asking about how people approach new codebases got me thinking about my own approach so decided to write it down and share.