简体   繁体   English

将已停止的VM的公共IP地址分配给新VM

[英]Assign Public IP Address from Stopped VM to new VM

I have a stopped(deallocated) VM with reserved public IP. 我有一个带有保留公共IP的已停止(已解除分配)的VM。 I need to utilize the same IP for a new VM. 我需要为新VM使用相同的IP。 I used ARM to reserve Public IP address. 我使用ARM来保留公共IP地址。 How can I do that? 我怎样才能做到这一点? I'll be rally thankful if someone can help/point me in the right direction. 如果有人可以帮助/指出我正确的方向,我会感激不尽。

Thanks 谢谢

ARM VMs have Public IPs associated to their network cards (NICs) therefore you have two options to re-use the Public IP: ARM VM具有与其网卡(NIC)关联的公共IP,因此您有两种方法可以重用公共IP:

  1. Remove (dis-associate) the Public IP from the NIC and assign it to another VM's NIC 从NIC中删除(取消关联)公共IP并将其分配给另一个VM的NIC
  2. Remove the NIC from the Stopped VM and assign that to another VM 从已停止的VM中删除NIC并将其分配给另一个VM

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM