It seems you are facing issue with registering your Azure Site Recovery (ASR) appliance for protecting physical servers. Based on the error message you provided, it looks like the registration is failing due to an internal error related to incorrect parameters being passed during authentication.
Make sure that the Tenant ID being used is correct. The error message indicates that an invalid parameter for AgentAuthenticationSpn:TenantId
was passed. Double-check the Tenant ID in your configuration.
Check the Azure user account used for registration has the necessary permissions to register the appliance with the recovery services vault.
Look into the logs located in the %ProgramData%\\ASRLogs
folder for any additional error messages that may provide more context on the failure.
Ensure that the system clock on your appliance is synchronized and not more than 15 minutes off from the local time, as time discrepancies can lead to authentication issues.
If the above steps do not resolve the issue, consider reinstalling the ASR appliance and ensuring that all parameters are correctly configured during the setup.
Refer to the following Microsoft documentation link:
https://learn.microsoft.com/en-us/azure/site-recovery/physical-azure-set-up-source#common-issues
Hope the above provided information help you resolve the issue, if you have any further concerns or queries, please feel free to reach out to us.