↧
Introducing node-armclient, the lightweight Node.js client for Azure Resource...
Azure Resource Manager is a great way to manage an deploy your Azure resources in a consistent way. There are quite a few SDKs available for Azure Resource Manager (including Node.js). While the...
View ArticleAzure Functions - Rotate the secret of your HttpTrigger functions
When you create an HttpTrigger function in Azure Functions the URL for this function will look like this:...
View ArticleUsing Auth0 for authentication in your Azure Functions (HttpTrigger)
Azure Functions supports different types of bindings (going from Queue messages to Timers). When end users / applications need to talk directly to a function this happens over the Http Trigger. By...
View Article