Introduction When deploying applications and infrastructure there are times when executing PowerShell is required as part of our Continuous Integration (CI) and Continuous Deployment (CD)
This an excerpt of an article written for Microsoft Tech Community Blog. To read the whole article click here Introduction By now if you have
This an excerpt of an article written for Microsoft Tech Community Blog. To read the whole article click here Introduction This is part of a
This an excerpt of an article written for Microsoft Tech Community Blog. To read the whole article click here Introduction When starting in Azure DevOps
Introduction One can leverage YAML If Expressions to dynamically load the required stages/jobs/tasks templates, this will lead to one YAML pipeline for CI/CD. This is
Background I recently joined Microsoft and as such I had the opportunity to contribute to Microsoft’s techcommunity. My first post was around how to leverage
Update 3/31: Realized this assumed Defender was already turned on the server so adding the Bicep to do that. Introduction This one is tricky. If
Introduction Update: This template is available in TheYAMLPipelineOne on GitHub One the classic conundrums that occurs when properly managing Azure Key Vault is how to
Disclaimer: This is more technical than what I like putting in a blog post. I don’t know a way around it as feel like it’s
Introduction If you aren’t familiar with Azure Automation Accounts think of them as a method to run an automated script within your Azure Subscription. This