When I was doing some early learning on Environment Variables, I came upon the inclusion of Azure Key Vaults within Environment Variables and wanted to dig into this more. If you haven’t seen this functionality, when you go and create a new Environment Variable in your solution you can select the source as an Azure … Read More
Category: Azure
Building and Deploying your First Azure Function with Node.js
I’ve been writing Azure Functions for a while and working with Node and thought it was time I took the plunge to get both of them working together. To get started, you’ll want to have Node.js (because that’s what you’re building), VSCode (because that’s for coding), and the Azure Core Functions Tool Library (because that’s … Read More