Azure Functions
Azure Functions - Service Bus Queue Trigger
Azure functions allow have a service bus queue trigger, which will execute the code in the function each time a message is added to the service bus. Create Service Bus trigger In Azure functions create a new function, From the template options select "ServiceBusQueueTrigger - C#" Select the