Sending messages to Service Bus queue or topic from Azure API Management

Our Cloud School
5 min readJul 29, 2022

This is part-01 of Azure API management policy section.

Photo by Christopher Gower on Unsplash

This blog simplified the implementation of a use where we need to send the message to service bus topic or queue via Azure API management

If we ask any azure developer to write the functionality to send the message to service bus topic or service bus queue then 99% times developers might write bunch of lines of code in c#, java or python to connect to service bus and send message to it, it would also requires service bus connection string, managing connection string life cycle in keyvault is another headache.

Do you know that you can directly send the message to service bus via API management Inbound policies and

--

--

Our Cloud School

Rakesh Suryawanshi — Azure Solutions Architect, DevOps with Terraform