Blob Trigger Azure Functions to develop locally using NodeJS

Sidharath Sharma
2 min readAug 30, 2021

Azure provides serverless service by the name of Azure Functions.
It enables one to adopt the event-driven architecture, Azure Functions are serverless execution models and provide complete abstraction from underlying architecture.

In this article, I will elaborate on how to develop the Blob Trigger Azure function locally using NodeJS and IDE as Visual Code.

Blob Trigger: Trigger Whenever a new or existing blob update is detected

--

--