How to create a windows VM using Powershell || How to access VM in different ways | Azure Windows VM

Опубликовано: 18 Июнь 2026
на канале: Haripriya Manne
617
11

How to create a windows VM using Power shell

Portal Link: https://portal.azure.com/

Powershell Commands:
Create a Resource Group: New-AzResourceGroup -Name 'test' -Location 'EastUS'

Create a Windows VM:
New-AzVm `
-ResourceGroupName 'test' `
-Name 'myVM' `
-Location 'East US' `
-VirtualNetworkName 'myVnet' `
-SubnetName 'mySubnet' `
-SecurityGroupName 'myNetworkSecurityGroup' `
-PublicIpAddressName 'myPublicIpAddress' `
-OpenPorts 80,3389

Delete Resource Group using Poweshell:
Remove-AzResourceGroup -Name 'test'

How to create a Virtual Machine in Azure || How to access VM in different ways || Azure VM Video Link:    • How to create a Windows Virtual Machine in...  

#infinitummedia #shecreates #haripriyamanne #haripriyaazure

How to schedule AZ-900: Microsoft Azure Fundamentals exam for free of cost || AZ-900 Certification:    • How to schedule  AZ-900: Microsoft Azure F...  

Follow me on:
► Subscribe to my Channel: https://bit.ly/3lcOCAT
►Instagram: https://bit.ly/3wh2RLd
►Website: https://bit.ly/3wzCxex

If you have any queries can mail me at
[email protected]

Azure Tutorials Playlist Link:    • Azure Certification Videos  

Earn Money in the online Playlist link:    • Earn Money  

LWR and LWC Playlist link:    • LWC and LWR Videos  

Follow Web Designing Tutorials for Beginners:    • Web Designing Tutorials for Beginners  

Follow Python Tutorials:    • Python Tutorials for Beginners  

Want to Work with Augmented Reality and Virtual Reality(AR & VR) follow this Playlist    • Augmented Reality(AR) Projects  

If you want to develop games then don't be late to visit this playlist of almost 40 Tutorials made just learn by using the below link
Follow Unity 2D Game Development Creepy Cat Tutorials:
   • Unity 2D Game Development Creepy Cat Tutor...