You can move a VM to a new subnet with the management portal or Windows PowerShell Commands
Get-AzureVM -ServiceName "<CloudServiceName>"
-Name "<VMName>"
Set-AzureSubnet -SubnetName "<SubnetName>"
Update-AzureVM
Get-AzureVM -ServiceName "<CloudServiceName>"
-Name "<VMName>"
Set-AzureSubnet -SubnetName "<SubnetName>"
Update-AzureVM
No comments:
Post a Comment