如何调整使用共享 IP 配置的 Azure 开发测试实验室 VM 的大小

How do I resize an Azure DevTest Lab VM that uses shared IP configuration

这可能是一个非常愚蠢的问题,但这里...

我在 Azure 开发测试实验室中有一个使用共享 IP 配置创建的虚拟机。我现在需要更改大小,但失败并显示消息

Resizing virtual machine with shared IP configuration is not supported.

很公平。我尝试为 'Configuration and policies - Virtual networks' blade 中的现有实验室子网禁用共享 public IP,然后重试调整大小操作。相同的错误消息。

我现在的思路是创建一个没有共享 public IP 的不同虚拟网络,迁移 VM 以使用它并尝试调整大小。

有更简单的方法吗?或者更好的方法?

默认情况下,当创建 VM 时启用共享 IP 配置时,public IP 地址及其网络接口被禁用。您可以 启用 public IP 地址,然后调整您的实验室 VM 的大小,这对我有效。

导航到开发测试实验室--->我的虚拟机(VM 名称)--->virtualnetwork/subnet--->设备(nic)--->IP 配置--->Public IP 地址---> 已启用。

我按照 https://www.c-sharpcorner.com/article/assign-static-public-ip-address-to-azure-vm/ 中的说明进行操作:

  1. Login to MS Azure portal
  2. Click “Virtual Machines” from the left menu.
  3. Select an existing virtual machine from the list.
  4. Under Settings, click "Networking".
  5. Click "Network Interface".
  6. Under Settings, click "IP Configurations".
  7. Click IP configuration (e.g. ipconfig1).
  8. Under Public IP address settings, for Public IP address click Enabled.
  9. Click “IP address”.
  10. Click “Create New”.
  11. Under Assignment, select Static.
  12. Click OK.
  13. Click Save to save the changes to the network interface.

无需更改 PIP 配置,Go -- VM Blade -- Select VM -- Go Size (Under Settings) -- Select the size -- Click Resize