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
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
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
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
Where to use the –replace operator and Replace() method & its difference
Introduction Manipulating text is a common task in any scripting or programming language, and PowerShell is no exception. Whether you need to replace a single
How to Use PowerShell for DNS Record Monitoring and Troubleshooting
Introduction DNS (Domain Name System) records are the backbone of internet connectivity for web servers, mail servers, and other networked systems. Missing or misconfigured DNS
Cache Purging in Azure Front Door with Azure PowerShell and CLI
Introduction Azure Front Door is a global, scalable entry point for fast delivery of your applications. It provides load balancing, SSL offloading, and caching,
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
Exception Handling – Try Catch with Custom Error Message in PowerShell
An error in a PowerShell script will prevent it from completing script execution successfully. Using error handling with try-catch blocks allows you to manage
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
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
How to Create Log File using Start-Transcript cmdlet in PowerShell
What is Start-Transcript? As per MSDN, The Start-Transcript cmdlet creates a record of all or part of a PowerShell session to a text file. The
How to remove Multiple bindings in IIS using PowerShell script
As you aware large number of unused URLs in the servers will lead critical to maintenance during the maintenance activity so we need to
Linux Environment Variables
What Are Linux Environment Variables? Linux environment variables are dynamic values that the operating system and various applications use to determine information about the user
Quickly Display Files with PowerShell: Understanding Cat and Get-Content
PowerShell offers powerful cmdlets for managing and Display Files with PowerShell, and among them, Cat (alias for Get-Content) and Get-Content are commonly used to read
Delete File or Directory in Linux with Scheduled Azure DevOps Pipeline
In my working environment, we are managing more Linux based Agent machines for building the solution to create artifacts and we got required to clean
Different ways to List Environment Variables in Linux
An environment variable is a dynamic object that defines a location to store some value. We can change the behavior of the system and software
How to Drop SQL database using PowerShell
My Scenario: As a System Admin/DevOps Guys, we got urgent cost optimization process and it need to done in very less time frame. From the
Pull and Push Docker Image to Azure Container Registry using Azure Devops pipeline
When you want to develop and implement the container application in Azure. The first and main step you would execute is to build the images
Getting Redirected (301/302) URI’s in PowerShell
In my working environment, we are managing more than 500+ sites. Usually, sometimes users will make a redirect to other sites or put temporary maintenance