
Azure DevOps Pipelines – Remove the need to hard-code
Creating Azure DevOps Pipelines? If avoidable, try not hard code values within your DevOps pipeline! In this blog post; I am going to go through a small Terraform pipeline from hard-coded values to using parameters & variables What is hard-code? Think of it from a pipeline perspective, you create a stage within your pipeline and enter numerous inputs as static values in various tasks; these values cannot be amended in any way, you...



Study Guide for Passing Microsoft Certification Exam: AZ-400 Designing and Implementing Azure DevOps Engineer- Expert
Introduction: In recent years, DevOps practitioners are in high demand in the IT industry as organizations using DevOps practices are overwhelmingly high functioning. The Microsoft Azure Exam AZ-400 required DevOps...



Automate infrastructure provisioning with Terraform Cloud & GitHub Actions. IAC + GitOps
A guide to set up automatic infrastructure provisioning with Terraform Cloud & GitHub Actions. Leverage Infrastructure as code(IAC) and GitOps to automatically update your infra based on a GitHub repository.In this...





