Skip to content
This repository was archived by the owner on Jan 21, 2026. It is now read-only.

Commit a18d683

Browse files
committed
Update instructions
1 parent 4f02428 commit a18d683

1 file changed

Lines changed: 31 additions & 2 deletions

File tree

Instructions/Labs/AZ400_M07_L13_Package_Management_with_Azure_Artifacts.md

Lines changed: 31 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,9 +39,38 @@ After you complete this lab, you will be able to:
3939

4040
### Exercise 0: Configure the lab prerequisites
4141

42-
In this exercise, we want to remind you about validating the lab prerequisites, having both an Azure DevOps Organization ready, as well as having created the eShopOnWeb project. See the instructions above for more details.
42+
In this exercise, you will set up the prerequisites for the lab.
4343

44-
#### Task 1: Configuring the eShopOnWeb solution in Visual Studio
44+
#### Task 1: (skip if done) Create and configure the team project
45+
46+
In this task, you will create an **eShopOnWeb** Azure DevOps project to be used by several labs.
47+
48+
1. On your lab computer, in a browser window open your Azure DevOps organization. Click on **New Project**. Give your project the name **eShopOnWeb** and leave the other fields with defaults. Click on **Create**.
49+
50+
![Screenshot of the create new project panel.](images/create-project.png)
51+
52+
#### Task 2: (skip if done) Import eShopOnWeb Git Repository
53+
54+
In this task you will import the eShopOnWeb Git repository that will be used by several labs.
55+
56+
1. On your lab computer, in a browser window open your Azure DevOps organization and the previously created **eShopOnWeb** project. Click on **Repos > Files** , **Import a Repository**. Select **Import**. On the **Import a Git Repository** window, paste the following URL <https://github.com/MicrosoftLearning/eShopOnWeb.git> and click **Import**:
57+
58+
![Screenshot of the import repository panel.](images/import-repo.png)
59+
60+
1. The repository is organized the following way:
61+
- **.ado** folder contains Azure DevOps YAML pipelines.
62+
- **.devcontainer** folder container setup to develop using containers (either locally in VS Code or GitHub Codespaces).
63+
- **infra** folder contains Bicep&ARM infrastructure as code templates used in some lab scenarios.
64+
- **.github** folder container YAML GitHub workflow definitions.
65+
- **src** folder contains the .NET 8 website used on the lab scenarios.
66+
67+
#### Task 3: (skip if done) Set main branch as default branch
68+
69+
1. Go to **Repos > Branches**.
70+
1. Hover on the **main** branch then click the ellipsis on the right of the column.
71+
1. Click on **Set as default branch**.
72+
73+
#### Task 4: Configuring the eShopOnWeb solution in Visual Studio
4574

4675
In this task, you will configure Visual Studio to prepare for the lab.
4776

0 commit comments

Comments
 (0)