Marcus' Blog


A blog about things I learn at the keyboard: DevOps, CI/CD, Cloud, Automation, to name a few...
  • Azure DevOps Pipeline Decorators

    Post thumbnail
    Post thumbnail
    Governance around CI/CD pipelines can be challenging. As the number of your applications and pipelines grow, it’s tough to make sure everybody is playing by the rules. Pipeline decorators can help us with this by injecting mandatory steps to the beginning and/or end of each pipeline. [Read More]
  • Start-IISCommitDelay / Stop-IISCommitDelay

    Post thumbnail
    Post thumbnail
    Today I discovered the Start-IISCommitDelay and Stop-IISCommitDelay cmdlets available in the IISAdministration module. In the past I’ve randomly encountered errors when issuing back to back commands that modify the applicationHost.config file: [Read More]
  • Bulk update Azure Release Pipelines tasks

    Post thumbnail
    Post thumbnail
    If you’re attempting to update a sprawling amount of release definitions, clicking through each definition using the visual designer can be a real chore. That’s why Task Groups really come in handy…But if you’re already stuck with a bunch of definitions that don’t utilize task groups, you’ll probably want to... [Read More]