Understanding Environment Variables in Linux: A Must-Know for DevOps and System Admins
What Are Environment Variables in Linux? Environment Variables in Linux are dynamic values that the operating system and various applications use to determine information about the user environment. They are essentially variables that can
How to Checkout External Repositories in Azure DevOps Build Pipeline: A Step-by-Step Guide
Introduction Efficiently integrating code from external Azure DevOps repositories is crucial for collaborative projects and streamlined development workflows. This comprehensive guide provides a step-by-step approach to accessing and utilizing external repositories within your Azure DevOps
Search and Replace String Using the sed Command in Linux/Unix.
Introduction: The sed command, a powerful stream editor in Linux/Unix, is a cornerstone for text manipulation. This guide will delve into the intricacies of using sed to search and replace strings within files. We'll explore
How To Copy Secrets From KeyVault To Another KeyVault In Azure
Introduction Azure Key Vault is a secure cloud service for managing secrets, encryption keys, and certificates. In modern multi-region deployments, ensuring that application secrets are consistently available across regions is essential for high availability and
How to Delete a Blob from an Azure Storage using PowerShell
In one of my automation (Delete a Blob), I need to delete the previously stored reports (reports will always append with timestamp) on daily basis in Azure storage account in automated way in the specific
How to check Website status on the Linux Server
Maintaining website uptime is essential for a positive user experience, as even short periods of downtime can frustrate users and result in lost business. Automating uptime checks on a Linux machine allows quick detection of
How to view the secret variables in Azure DevOps
Today, I will be taking about a technique using which you can view the secret variables in Azure DevOps. Introduction Azure DevOps supports us to store secrets within Azure DevOps variable Groups which could be
How to pass objects between tasks in Azure pipeline
In our previous post, we already discussed about "How to pass values between Tasks in a Pipeline" where we can pass single value from one task/job/stage to another in pipeline. But incase, if you want