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 know to get a working GitHub workflow step to authenticate to Azure and then use the Azure CLI to perform operations.
Learning ObjectivesIn this lesson you will learn:
- Create a GitHub Action workflow to login to Azure
- Create an Azure Service Principal with enough permissions
- Add a GitHub Actions Secret from the Service Principal
- Run the workflow that uses the Azure CLI
Table of contents
Product information
- Title: Azure in GitHub Actions
- Author(s):
- Release date: June 2022
- Publisher(s): Pragmatic AI Labs
- ISBN: 50140VIDEOPAIML
You might also like
book
Azure Infrastructure as Code
Master ARM templates, Bicep, and other Azure Infrastructure-as-Code tools, techniques, and practices to build infrastructure on …
video
DevOps with Azure
Azure DevOps is everything you need to build your software product from beginning to end. This …
book
Hands-on GitHub Actions: Implement CI/CD with GitHub Action Workflows for Your Applications
Implement continuous integration/continuous delivery (CI/CD) workflows for any application you develop through GitHub Actions. This book …
book
Hands-On Azure for Developers
Gain practical skills with Azure and understand how to start developing scalable and easy-to-maintain cloud applications …