Azure Functions Language Selection
Learn about the criteria that I use to pick the language in which to write an Azure function.
A Blog About .NET and Software Development
Learn about the criteria that I use to pick the language in which to write an Azure function.
There are a surprisingly large number of tweaks you can do to Azure Functions’s runtime. Find out how to configure timeout, logging, and more in this post.
I’ve always struggled to find a clever way to validate HTTP requests with a JSON body. Here’s how I approach the problem with Azure Functions.
Dependency injection is a feature we’ve come to expect in any framework. Azure Functions has finally jumped on board with its own implementation of DI.