Skip to content

Commit 5639745

Browse files
Merge pull request #50230 from ShawnKupfer/WB1768
Fix DevOps Demo Generator
2 parents 5144424 + 334e767 commit 5639745

File tree

1 file changed

+21
-10
lines changed

1 file changed

+21
-10
lines changed

learn-pr/azure-devops/run-non-functional-tests-azure-pipelines/includes/3-set-up-environment.md

Lines changed: 21 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -30,21 +30,32 @@ The modules in this learning path are part of a progression that follows the Tai
3030

3131
Run a template that sets up your Azure DevOps organization.
3232

33-
> [!div class="nextstepaction"]
34-
> [Run the template](https://azuredevopsdemogenerator.azurewebsites.net/?x-ms-routing-name=self&name=run-non-functional-tests&azure-portal=true)
33+
1. [Get and run the ADOGenerator project](https://github.com/microsoft/AzDevOpsDemoGenerator/blob/main/docs/RunApplication.md) in Visual Studio or the IDE of your choice.
3534

36-
On the Azure DevOps Demo Generator site, follow these steps to run the template.
35+
1. When prompted to **Enter the template number from the list of templates**, enter **33** for **Run non-functional tests in Azure Pipelines**, then press **Enter**.
3736

38-
1. Select **Sign In** and accept the usage terms.
39-
1. On the **Create New Project** page, select your Azure DevOps organization, then enter a project name such as *Space Game - web - Nonfunctional tests*.
37+
1. Choose your authentication method. You can [set up and use a Personal Access Token (PAT)](/azure/devops/organizations/accounts/use-personal-access-tokens-to-authenticate#create-a-pat) or use device login.
4038

41-
:::image type="content" source="../media/3-create-new-project.png" alt-text="Screenshot for Creating a project through the Azure DevOps Demo Generator.":::
39+
> [!NOTE]
40+
> If you set up a PAT, If you set up a PAT, make sure to authorize the necessary [scopes](/azure/devops/integrate/get-started/authentication/oauth#scopes). For this module, you can use **Full access**, but in a real-world situation, you should ensure you grant only the necessary scopes.
4241
43-
1. Select **Yes, I want to fork this repository**, then select **Authorize**.
44-
1. Select **Create Project**.
42+
1. Enter your Azure DevOps organization name, then press **Enter**.
4543

46-
The template takes a few moments to run.
47-
1. Select **Navigate to project** to go to your project in Azure DevOps.
44+
1. If prompted, enter your Azure DevOps PAT, then press **Enter**.
45+
46+
1. Enter a project name such as *Space Game - web - Nonfunctional tests*, then press **Enter**.
47+
48+
1. Once your project is created, go to your Azure DevOps organization in your browser (at `https://dev.azure.com/<your-organization-name>/`) and select the project.
49+
50+
### Fork the repository
51+
52+
If you haven't already, create a fork of the **mslearn-tailspin-spacegame-web-deploy** repository.
53+
54+
1. On GitHub, go to the [mslearn-tailspin-spacegame-web-deploy](https://github.com/MicrosoftDocs/mslearn-tailspin-spacegame-web-deploy) repository.
55+
56+
1. Select **Fork** at the top-right of the screen.
57+
58+
1. Choose your GitHub account as the **Owner**, then select **Create fork**.
4859

4960
> [!IMPORTANT]
5061
> The [Clean up your Azure DevOps environment](/training/modules/run-non-functional-tests-azure-pipelines/6-clean-up-environment?azure-portal=true) page in this module contains important cleanup steps. Cleaning up helps ensure that you don't run out of free build minutes. Be sure to perform the cleanup steps even if you don't complete this module.

0 commit comments

Comments
 (0)