如何删除 Azure 快照(还原点)

How to remove azure snapshots (Restore points)

我是一个孤独的开发者,继承了一个巨大的未记录的 azure 虚拟机混乱,没有任何类似系统管理员的培训,也没有实验室来测试东西。这个虚拟机可以很好地运行我们的网站,但我无法登录 VestaCp,因为磁盘 space 使用率为 100%。

我确实设置了 azure 来进行每日备份。现在我想知道 azure 是否以某种方式将它们存储在同一台机器上,例如它们是整个磁盘 space 的原因。 如果是这样,我该如何删除一组旧备份?

Now I'm wondering if azure somehow stores them on the same machine e.g. they're the cause of the full disk space.

正如官方document中提到的关于为虚拟机创建恢复服务保管库:

The location of Recovery Services vault determines the geographic region where your backup data is sent.

If you have virtual machines in multiple regions, create a Recovery Services vault in each region.

There is no need to specify the storage accounts used to store the backup data--the Recovery Services vault and the Azure Backup service automatically handle the storage.

据我了解,您的 VM 备份数据可能存储在由恢复服务保管库 (ARM) 和 Azure 备份服务 (ASM) 自动管理的存储帐户上。

此外,如果通过删除一组旧备份无法解决此问题,我假设您可以按照此tutorial to resize Azure VM OS or Data Disk created using Azure Service Manager (ASM) or this tutorial 调整 ARM VM OS 和数据磁盘的大小。