Skip to content

ppolyzos/demo-mlsa-functions

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Demo Functions

Stateful Wokflows using Azure Durable Functions

This is a set of demos related to Azure Functions.

Setup

To start using this project you can either use VS Code or Visual Studio / Jetbrain's Rider.

Azure Storage Emulator

You can run the ResizeImages demo using the Azure Storage Emulator and having the following containers created:

  • images-to-resize container where images that needs to be resized are uploaded
  • images-resized container where images are being stored after resize-image function is executed and an image is being resized.

For the DurableHello demo you can view execution history in Tables\TestHubNameHistory table:

Azure Storage Emulator

VS Code

Run

To run the functions you can run:

  1. dotnet restore to restore dependencies
  2. func start --script-root ResizeImages to run the ResizeImages demo.
  3. func start --script-root DurableHello to run the DurableHello demo.

Visual Studio / Rider

Open the demo-msp-functions.sln, build the project and run the function project you are interested in.

Resources

Postman Collection

You can run the durable hello demo APIs using the resources found in assets/postman folder:

When you deploy the demo to Azure you can change the FUNCTIONS_URL variable with the url from your newlly created Azure Function App.

About

Demo for my presentation "Stateful Workflows using Azure Durable Functions" in http://summeringreece.studentambassadors.gr/

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages