Azure Service Bus
An Azure service that provides cloud messaging as a service and hybrid integration.
700 questions
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
Hi Team,
Just wondering how can we unit test the service bus trigger function App?
Thanks in Advance
@Sairam Ganji Thanks for reaching out. In your test case you need to connect to the service bus using service bus SDK with primary/secondary key and send the test message to trigger your service bus trigger function. For your reference sharing the third party blog. Please review and modify the code/test it as per your business needs.