Back to Browse

Azure Function Storage Queue Trigger Node.js Tutorial

578 views
Aug 27, 2024
12:48

Azure Functions are made up of a trigger, and may also include input and output bindings for reading and writing data. Blog Post: https://cloudengineerskills.com/posts/nodejs-function-trigger-bindings/ In this tutorial, we will write an Azure Function using Node.js using an Azure Storage Queue as the trigger that uses Azure Blob Storage with input and output bindings to read in a file to copy it to a different location in an Azure Storage container. We will make use of Terraform to automate the provisioning of the Azure Resources we need.

Download

0 formats

No download links available.

Azure Function Storage Queue Trigger Node.js Tutorial | NatokHD