From the course: Azure Infrastructure as Code with ARM, Bicep, Terraform, and Pulumi
Unlock the full course today
Join today to access over 24,200 courses taught by industry experts.
Getting started with Azure CLI - Azure Tutorial
From the course: Azure Infrastructure as Code with ARM, Bicep, Terraform, and Pulumi
Getting started with Azure CLI
- [Instructor] Azure resources are managed by rest-based APIs that support the creation, update, and deleting of services that they represent. The Azure portal uses the resource manager to animate these interfaces, but that's not exactly a repeatable process to go into the portal. Explaining to team members what to click on and where it is in the portal is cumbersome and prone to error. Because of this, since Azure was launched, there's been a need for being able to repeat the provisioning processes, and that resulted in some PowerShell cmdlets that interact with the API. This worked great for scenarios where Powershell's an option, but in the ever modernizing and Linux-based world, a need for a cross platform tool came to be, and what evolved was the Azure CLI, which is installable across platform, meaning Windows, Linux, and the Mac, but it provides a consistent interface for working with the resources in Azure from the command line. It's extensible and enables us to script the…
Contents
-
-
-
-
(Locked)
Getting started with Azure CLI2m 17s
-
Demo: Exploring Azure CLI5m 21s
-
(Locked)
Bash vs. PowerShell with Azure CLI2m 4s
-
(Locked)
Demo: Powershell scripting basics5m 51s
-
(Locked)
Demo: Bash scripting basics3m 46s
-
(Locked)
IaC coding patterns2m 20s
-
(Locked)
Challenge: Deploy web app from script19s
-
(Locked)
Solution: Deploy web app from script3m 43s
-
(Locked)
-
-
-
-
-