From the course: Azure Infrastructure as Code with GitHub
Unlock this course with a free trial
Join today to access over 25,500 courses taught by industry experts.
Solution: Create your own pipeline
From the course: Azure Infrastructure as Code with GitHub
Solution: Create your own pipeline
(energetic music) - [Instructor] So your workflow files should now look something like this. On line 24, you can see that it uses the Ubuntu agent provided by GitHub. Then online 31, it does an Azure login. Line 39, it will create a resource group using PowerShell, and if we scroll down at line 48, it will deploy the ARM template. The line numbers, of course, might be different in the workflow that you have created. If you want to make sure that you have the correct file or you have some issues and you don't know why, you can find the solution in the GitHub repository in the link.
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
-
-
-
-