Building a simple service relay for Dynamics 365 CE with RabbitMQ and Python - part 4
This is the final post in my series about building a service relay for Dynamics 365 CE with RabbitMQ and Python. In my previous post in this series, I showed the Python code to make the service relay work. In today’s post, I will show how you can use Azure Functions to make a consumer service proxy using C# so client applications don’t have to access to your RabbitMQ broker directly, and I will also discuss some general thoughts on security and scalability for this service relay architecture. »