Azure Classroomnotes 20/Mar/2023

AAD Contd…

Azure Interfaces

  • To interact with Azure we have 3 popular interfaces
    • Portal
    • Command Line:
      • Azure CLI
      • Azure Powershell
    • SDK: By Programming languages
    • REST API

Azure CLI

  • This is a simple command line tool which is cross platform and works from anywhere
  • Installation Refer Here
  • To Sign in Refer Here
  • To sign in az login and signout az logout
  • Azure CLI commands
az <service> [<sub-command>] <action> --arg1 value1 ... -arg2 value2
  • Example
az group list
  • Refer Here for the reference docs
  • Lets create a custom role in Azure using CLI Refer Here
  • We have uploaded the Azure custom rbac role from cli and updated the assignable scope Refer Here

Azure Powershell

  • This is collection of cmd lets from microsoft Azure to interact using powershell
  • Refer Here
  • To sign in Connect-AzAccount and signout Disconnect-AzAccount
  • Try Creating a custom role in Azure Powershell Refer Here

Published
Categorized as Uncategorized Tagged

By continuous learner

devops & cloud enthusiastic learner

Leave a Reply

This site uses Akismet to reduce spam. Learn how your comment data is processed.

Please turn AdBlock off
Social Network Widget by Acurax Small Business Website Designers

Discover more from Direct DevOps from Quality Thought

Subscribe now to keep reading and get access to the full archive.

Continue reading

Visit Us On FacebookVisit Us On LinkedinVisit Us On Youtube