
所有虛擬機器都處於錯誤代碼「NetworkingInternalOperationError」狀態,因為先前的刪除操作逾時且沒有刪除任何資源。我們現在無法刪除,我嘗試了“重新申請”、“重新部署”,但沒有任何幫助。好心提醒。因為這是 AME 租戶,所以刪除的唯一選擇是透過Geneva Actions/OnebranchApprovalService 嗎?
答案1
您可以嘗試使用 PowerShell,然後使用 -Force
# Forcefully remove the VM
Remove-AzVM -ResourceGroupName $resourceGroupName -Name $vmName -Force