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

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