A central hub of Azure cloud migration services and tools to discover, assess, and migrate workloads to the cloud.
Hello Ronald Chellappah,
Welcome to the Microsoft Q&A and thank you for posting your questions here.
I understand that you are asking on how you can fix Error ID110032 - Error Message "Policy configuration couldn't be performed for the policy migratevc-ofa011280sitepolicy."
The failure is not caused by the source VM or by an incorrect migration policy design. It is caused by the Azure Migrate replication infrastructure being unable to access the required cache/replication storage account and/or Key Vault secret during the replication policy association stage. In confirmed scenarios, this commonly appears with provider error 31482 / HTTP 403 Forbidden, which indicates an authentication, authorization, SAS, Key Vault, storage firewall, or network access issue. - https://learn.microsoft.com/en-us/troubleshoot/azure/azure-storage/blobs/authentication/storage-troubleshoot-403-errors, and https://learn.microsoft.com/en-us/azure/storage/blobs/assign-azure-role-data-access gave more insights.
The best practice to resolve is to:
- Enable the system-assigned managed identity on the Azure Migrate-linked Recovery Services vault.
- Grant the vault managed identity, and the Azure Migrate project managed identity if present, the required permissions on the cache storage account.
- Grant the same identities the required Key Vault secret access.
- Validate storage networking, firewall, trusted services, Private Endpoint, and DNS configuration.
- Wait for RBAC propagation, then retry replication.
After the correct managed identity permissions, Key Vault access, and storage networking configuration are applied, the replication policy association should complete successfully and the affected VMs should proceed to initial replication.
Use the below official Microsoft resources for more reading and steps:
- https://learn.microsoft.com/azure/migrate/migrate-support-matrix
- https://learn.microsoft.com/azure/migrate/concepts-vmware-agentless-migration
- https://learn.microsoft.com/azure/migrate/troubleshoot-network-connectivity
- https://learn.microsoft.com/azure/migrate/migrate-vmware-servers-to-azure-using-private-link
- https://learn.microsoft.com/azure/storage/blobs/assign-azure-role-data-access
- https://learn.microsoft.com/troubleshoot/azure/azure-storage/blobs/authentication/storage-troubleshoot-403-errors
- https://learn.microsoft.com/azure/key-vault/general/rbac-guide
I hope this is helpful! Do not hesitate to let me know if you have any other questions, steps or clarifications.
Please don't forget to close up the thread here by upvoting and accept it as an answer if it is helpful.