Using Azure DevOps Pipeline to handle a system maintenance window with Logic Apps

This weekend one of the systems we integrate with had a maintenance window while some server upgrades were performed. To support this activity we needed to be able to take some of our Logic App integrations off line during the maintenance window. Our design patterns for integration fall into a couple of patterns with respect to this system: These approaches are easy for us to handle a maintenance window. We can simply disable the interfaces then re-enable them. Any messages on service bus will just queue up and be handled later. The polling interfaces will just catchup when ready. To … Continue reading Using Azure DevOps Pipeline to handle a system maintenance window with Logic Apps