How To Test NodeJS Azure BlobTrigger From a Local Environment

A step-by-step guide with an example project

Bhargav Bachina
Bachina Labs
Published in
5 min readNov 5, 2022

--

An Azure Function is a simple way of running small pieces of code in the cloud. You don’t have to worry about the infrastructure required to host that code. You can write the Function in C#, Java, JavaScript, PowerShell, Python, or any of the languages that are listed in the Supported

--

--