Inspecting Resources using Azure CLI
Description
Azure CLI is the command-line interface provided by Azure team with a set of commands used to create and manage Azure resources. While working with Azure CLI, you will get hands-on experience with different types of actions to manage the resources.
While working with the Azure Portal is convenient. However, there might be certain edge cases when you need to implement automation or process around automatic provisioning of the infrastructure. It is achieved by scripting the deployments and reusing them multiple times to have identical environments instead of managing the command line's cloud infrastructure.
In this beginner lab, you will learn Azure CLI's basic commands to interact with existing Azure resources.
Learning Objectives
Upon completion of this lab, you will be able to:
- Understand how Azure CLI works
- Use CLI Modules to interact with Azure resources
- Use the find module to search commonly used CLI commands
Intended Audience
- Candidates for Azure Administrator Certification
- Cloud Engineers
- Cloud Architects
- DevOps Engineers
Prerequisites
Familiarity with the following will be beneficial but is not required:
- Azure Services basics
- PowerShell familiarity is beneficial but not required
The following courses/courses and labs can be used to fulfill the prerequisite:
Updates
May 2nd, 2023 - Updated theia to include autosave