- Visual Studio Code
- Node 16 or higher
- Postman to test Web API
-
Update storage account reference from
local.settings.json{ "AzureWebJobsStorage": "<your storage account connection string>" } -
Open folder in VS Code and run following command in terminal: npm install
-
Run the Function locally from VS Code by use play button. Monitor
terminalto make sure it is started without errors. -
Use postman to send GET request to http://localhost:7071/orchestrators/HelloSequence
- Send additional request to provided url by use postman to obtain the results.


