- Home
- Building and pushing Docker images to Azure Container Registry with Azure DevOps Pipelines.
Azure Resources
TagBuilding and pushing Docker images to Azure Container Registry with Azure DevOps Pipelines.
When it comes to DevOps Docker is an integral part of it. Nowadays no development can be done without the help of docker. In this article, we will discuss how can we use Azure DevOps Pipeline to build and push images to the Azure container registry.
Retrieve Azure Resource Inventory by using PowerShell.
In this blog, I will share the script to retrieve the Azure resources inside the Azure subscription. This script iterates through each resource group inside an Azure subscription and retrieves each resource name resource type and resource tag and dumps the information inside a CSV file. So let’s dive in.
Quick Tip: How to prevent your Azure Resources from accidental deletion?
A common concern with resources provisioned in Azure is that the ease with which they can be deleted. A careless administrator can accidentally erase months of work with a few wrong clicks. Azure Resource manager locks can help here. Let’s learn how?