- Visual studio code.
- Azure function core tools.
- Service Bus.
This function uses one input binding which is the service bus trigger.
- Ensure you have a valid Azure subscription
- After deployment to the function application ensure to provision a servicebus namespace.
- Include the connection string(shared access policy) of the servicebus to your function app settings.
- Ensure the connection name is the same as that found in the function.json file. feel to modify the name.