Skip to content

Latest commit

 

History

History
23 lines (13 loc) · 775 Bytes

Demo-nodejs2.md

File metadata and controls

23 lines (13 loc) · 775 Bytes

AZ-204 Demo: Durable Azure Function

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

FunIn-FunOut

Before delivery:

  1. Open folder in VS Code and run following command in terminal: npm install
  2. Run the Function locally by use play button and make sure it is started without errors.
  3. Use postman to test function like explained bellow.

In class:

  1. Open the folder in VS Code and run function locally by use play button.
  2. 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