Azure Classroomnotes 10/Apr/2022

Azure Powershell

  • For Powershell sessions Refer Here
  • Powershell will have cmdlets. Collection of cmdlets and others (functions) is referred as Module
  • To connect to Az account
Connect-AzAccount
# or
Connect-AzAccount -DeviceCode
  • Try to find a powershell command to create a resource group
Get-Command '*-AzResource*'
# From the cmd lets found choose the right cmdlet
Get-Help 'New-AzResourceGroup'
# Explore examples and look at the Output type and properties
  • Try to find a powershell command to create a virtual network
  • Refer Here for the changes done
  • Add Peering connection Refer Here for the powershell connection

Azure Private Link and Endpoint

  • Azure private endpoint is a network interface that uses a private IP adderss from your virtual network.
  • This network interface connects you private and securely to service (Thats powered by Azure Private Link)

Published
Categorized as Uncategorized Tagged

By continuous learner

devops & cloud enthusiastic learner

Leave a ReplyCancel reply

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

Please turn AdBlock off
Animated Social Media Icons by Acurax Responsive Web Designing 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%%