Azure - CL & Commands

          

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.
  1. To install Azure CLI -> https://aka.ms/installazurecliwindows
  2. Below are some of common commands.

    Commands
    Login -  az login
    Resource group -  az group
    Keyvault - az keyvault
    Find commands - az find

No comments:

Post a Comment

Move Github Sub Repository back to main repo

 -- delete .gitmodules git rm --cached MyProject/Core git commit -m 'Remove myproject_core submodule' rm -rf MyProject/Core git remo...