Skip to content

Latest commit

 

History

History
30 lines (16 loc) · 720 Bytes

Demo-csharp.md

File metadata and controls

30 lines (16 loc) · 720 Bytes

AZ-203T Demo: Durable Function in C#

In this demo you will run locally durable function FunIn-FunOut. The function will call the City's function for each of the City.

schema

Technical Requirements:

  • Visual Studio Code
  • Postman to test Web API

Demonstration

  1. Open project _ DurFunDemo.sln _

  2. Update _ local.settings.json _with your storage account connection string

  3. Run the function

Started locally function

  1. Pick the link and request from Postman.
  2. Follow the first link in output

First Request

  1. Repeat call until getting result.

Second Request