lechnerc77 / AzureFuncPurchaseOrderCheckDemo

Demo of Durable Functions for Purchase Order Scenario

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Purchase Order Demo

The basic intention of this code is described in the blog post “A Serverless Extension Story – From ABAP to Azure”.

Branch

You are on the MASTER branch.

Setup

  • Execute a npm install in the project directory
  • Execute a npm run build to build the project

Calling the project

To trigger the project you must setup a service bus in Azure and call it via the ABAP SDK for Azure as described in the above mentioned blog.

Local Setting

If you want to develop locally, you need to create a local.settings.json file. You find a template in my gist

About

Demo of Durable Functions for Purchase Order Scenario

License:MIT License


Languages

Language:TypeScript 100.0%