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: Add testing to your workflow

Solution: Add testing to your workflow

(upbeat music) - [Instructor] If the challenge went right, then your Bicep template filled in the pipeline and it was not deployed to Azure. To do that, you needed to create a "built the template" action before you actually deploy. If we look at the main.bicep file, we have created an error in Line 9 where we refer to resourceGroup().location instead of the parameter location that is on Line 3. That means that the location parameter is unused. If we now look at bicepconfig.json, you'll see that every rule has the level error instead of warning. If you've done it like that, then your pipeline should have filled.

Contents