Keeping Secrets with Azure Functions
Controlling access to sensitive keys in cloud apps isn’t easy. In this article, I outline a way to do so with Azure Functions.
A Blog About .NET and Software Development
Controlling access to sensitive keys in cloud apps isn’t easy. In this article, I outline a way to do so with Azure Functions.
A break down of the layout of every file in an Azure Functions V2 project.
A (mostly) step-by-step process to building Azure Functions on macOS.
The .NET Core V2 runtime is front and centre when creating Azure Functions. Creating V1 runtime Functions has gotten a bit harder, but it’s still possible.