An Azure native disaster recovery service. Previously known as Microsoft Azure Hyper-V Recovery Manager.
Hi Satish,
About fabric resource Id you need to set the VM resource ID as parameter or with the below format:
fabricObjectId: resourceId('Microsoft.Compute/virtualMachines','<VM Name>')
There are some improvements that You can use if add modules to your bicep development:
https://learn.microsoft.com/en-us/azure/azure-resource-manager/bicep/modules
I recommend you follow the documentation of each resouce bicep deployment:
- https://learn.microsoft.com/en-us/azure/templates/microsoft.recoveryservices/vaults/replicationfabrics/replicationprotectioncontainers/replicationprotectioncontainermappings?pivots=deployment-language-bicep
- https://learn.microsoft.com/en-us/azure/templates/microsoft.recoveryservices/vaults/replicationfabrics/replicationprotectioncontainers/replicationprotecteditems?pivots=deployment-language-bicep
- https://learn.microsoft.com/en-us/azure/templates/microsoft.recoveryservices/vaults/replicationfabrics/replicationprotectioncontainers/replicationprotecteditems?pivots=deployment-language-bicep
Cheers,
Luis Arias
If the information helped address your question, please Accept the answer.