Video description
Azure in GitHub ActionsAuthenticate to Azure with GitHub Actions
If you need to use GitHub Actions and interact with Azure resources, you'll need to authenticate properly. Authenticating is made easy by direct Action support in a workflow, but it requires a Service Principal created in a specific way that produces output that is required to go into a GitHub Secret.
Using a sample GitHub repository, the video lesson will cover all the details you need to …