Azure / azureml-examples

Official community-driven Azure Machine Learning examples, tested with GitHub Actions.
https://docs.microsoft.com/azure/machine-learning
MIT License
1.73k stars 1.41k forks source link

chore: Use OIDC to authenticate to Azure in Github Actions #3253

Closed kdestin closed 3 months ago

kdestin commented 3 months ago

Description

This pull request updates our workflows to use OpenID Connect (OIDC) to connect to Azure, in line guidance to avoid using Entra App Client Secrets.

Checklist