Skip to content

Latest commit

 

History

History

functions

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 

Azure Functions

This folder contains a list of Azure functions that will be triggered via Solace RDP

Functions

Function Name Description Trigger Topic
PowerBI_POS This function parses a JSON body from the POS microservice, extracts the data plots them on a PowerBI dashboard t/t/t/
PowerBI_STOCK This function parses a JSON body from the restocking microservice, extracts the data plots them on a PowerBI dashboard t/t/t/
DB This function adds data to a database t/t/t/

How to run

  1. Create a new file called local.settings.json
  2. Fill it with the following
{
  "IsEncrypted": false,
  "Values": {
      "PowerBIPOSURL": "URL to Power BI Dashboard"
  }
}