Being able to deploy integration solutions in a continuous fashion is one of the key requirements of a business. Integration solutions in Azure consist of resources such as Logic Apps, Azure Functions, Service Bus, Event Grid, and Azure API Management.
Making integration agile and meeting business requirements demand that these integration resources are more flexible toward real-time fixes and delivering deployment across multiple regions and multiple environments, such as the production, staging, and user acceptance environments. In this chapter, we will go through each of these resources separately and explain how you can leverage DevOps for Azure to make your environment much more flexible to change.
In Azure, there are several options available for deploying and provisioning resources:
- Azure portal-based deployment: Use the classic or the new Azure...