I am using the SAP Hana 2.0 & trying to implement the SAP HANA backup using the Azure Recovery vault.
For that, I have to run the file "msawb-plugin-config-com-sap-hana.sh". So it was showing the error as Failed to connect AAD1 service.
Anyone knows the issue. please resolve.
I am facing the same issue too. I'm working with SAP Hana running on a SUSE 15sp1 Azure VM, with network connectivity established by the use of NSG service tags as from https://learn.microsoft.com/en-us/azure/backup/backup-azure-sap-hana-database.
Looking inside the script I noticed that a curl request is used to run connectivity checks
If I run curl manually, changing the options in order to make it display the whole of the command output, it returns the following:
This error is reported as a closed issue on the curl Github repo (https://github.com/curl/curl/issues/4409). It looks like if it would be solved by subsequent curl release.
Mine is 7.60.0. Latest is 7.73.0. Unfortunately 7.60 seems to be the latest available in SUSE repos and I do not want to intall not officially approved packages on a production system.
So in my case the only way out would be to run the script with the
--skip-network-checks
parameter.