I am:
- Setting up a new dev instance of miq.
- Adding An Azure provider.
- getting the error in the subject line
I tried: creating an Azure AD application and service principal that can access resources. I got the client id ok. I am sure the subscription and tenant id are fine. I think the issue is the client key.
Per the microsoft docs above one can use either a certificate based authentication method or a password-based authentication method, which involves creating a secret in your app registration. It was easy. But when I load that secret in MIQ and try to validate it. I get the error mentioned above.
The logs say Timed out connecting to server
.
Any pointers out there? Thanks all. I know I ask a lot of questions.