From the course: Azure Infrastructure as Code with GitHub
Unlock this course with a free trial
Join today to access over 25,600 courses taught by industry experts.
Create the Azure Login Action
From the course: Azure Infrastructure as Code with GitHub
Create the Azure Login Action
- [Instructor] So we've got our workflow set up. Now it's time to add some actions. The first action we're going to need is an Azure login. On the right, you can see the search menu for the Actions Marketplace. Actions are community created. So there are a lot of options there and often you will find more actions than you need. If you can't find the action that you need, then you can use something like Azure PowerShell or Azure CLI. But let's start with logging in to Azure. If we go to the search field and search for Azure, the second one here is Azure Login, which we're going to use. You can see a check mark there that confirms that this action is created by the Azure team, so it's verified so that you know it's a secure and safe action to use. So if you click that, there is some code here that we can copy and paste. If it doesn't show up immediately, you can press the little triangle and take the last version.…
Contents
-
-
-
-
Create a service principal in Azure2m 32s
-
(Locked)
Create a secret in GitHub4m 40s
-
(Locked)
Set up a GitHub workflow3m 43s
-
(Locked)
Create the Azure Login Action3m 35s
-
(Locked)
Deploy the resource group2m 59s
-
(Locked)
Deploy an ARM or Bicep template through GitHub Actions4m 26s
-
(Locked)
Challenge: Create your own pipeline21s
-
(Locked)
Solution: Create your own pipeline40s
-
-
-
-