In this article, we will be seeing how we can build a CI/CD pipeline in…
Tag: Azure
DevOps
Continue Reading
What is Azure DevOps Extension in Azure CLI and How to install it?
Azure DevOps Extension in Azure CLI expands the capabilities of the Azure CLI to interact…
Building Your First Azure DevOps CI CD Pipeline: A Step-by-Step Guide
Image Source — Microsoft What is Azure Pipelines? Azure Pipelines provides cloud-based solutions. It develops and…
Automation
Continue Reading
How to run your postman (Newman) automation collection in a Continuous Integration environment like Azure DevOps build Pipeline?
Postman Introduction: Postman is a tool that simplifies each step of building and testing APIs….
How to use Azure DevOps REST API to extract and update data within Azure DevOps?
Azure DevOps offers a fantastic set of REST APIs which allows you to extract and…
DevOps
Continue Reading
Deploying Your JS Application to Azure Static Web Apps: Cost-Effective and Efficient
Introduction: – Deploying applications is a critical step in the world of web development to…
DevOps
Continue Reading
How to pass a variable value between Azure Pipeline jobs (within the same stage)?
Since the jobs operate in different namespaces, passing variable values between them is unlike passing…
DevOps
Continue Reading
Sensitive Data in Azure Pipelines – Azure Variable Groups (Benefits and Real-World Examples)
Secret variables are variables that are encrypted and can be used in pipelines without having…