MicrosoftLearning / AZ400-DesigningandImplementingMicrosoftDevOpsSolutions

AZ-400 Course Repository for Labs and Demos.
https://microsoftlearning.github.io/AZ400-DesigningandImplementingMicrosoftDevOpsSolutions/
MIT License
540 stars 1k forks source link

M02-Configure agent pools and understanding pipeline styles #575

Closed WigF1 closed 3 months ago

WigF1 commented 4 months ago

Contact Details

steve@wigf1.net

What happened?

Exercise : 02 Task: 01 Step: 21

Description of issue:

The lab says to replace line 13 which says vmImage: windows-latest

However, line 13 actually contains vmImage: ubuntu-latest

This confuses students because at first glance they think they need to change the line from ubuntu to windows.

It should read

On the eShopOnWeb edit pane, in the existing YAML-based pipeline, replace line 13 which says vmImage: ubuntu-latest designating the target agent pool the following content, designating the newly created self-hosted agent pool:

What happened?

Exercise : 02 Task: 01 Step: 22

Description of issue:

After changing the YAML, there is no 'Save and Run' in the UI. student should be directed to click 'Validate and save'

image

They will also then need to click Run twice.

What happened?

Exercise : 03 Step: 04

Description of issue:

Students are directed to return the YAML to its original state, however, that would require entering ubuntu-latest on line 13, not windows-latest as instructed.

image

Lab

Configuring agent pools and understanding pipeline styles

Relevant screenshots

image

image

Do you want to help us? 👏

ahsan296 commented 4 months ago

Recently I made this lab accordingly now its workable fine.

LuizMacedo commented 3 months ago

@WigF1 it is fixed. Please, next time create separate issues for tracking purposes. Thanks.