Issues was a format of the credential file. the command was seeing an extra space. I renamed file and it successfully found the file.
Install Azure replication on Hyper V Core
I was able to install the ASR package on my hyperV core box but have an issue with registration. I got an error that credential file not found. I verified the credential file is on c:\temp.
this is the process I followed.
If you're running a Hyper-V core server, download the setup file and follow these steps:
Extract the files from AzureSiteRecoveryProvider.exe to a local directory by running this command:
AzureSiteRecoveryProvider.exe /x:. /q
Run .\setupdr.exe /i. Results are logged to %Programdata%\ASRLogs\DRASetupWizard.log.
Register the server by running this command:
cd "C:\Program Files\Microsoft Azure Site Recovery Provider\DRConfigurator.exe" /r /Friendlyname "HyperCore" /Credentials "c:\temp"
error : Checking if Credentials file exists.
Credential file not found. Please provide a valid vault credentials file path.
Credential file not found. Please provide a valid vault credentials file path.