Hi Brendan Tween,
The registration failure with "400 Bad Request" typically occurs due to conflicts with prior configurations or incomplete cleanup of previous ASR registrations. follow below steps to resolve the Issue:
Manually delete the ASR registration key from the registry after uninstalling the provider. This resolves conflicts from residual configurations. link: https://learn.microsoft.com/en-us/troubleshoot/azure/site-recovery/getting-started/vault-registration-fails
Remove-Item -Path "HKLM:\SOFTWARE\Microsoft\Azure Site Recovery\Registration" -Recurse -Force
Download a new vault credentials file within 48 hours of registration attempts. Expired credentials often cause 400 errors.
Test connectivity to ASR endpoints beyond standard FQDNs:
Test-NetConnection pod01-id1.<region>.backup.windowsazure.com -Port 443
Replace <region>
with your vault's actual region.
Create a new Recovery Services vault in the same Azure region as your Hyper-V hosts. This bypasses potential vault metadata corruption.
Reference:
https://learn.microsoft.com/en-us/azure/site-recovery/hyper-v-azure-tutorial
Please let me know if you face any challenge here, I can help you to resolve this issue further
Provide your valuable Comments.
Please do not forget to "Accept the answer” and “upvote it” wherever the information provided helps you, this can be beneficial to other community members.it would be greatly appreciated and helpful to others.