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 ReplyCancel reply

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

Please turn AdBlock off
Social Media Icons Powered by Acurax Web Design Company

Discover more from Direct DevOps from Quality Thought

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

Continue reading

Exit mobile version
%%footer%%