Skip to content

Latest commit

 

History

History
31 lines (18 loc) · 958 Bytes

Demo-nodejs2.md

File metadata and controls

31 lines (18 loc) · 958 Bytes

AZ-204 Demo: Durable Azure Function

in this demo you will run durable function FunIn-FunOut locally:

FunIn-FunOut

Technical Requirements:

  • Visual Studio Code
  • Node 16 or higher
  • Postman to test Web API

Demonstration

  1. Update storage account reference from local.settings.json

    { "AzureWebJobsStorage": "<your storage account connection string>" }
  2. Open folder in VS Code and run following command in terminal: npm install

  3. Run the Function locally from VS Code by use play button. Monitor terminal to make sure it is started without errors.

  4. Use postman to send GET request to http://localhost:7071/orchestrators/HelloSequence

First request

  1. Send additional request to provided url by use postman to obtain the results.

Second request