Category

Azure CLI

The Azure CLI is a cross-platform, command-line tool that allows users to connect to Azure and execute administrative commands on Azure resources. It is designed to help users work quickly with Azure, with an emphasis on automation. The CLI is available across Azure services, and can be installed on Windows, macOS, or Linux. It can also be run in Azure Cloud Shell or used in within a Docker container.

Deploying Azure Bicep Templates using the Azure CLI

Deploying Azure Bicep Templates using the Azure CLI

Using the Azure CLI to deploy Azure Bicep templates can be used to more efficiently build Infrastructure as Code (IaC) deployment workflows for managing Microsoft Azure resources. Azure Bicep templates and the Azure CLI are both powerful tools for any DevOps Engineer...