Azure Classroom Series – 02/Jun/2021

Azure Storage using PowerShell

  • Connecting to Azure Account
Connect-AzAccount
  • Azure PowerShell has cmdlets in the form of
<verb>-Az<noun>
  • Navigate to Refer Here and open the Reference

  • To find the powershell cmd-lets after installing Azure Powershell

Get-Command <pattern>
Get-Help <cmdlet> -Online

  • Find Cmdlets to

    • list the resource groups
    • create the resource group
    • list the storage accounts
    • create the storage account
    • Create the container in storage account
  • Refer Here for the powershell script containing cmd-lets to perform the above mentioned activites.

Data Transfer with AzCopy

Leave a Reply

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

About learningthoughtsadmin