Tweaking Azure Function Configuration
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.
A Blog About .NET and Software Development
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.
Powershell isn’t traditionally recognized as a go-to language for everyday software developers. Nevertheless, it’s gained enough popularity for AWS and Azure to support it on their serverless platforms. Let’s find out why.