Automatic rollback for Azure deploy with pipeline
/Once your deployment fails often you need to do a manual rollback. In this blogpost I will explain how to use AzureDevOps pipelines to create a CI/CD pipeline which will automatically revert back to the last known good configuration.
Read More