|
6 | 6 |
|
7 | 7 | # Validate lab environment |
8 | 8 |
|
9 | | -# Student lab manual |
| 9 | +## Student lab manual |
10 | 10 |
|
11 | 11 | ## Instructions to create an Azure DevOps Organization (you only have to do this once) |
12 | 12 |
|
@@ -47,29 +47,29 @@ In this exercise, you will set up the prerequisites for the lab, which consist o |
47 | 47 |
|
48 | 48 | In this task, you will create an **eShopOnWeb** Azure DevOps project to be used by several labs. |
49 | 49 |
|
50 | | -1. On your lab computer, in a browser window open your Azure DevOps organization. Click on **New Project**. Give your project the following settings: |
51 | | -- name: **eShopOnWeb** |
52 | | -- visibility: **Private** |
53 | | -- Advanced: Version Control: **Git** |
54 | | -- Advanced: Work Item Process: **Scrum** |
| 50 | +1. On your lab computer, in a browser window open your Azure DevOps organization. Click on **New Project**. Give your project the following settings: |
| 51 | + - name: **eShopOnWeb** |
| 52 | + - visibility: **Private** |
| 53 | + - Advanced: Version Control: **Git** |
| 54 | + - Advanced: Work Item Process: **Scrum** |
55 | 55 |
|
56 | | -1. Click **Create**. |
| 56 | +2. Click **Create**. |
57 | 57 |
|
58 | 58 |  |
59 | 59 |
|
60 | 60 | #### Task 2: Import eShopOnWeb Git Repository |
61 | 61 |
|
62 | 62 | In this task you will import the eShopOnWeb Git repository that will be used by several labs. |
63 | 63 |
|
64 | | -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**: |
| 64 | +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**: |
65 | 65 |
|
66 | 66 |  |
67 | 67 |
|
68 | | -1. The repository is organized the following way: |
69 | | - - **.ado** folder contains Azure DevOps YAML pipelines |
70 | | - - **.devcontainer** folder container setup to develop using containers (either locally in VS Code or GitHub Codespaces) |
| 68 | +2. The repository is organized the following way: |
| 69 | + - **.ado** folder contains Azure DevOps YAML pipelines. |
| 70 | + - **.devcontainer** folder container setup to develop using containers (either locally in VS Code or GitHub Codespaces). |
71 | 71 | - **.azure** folder contains Bicep&ARM infrastructure as code templates used in some lab scenarios. |
72 | 72 | - **.github** folder container YAML GitHub workflow definitions. |
73 | 73 | - **src** folder contains the .NET 6 website used on the lab scenarios. |
74 | 74 |
|
75 | | -You have now completed the necessary prerequisite steps to continue with the different individual labs for this AZ-400 course. |
| 75 | +You have now completed the necessary prerequisite steps to continue with the different individual labs for this AZ-400 course. |
0 commit comments