Azure
Building Applications with Azure Functions
Azure Functions is a solution that allows you to publish pieces of functionality as functions. This post outlines a few things I think are good to know when building function applications.
Azure Functions is a solution that allows you to publish pieces of functionality as functions. This post outlines a few things I think are good to know when building function applications.
Azure Key Vault allows you to store sensitive information in a secure way. This post shows you how easy it is to store your application’s sensitive configuration settings in Key Vault without having to change a single line of code in your application.