Delete VMware ASR configuration from Recovery Services vault

srv-asr 20 Reputation points
2024-02-22T03:51:11.9833333+00:00

I set up a VMware Appliance for ASR and was able replicate a VM into Azure. However it turns out I set it up into a Recovery Services vault that I shouldn't have.

I deleted the appliance from VMware and I am trying to delete the config from Azure.

I click on the vault, then Site Recovery infrastructure and under "For VMware & Physical machines" I click "ASR Replication Appliances". I see the appliance, "L1AsrApp (10.4.10.27)". It says critical, some things are Healthy, some are Critical. Under Discovered Items, I see my vcenter, it says "Connected". But I do not see a way to delete.

I tried to follow https://video2.skills-academy.com/en-us/azure/site-recovery/physical-manage-configuration-server#delete-or-unregister-a-configuration-server

In Azure portal, browse to Site Recovery Infrastructure > Configuration Servers from the Vault menu.

There is nothing that says "Configuration Servers" in Site Recovery Infastrucure.

Using powershell, it says :

$vault = Get–AzRecoveryServicesVault –Name <name of your vault> Set-AzRecoveryServicesAsrVaultContext –Vault $vault

$Fabric = Get–AzRecoveryServicesAsrFabric –FriendlyName <name of your configuration server>

Remove–AzRecoveryServicesAsrFabric –Fabric $Fabric –Force

I tried this but got:

Name : 7577c2c2-37fe-403d-8d1b-b879d4120260

ID : /Subscriptions/49fe8180-18f2-4d05-aa68-d2836a9c9157/resourceGroups/cf-dc-fw/providers/Microsoft.RecoveryServices/vaults/cf-dc-backup-vault/repl icationJobs/7577c2c2-37fe-403d-8d1b-b879d4120260 Type : Microsoft.RecoveryServices/vaults/replicationJobs JobType : PurgeVMM DisplayName : Delete the server ClientRequestId : a5d0187a-b06d-41e1-b370-53848fcc5aff ActivityId: b9a81690-65bc-401e-a377-6976bb898e1e State : Failed StateDescription : Failed StartTime : 2/21/2024 7:42:55 PM EndTime : 2/21/2024 7:42:55 PM TargetObjectId : 0666fa30-43bb-5810-9807-879ddce2ba33 TargetObjectType : Server TargetObjectName : cf-dc-backup-vault-vmwarefabric AllowedActions : {Restart} Tasks : {Prerequisites check for deleting the server, Deleting the server} Errors : {PurgeFabricPreflightChecksTask} How can I remove this Vcenter ASR configuration from my Azure vault?

thanks

Azure Site Recovery
Azure Site Recovery
An Azure native disaster recovery service. Previously known as Microsoft Azure Hyper-V Recovery Manager.
672 questions
{count} votes

Accepted answer
  1. SadiqhAhmed-MSFT 40,446 Reputation points Microsoft Employee
    2024-03-05T17:39:40.7166667+00:00

    @srv-asr Sorry for the confusion. I understand that you disabled replication, deleted protected servers and now looking to delete the appliance. Product team confirmed that there isn't an option to remove the modern appliance at the moment and they are working on enabling this option.

    In cases like this, customers delete the vault and complete resource group itself.

    Sorry for the inconvenience this must have caused!

    Hope this answers your question. Let us know if you have any further questions in this matter.


    If the response helped, do "Accept Answer" and up-vote it

    0 comments No comments

0 additional answers

Sort by: Most helpful