Skip to main content

Azure Queue Trigger

Introduction

This is a template project for creating provider to onboard data from Azure queue storage. Available via Github.

How it works

The program contains two functions. One http triggered that will add three the messages to the queue, call this one from a browser when running locally . The second one will trigger on any messages added and converts each message into a Dynamic Entity. They are then imported into Occtoo using the OnboardingServiceClient

Check our documentation on how to set up a Provider in Occtoo Studio to get your provider details.

Download and Installation

Fetch the latest code at our Github repository. Build and deploy to your azure instance