Azure Classroom Series – 03/Dec/2021

Azure Powershell

  • Azure Powershell is azure cmdlets. Cmd-Lets will be in the form of verb-noun, Azure Powershell cmdlets will be in the form of <verb>-Az<noun>
  • To Search for the commands we can use a cmdlet
Get-Command `*-Az<search>`

Preview

  • Once you find the command, you can search for the help by using Get-Help -Online <cmd-let> i.e. Get-Help -Online New-AzResourceGroup Refer Here
  • To login into Azure from your System Connect-AzAccount
  • The other way of searching cmdlets Naviagate to the Refer Here powershell docs page and expand the references section and find the cmdlets Preview
  • Searching for SQL Server creation cmd let Preview
  • NOw Lets try to Create Azure SQL Server with Single Database
  • Refer Here for the script created in the class

Leave a Reply

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

Please turn AdBlock off
Plugin for Social Media by Acurax Wordpress Design Studio

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