Azure / login

Connect to Azure
MIT License
308 stars 291 forks source link

Clarity on the use of 'auth-type' and its values #493

Open MadeehaKhan opened 14 hours ago

MadeehaKhan commented 14 hours ago

Hi, I've been trying to deploy a static web app from Azure, and I believe I have all the pieces set up for a service principle with OIDC, but am still seeing the following error:

Image

Here is what my workflow file looks like: `jobs: build_job: runs-on: self-hosted steps:

I don't know what I could be doing wrong, since I am not seeing any errors when I deploy my app to preview, and my runner is just telling me that my job failed.

MoChilia commented 4 hours ago

Hi @MadeehaKhan, have you installed azure-cli on your runner?