Skip to content

Commit 6424867

Browse files
author
gitName
committed
Fix DevOps Demo Generator
1 parent 5cb3afb commit 6424867

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

learn-pr/azure/publish-reusable-bicep-code-using-azure-pipelines/includes/3-exercise-set-up-environment.md

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -22,24 +22,24 @@ The modules in this learning path are part of a progression. For learning purpos
2222
2323
### Run the template
2424

25-
Run a template that sets up your Azure DevOps project.
25+
Run a template that sets up your Azure DevOps organization.
2626

27-
> [!div class="nextstepaction"]
28-
> [Run the template](https://azuredevopsdemogenerator.azurewebsites.net/?name=bicepreusable)
27+
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.
2928

30-
On the Azure DevOps Demo Generator site:
29+
1. When prompted to **Enter the template number from the list of templates**, enter **45** for **Publish reusable Bicep code by using Azure Pipelines**, then press **Enter**.
3130

32-
1. Select **Sign In**, and then agree to the site usage terms by selecting **Accept**.
31+
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.
3332

34-
1. On the **Create New Project** page, select your Azure DevOps organization and then, in the **New Project Name** box, enter a project name, such as _toy-reusable_.
33+
> [!NOTE]
34+
> 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.
3535
36-
:::image type="content" source="../media/3-create-new-project.png" alt-text="Screenshot of the Azure DevOps Demo Generator pane for creating a new project.":::
36+
1. Enter your Azure DevOps organization name, then press **Enter**.
3737

38-
1. Select **Create Project**.
38+
1. If prompted, enter your Azure DevOps PAT, then press **Enter**.
3939

40-
The template takes a few moments to run. It automatically creates a pipeline and Bicep file for you to work with in the next few exercises.
40+
1. Enter a project name such as *toy-reusable*, then press **Enter**.
4141

42-
1. Select **Navigate to project** to go to your project in Azure DevOps.
42+
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.
4343

4444
[!INCLUDE [](../../includes/cleanup-steps.md)]
4545

0 commit comments

Comments
 (0)