Tag: azure_functions
Reducing the deployment size of your JavaScript Azure Functions
I'm doing some Azure Functions development in JavaScript at the moment, using the new azure-functions-core-tools. One of the features it has is command line publication, like…
Deploying an Azure Function App with Terraform
You may have caught this from my previous blog posts, but I like automated deployments. I like something where I can run one command and magic happens, resulting in my whole…