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

Added instructions to set the main branch as default branch in labs where missing #586

Closed rob-foulkrod closed 3 months ago

rob-foulkrod commented 3 months ago

Multiple Labs

Related Issue #585

Link related Github Issue 🢂 Fixes #585

Checklist

Mark completed with "x" between brackets, "[x]", or checking the box once the PR is created:

Changes proposed in this pull request:

added the following additional step to the eShopOnWeb import process to set the default branch to main.

Task 3: (skip if done) Set main branch as default branch

  1. Go to Repos>Branches.
  2. Hover on the main branch then click the ellipsis on the right of the column.
  3. Click on Set as default branch.
LuizMacedo commented 3 months ago

@rob-foulkrod what if we add in the lab prerequisites (Validate lab environment) instead of every lab?

rob-foulkrod commented 3 months ago

That's fine. But we currently have the import steps in every lab. So it is included in the validate lab env steps.

If you want to delete and reference that. sounds good too. But I was moving as few pieces of cheese as possible. :)

LuizMacedo commented 3 months ago

Thanks @rob-foulkrod. Let's keep it for now but plan to review the pre-requisites and move to the validate lab environment in our next releases.