Max MorrowNov 13, 20223 minDevOps Patterns: Scaling with Declarative Pipelines Using Template Modularization
Max MorrowSep 2, 20213 minAzure DevOps: Deploying Docker Containers To Azure App Services Using YAML Pipelines
Max MorrowSep 2, 20213 minAzure DevOps: Deploying Docker Containers To Azure App Services Using YAML PipelinesSo, you've got a few Docker containers lying around and you're looking for a cheap, fast solution for deploying them. Azure App Services...
Max MorrowFeb 10, 20212 minAzure DevOps: Choosing a Branching Strategy for Your CI/CD PipelinesA topic that I believe does not get enough discussion is that of branching strategies and how they can affect the CI/CD flow. There are...
Max MorrowFeb 10, 20211 minAzure DevOps: If Statements in Your YAML PipelinesIf Statements are a fantastic feature in YAML pipelines that allows you to dynamically customize the behavior of your pipelines based on the
Max MorrowJan 28, 20212 minAzure DevOps: Setting Pre-Deployment Approvals for YAML PipelinesIf you're creating a pipeline that is deploying to many environments, including production, chances are that you're looking to set up...
Max MorrowJan 12, 20213 minAzure DevOps: Using Azure DevOps YAML TemplatesFor those of you who use Azure DevOps day-to-day for your source control and CI/CD pipelines you've probably had the conversation...