Create multiple VM's with Powershell

Опубликовано: 12 Октябрь 2024
на канале: Pachehra Talks
345
8

In this video we learned creating multiple VM's with powershell , using min effort to prepare base infrastructure to perform the Lab.
New-AzVm -ResourceGroupName $resourceGroup -Name "myVM" -Location $location -VirtualNetworkName "myVnet" -SubnetName "mySubnet" -SecurityGroupName "myNetworkSecurityGroup" -PublicIpAddressName "myPublicIpAddress" -ProximityPlacementGroup $ppg.Id
https://pachehra.blogspot.com/

   • Terraform with Azure : Count , length...  
   • Terraform with Azure : Workspaces  
   • Terraform with Azure : Variables & In...  
   • Terraform with Azure  Part-1  
   • Video  
   • Video  
   • AZ-300 Introductory Video  
   • AZ-300 Configure Diagnostics settings...  
   • AZ-300 Create Action Groups  
   • AZ-300 Alerts and baseline resources  

My name is Arun Pachehra and i am an IT Professional & a fitness enthusiast. Its been more than 12 years working with various technologies and now i am planning to share with you all. As per plan i am going to publish the entire Az 300 series first and if things would go as planned then a lot of stuff would come your way including Q&A , Production issues and various interesting stuff.