You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jan 21, 2026. It is now read-only.
Copy file name to clipboardExpand all lines: Instructions/Labs/AZ400_M07_L13_Package_Management_with_Azure_Artifacts.md
+31-2Lines changed: 31 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -39,9 +39,38 @@ After you complete this lab, you will be able to:
39
39
40
40
### Exercise 0: Configure the lab prerequisites
41
41
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.
43
43
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
+

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
+

0 commit comments