Tagged “Azure Functions”
2021
Publish Azure Functions code with Terraform
Single tool to manage both infrastructure and code pushes.
How to change/upgrade Node.js version in Azure Functions
Upgrade Node.js version in Linux and Windows function apps; in Premium and Consumption hosting plans.
Restrict Azure Functions to API Management with Terraform
Prevent access to a Function App from unauthorized sources and restrict it to an API Management instance.
2020
Ignore Azure Functions application settings drift in Terraform
How to fix configuration drift in Terraform caused by Zip Deploy + Run from Package
Serverless GraphQL with Azure Functions and PostgreSQL
Starter kit + guide for a Serverless GraphQL API backed by PostgreSQL and external APIs with migrations, infrastructure-as-code, CI and tests.
Deploy Azure Functions with Terraform
A practical, step by step guide on how to deploy an Azure Function with Terraform.
Unit testing Azure Functions with Jest and TypeScript
Minimal setup to get you started with unit-testing HTTP-triggered Azure Functions.