Azure CLI (Command Line Interface) allows developers and operations to complete nearly any scenario for management and automation of Azure resources in no time.
In this episode I give you introduction to what Azure CLI is and how can it solve your day to day development and operational challenges.
In a short demo I will show you how to
– What is CLI and how it works
– Using basic commands
– Listing and querying data
– Using multiple outputs
– Speeding up learning and working with az interactive mode
– Deploying resource groups and virtual machines in no time
– Schedule execution of runbooks
Code samples: https://github.com/MarczakIO/azure4everyone-samples/tree/master/azure-cli-introduction
Next steps for you after watching the video
1. Azure CLI documentation https://docs.microsoft.com/en-us/cli/azure/install-azure-cli?view=azure-cli-latest?WT.mc_id=AZ-MVP-5003556
2. Learn more about interactive mode
– https://docs.microsoft.com/en-us/cli/azure/interactive-azure-cli?view=azure-cli-latest&WT.mc_id=AZ-MVP-5003556
3. Learn how to query data using JSMEPath https://docs.microsoft.com/en-us/cli/azure/query-azure-cli?view=azure-cli-latest&WT.mc_id=AZ-MVP-5003556
### Want to connect?
– Blog https://marczak.io/
– Twitter https://twitter.com/MarczakIO
– Facebook https://www.facebook.com/MarczakIO
– LinkedIn https://www.linkedin.com/in/adam-marczak/
– Site https://azure4everyone.com
Source