尝试使用第二个自动化帐户在 Azure VM 上添加 start/stop 解决方案

Trying to add a start/stop solution on Azure VM using a second Automation account

我正在尝试在第二个自动化上添加 VM start/stop 解决方案,因为我无法在第一个自动化帐户上编辑解决方案以更改时间。无论如何,我已经删除了与第一个 Start/stop VM 解决方案有关的所有资源,我在第一个自动化帐户上拥有该解决方案。之后,我创建了第二个自动化帐户并尝试部署 start/stop 解决方案,但出现以下错误,

"The resource 'ScheduledStartStop_Parent' already exists in location 'eastus' in resource group 'VM'. A resource with the same name cannot be created in location 'australiacentral'. Please select a new resource name."

是否只有等待期才能真正从资源组中删除资源?因为我已经删除了这个资源,它仍然给我一个错误,说明它仍然存在。有人可以解释为什么会这样吗?非常感谢

当您删除启动停止解决方案时,它不会删除资源组中存在的所有与其相关的资源。要删除它们,遍历资源组,select隐藏项复选框,删除隐藏资源。供您参考,提供隐藏资源的快照。