Azure Classroom Series – 02/Sept/2021

Azure Powershell

  • Azure Powershell will have cmd-lets which will be in the form of <verb>-Az<noun>
New-AzResourceGroup
List-AzResourceGroup
  • To find a cmdlet
Get-Command *-Az<service>
Get-Help <cmd-let> -online
  • Create a virtual network with six subnets by referring example Refer Here
  • Exercise: Create a nsg which opens 22,80 and 443 port from anywhere (inbound)
  • Exercise: Create a nsg which denies all the communication from data subnet and attach it to the web subnet.
  • Refer Here for the NSG created using Azure Powershell

Leave a Reply

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

Please turn AdBlock off
Floating Social Media Icons by Acurax Wordpress 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