Scenario: Use Azure CLI to execute commands & perform operations.
Solution:
Per Azure docs:
The Azure Command-Line Interface (CLI) is a cross-platform command-line tool that can be installed locally on Windows computers. You can use the Azure CLI for Windows to connect to Azure and execute administrative commands on Azure resources.
- To install Azure CLI -> https://aka.ms/installazurecliwindows
- Below are some of common commands.
Commands
Login - az login
Resource group - az group
Keyvault - az keyvault
Find commands - az find
Commands
Login - az login
Resource group - az group
Keyvault - az keyvault
Find commands - az find
No comments:
Post a Comment