Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to control Azure VMs using Powershell

Hello I´m trying to automate AZURE VM management like Amazon EC2. Is there any way to manage AZURE VM from Powershell like Amazon EC2 API ?. I can´t find API easily documentation or how to do it. Thanks in advance :)

like image 694
POLLOX Avatar asked Mar 09 '26 01:03

POLLOX


1 Answers

Windows Azure Management Cmdlets lists a number of AzureVM cmdlets.

  • Add-AzureDataDisk : Adds a new data disk to a virtual machine object.
  • Add-AzureProvisioningConfig : Adds the provisioning configuration to a Windows Azure virtual machine.
  • Add-AzureEndpoint : Adds a new endpoint to a Windows Azure virtual machine

  • Export-AzureVM : Exports a Windows Azure virtual machine state to a file.

.....and tonnes more

Do these not cover what you need?

like image 90
Preet Sangha Avatar answered Mar 10 '26 14:03

Preet Sangha



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!