- 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
terminal
to make sure it is started without errors. -
Use Postman to test function like explained bellow.
-
Use postman to send GET request to http://localhost:7071/orchestrators/ChainFunction
- Send additional request to provided url by use postman to obtain the results.