Running Mule as Worker Role on Azure
This week’s MuleSoft Champions guest blogger is Ruman Khan, a polyglot programmer who loves to code.
If you are looking for options to have Mule running in Microsoft Azure to claim PaaS, one of the best ways is by using Worker Roles. Worker Roles are VMs with IIS disabled (this can be enabled if needed) and are generally used to perform any complex processing tasks. We can leverage this ability to run Mule standalone service inside an Azure Worker Role.