Skip to content

Latest commit

 

History

History
28 lines (16 loc) · 705 Bytes

Demo-csharp.md

File metadata and controls

28 lines (16 loc) · 705 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

Before delivery:

  • Open project _ DurFunDemo.sln _
  • Update _ settings.json _with your storage account connection string
  • Make sure that application started without errors.
  • Request the localhost from Postman.

In class:

  1. 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