Functions Posts
Using Netlify Functions to Add Comments to Gridsome
Netlify provides serverless functions to process information, while Gridsome provides a Vue.js based static-site generation. In this post we combine the two allowing visitors to leave comments on our posts.
Environment Variables in Azure Functions with Key Vault
Using environment variables from Azure Key Vault is a little different for Functions than Web Applications. Here's how to get it working.