Skip to content

Commit 4d3c6b6

Browse files
authored
Merge pull request #17859 from v-sissondan/delete-dvd-drives
Remove DVD drives from VM
2 parents 0f5aae5 + 2ffb5c8 commit 4d3c6b6

File tree

3 files changed

+17
-5
lines changed

3 files changed

+17
-5
lines changed

azure-local/manage/azure-arc-vms-faq.yml

Lines changed: 11 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ metadata:
66
author: alkohli
77
ms.author: alkohli
88
ms.service: azure-local
9-
ms.date: 05/02/2025
9+
ms.date: 06/09/2025
1010
sections: []
1111
title: FAQ for Azure Local VMs enabled by Azure Arc
1212
summary:
@@ -90,11 +90,19 @@ sections:
9090
Deleting a gallery image removes the image name from VM details. It doesn't affect the VMs that you created by using the image.
9191
9292
- question: |
93-
If I delete Azure Arc resource bridge, are the VMs also deleted?
93+
If I delete Azure Arc resource bridge, are the VMs also deleted?
9494
answer: |
9595
If you inadvertently remove Azure Arc resource bridge via the Azure portal, it results in the deletion of the Azure projection of the on-premises appliance VM. Importantly, this action doesn't affect your existing workloads.
96-
96+
9797
To restore the Azure projection of the Azure Arc resource bridge, run `az arcappliance create`. For more information, see [`az arcappliance create hci`](https://learn.microsoft.com/cli/azure/arcappliance/create?view=azure-cli-latest#az-arcappliance-create-hci).
9898
9999
If the on-premises appliance VM is accidentally deleted, you lose the ability to manage your VMs through the Azure portal. However, your workloads remain accessible through local on-premises tools like Windows Admin Center, Hyper-V, and PowerShell. To reinstate Azure Arc resource bridge, you need to redeploy it. For assistance with this process, contact Microsoft support.
100100
101+
- question: |
102+
How can I delete the empty DVD drives created during VM provisioning?
103+
answer: |
104+
Two DVD drives are created and used in Azure Local VMs during VM provisioning. The ISO files used during provisioning are removed after successfully creating the VM. However, you might see the empty drives visible for the VM.
105+
106+
To delete these drives in a Windows VM, use Device Manager to uninstall the drives. Depending on the flavor of Linux you are using, you can also delete them for Linux VMs.
107+
108+

azure-local/manage/create-arc-virtual-machines.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ ms.reviewer: alkohli
77
ms.topic: how-to
88
ms.service: azure-local
99
ms.custom: devx-track-azurecli
10-
ms.date: 04/23/2025
10+
ms.date: 06/09/2025
1111
---
1212

1313
# Create Azure Local virtual machines enabled by Azure Arc
@@ -690,6 +690,10 @@ You can use the Azure Verified Module (AVM) that contains the Terraform template
690690

691691
---
692692

693+
> [!NOTE]
694+
> - Two DVD drives are created and used in Azure Local VMs during VM provisioning. The ISO files used during provisioning are removed after successfully creating the VM. However, you might see the empty drives visible for the VM.
695+
> - To delete these drives in a Windows VM, use Device Manager to uninstall the drives. Depending on the flavor of Linux you are using, you can also delete them for Linux VMs.
696+
693697
## Use managed identity to authenticate Azure Local VMs
694698

695699
When the VMs are created on your Azure Local via Azure CLI or Azure portal, a system-assigned managed identity is also created that lasts for the lifetime of the VMs.

azure-local/manage/manage-arc-virtual-machines.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ author: alkohli
55
ms.author: alkohli
66
ms.topic: how-to
77
ms.service: azure-local
8-
ms.date: 03/27/2025
8+
ms.date: 06/09/2025
99
---
1010

1111
# Manage Azure Local VMs enabled by Azure Arc

0 commit comments

Comments
 (0)