Looking for some help. Is there a way to use powershell to connect to Azure using a certificate, keyvault, or runas account?
1 Answer
Yes, you can create service principal and configure certificate-based authentication. Take a look on official docs for more details on how to set it up step by step.