Skip to content

Commit 98410c6

Browse files
authored
Merge pull request #280097 from ankitaduttaMSFT/appliance
appliance
2 parents 09dbda6 + 15c2471 commit 98410c6

File tree

4 files changed

+83
-0
lines changed

4 files changed

+83
-0
lines changed
Lines changed: 81 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,81 @@
1+
---
2+
title: Remove an Azure Site Recovery replication appliance
3+
description: Learn how to remove an Azure Site Recovery replication appliance using the Azure portal.
4+
author: ankitaduttaMSFT
5+
ms.service: site-recovery
6+
ms.topic: how-to
7+
ms.date: 07/04/2024
8+
ms.author: ankitadutta
9+
---
10+
11+
# How to Delete the Replication Appliance
12+
13+
14+
## Overview
15+
16+
The Azure Site Recovery replication appliance is a virtual machine that runs on-premises and replicates data from your on-premises servers to Azure for disaster recovery purposes. You can delete the appliance from the Azure portal, when you no longer need it.
17+
18+
This article provides a step-by-step guide for removing the Azure Site Recovery replication appliance from the Azure portal.
19+
20+
21+
## Before you begin
22+
23+
There are two ways to remove the replication appliance: **delete** and **reset**. If all the components of the appliance are in a healthy state and the appliance is still accessible, you're allowed to only *reset* the appliance. Resetting moves the appliance to its factory state, enabling it to be associated with any Recovery Service vault again.
24+
25+
If all the appliance components are in a critical state and there's no connectivity with the appliance, it can be *deleted* from the Azure portal. Before deleting the Recovery Services vault, you must also *remove infrastructure* to ensure that all the resources created in the background for replication and appliance registration are also removed. However, before you delete the Azure Site Recovery replication appliance, you must complete some preparatory steps to avoid errors.
26+
27+
28+
## Prerequisites
29+
30+
Before you delete the Azure Site Recovery replication appliance, ensure that you *disable replication of all servers* using the Azure Site Recovery replication appliance. To do this, go to Azure portal, select the Recovery Services vault > *Replicated items* blade. Select the servers you want to stop replicating, select **Stop replication**, and confirm the action.
31+
32+
33+
### Delete an unhealthy appliance
34+
35+
You can only delete the Azure Site Recovery replication appliance from the Azure portal if all components are in a critical state and the appliance is no longer accessible.
36+
37+
> [!IMPORTANT]
38+
> The appliance must be unhealthy (in a critical state) for at least 30 minutes before it is eligible for deletion. If the appliance is healthy, you can only reset it. Ensure that you have disabled replication for all servers before deleting the appliance.
39+
40+
41+
To delete an appliance, follow these steps:
42+
43+
1. Sign in to the Azure portal.
44+
2. Go to the *Recovery Services vault* > *Site Recovery infrastructure* (under **Manage**), select Azure Site Recovery *replication appliances* under **For VMware & Physical machines**.
45+
3. For the Azure Site Recovery replication appliance you want to delete, select **Delete** from its menu.
46+
47+
:::image type="content" source="./media/delete-appliance/delete.png" alt-text="Screenshot of Site Recovery appliance page.":::
48+
49+
1. Confirm that no replicated items are associated with the replication appliance. If there are replicated items associated, a pop-up appears to block the appliance deletion.
50+
51+
:::image type="content" source="./media/delete-appliance/notification.png" alt-text="Screenshot of pop-up notification.":::
52+
53+
1. If no replicated items are associated with the appliance, a pop-up appears to inform you about the Microsoft Entra ID Apps that must be deleted. Note these App IDs and proceed with deletion.
54+
55+
56+
### Post delete appliance
57+
58+
After successfully deleting the Azure Site Recovery replication appliance, you can:
59+
60+
- Free up resources used by the Azure Site Recovery replication appliance, such as the storage account, network interface, and public IP address.
61+
- Delete the Recovery Services vault if it is no longer needed.
62+
- Remove Microsoft Entra Apps with the Azure Site Recovery replication appliance. To do this, go to Azure portal > *Microsoft Entra ID* > *App registrations* under the *Manage* blade. Select the app that you should delete, and select **Delete** then confirm the action. You can learn the app names by following the steps [here](#delete-an-unhealthy-appliance).
63+
64+
65+
## Reset a healthy appliance
66+
67+
You can only reset the Azure Site Recovery replication appliance if all components are in a healthy state. To reset the appliance, follow these steps:
68+
69+
1. On the Azure portal, go to the appliance you want to reset.
70+
Ensure that no replicated items are associated with this appliance.
71+
1. On **Microsoft Azure Appliance Configuration Manager**, go to the *Reset appliance* section and select **Reset**.
72+
1. If no machines are associated with the appliance, the reset begins.
73+
1. Once completed successfully, ensure the following:
74+
- Open `Services.msc` and restart the service `World Wide Web Publishing Service`.
75+
- Clear the cache for Microsoft Edge or other browsers being used. Restart the browser after the cache cleanup. Learn more [here](https://www.microsoft.com/edge/learning-center/how-to-manage-and-clear-your-cache-and-cookies).
76+
- Restart the machine.
77+
78+
79+
## Next steps
80+
81+
In this article, you learned how to delete the Azure Site Recovery replication appliance from the Azure portal. You can now free up the associated resources and delete the Recovery Services vault as needed.
150 KB
Loading
92.9 KB
Loading

articles/site-recovery/toc.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -299,6 +299,8 @@
299299
href: vmware-physical-azure-classic-deprecation.md
300300
- name: Set up disaster recovery at scale
301301
href: vmware-physical-large-deployment.md
302+
- name: Delete or reset an appliance
303+
href: delete-appliance.md
302304
- name: Set up networking
303305
items:
304306
- name: Manage network interfaces for on-premises to Azure replication

0 commit comments

Comments
 (0)