Functionality of Azure Management Solutions

https://www.youtube.com/watch?v=6xp-K60ChAk&list=PLlVtbbG169nED0_vMEniWBQjSoxTsBYS3&index=28

Azure Resource Manager

  • Great for efficiently provisioning consistent resources multiple times

Azure Powershell Module

  • Cross platform

  • Imperative

  • Allows for automation

AZ CLI

  • Cross platform

  • Very similar to bash

Cloud Shell

  • Via the Azure Cloud interface, you can access the cloud command prompt that will let you write Powershell/CLI commands directly in Azure

    • This is accessible via the mobile app as well

Last updated