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
You should first have the **Azure DevOps Demo Generator**app ready by following the steps outlined in the [configure section](configure.md). This app will automate the process of creating a new Azure DevOps project within your organization that is prepopulated with content (work items, repos, etc.) required for the labs.
15
+
This article explains how to use the **Azure DevOps Demo Generator**application to quickly create a new Azure DevOps project prepopulated with sample content, such as work items, repositories, and other resources needed for labs and demonstrations.
16
16
17
-
When you run the application you will see the information about predefined templates, choose the template by entering the corresponding number
Set up the Demo Generator application by following the steps in the [configure section](configure.md).
21
20
22
-
####Select the authentication method
21
+
## Select your authentication method for Demo Generator
23
22
24
-
You have 2 methods to authenticate to use the Azure DevOps Demo Generator app:
23
+
Use one of the following methods to authenticate to the Azure DevOps Demo Generator app:
25
24
26
-
1. Device Login using AD authentication
27
-
Register Your Application in Azure AD. Check out the [Register and Application](/entra/identity-platform/quickstart-register-app?tabs=certificate%2Cexpose-a-web-api#register-an-application) documentation for more details.
25
+
-**Microsoft Entra:**[Register your application in Microsoft Entra](/entra/identity-platform/quickstart-register-app?tabs=certificate%2Cexpose-a-web-api#register-an-application).
28
26
29
-
* Login with the code displayed
27
+
* Sign in with the displayed code.
28
+
* Select an organization to create a project from the list.
30
29
31
-
* After the login, organizations will be listed and select an organization to create project
> [](../demo-gen/media/102.png#lightbox)
35
-
36
-
1. Sign in with a [Personal Access Token (PAT)](../organizations/accounts/use-personal-access-tokens-to-authenticate.md#creating-pats) with the following scopes:
32
+
-**Personal Access Token (PAT):** Sign in with a [Personal Access Token (PAT)](../organizations/accounts/use-personal-access-tokens-to-authenticate.md#creating-pats) with the following scopes:
@@ -43,35 +39,37 @@ Register Your Application in Azure AD. Check out the [Register and Application](
43
39
| vso.dashboards_manage | Team dashboards (manage) |
44
40
| vso.extension_manage | Extensions (read and manage) |
45
41
| vso.profile | User profile (read) |
46
-
| vso.project_manage | Project and team (read, write and manage) |
47
-
| vso.release_manage | Release (read, write, execute and manage) |
48
-
| vso.serviceendpoint_manage | Service Endpoints (read, query and manage) |
42
+
| vso.project_manage | Project and team (read, write, and manage) |
43
+
| vso.release_manage | Release (read, write, execute, and manage) |
44
+
| vso.serviceendpoint_manage | Service Endpoints (read, query, and manage) |
49
45
| vso.test_write | Test management (read and write) |
50
46
| vso.variablegroups_write | Variable Groups (read, create) |
51
47
| vso.work_full | Work items (full) |
52
48
53
-
Enter the organization name and the Personal Access Token (PAT). Provide the project name and press enter to create a project
54
-
55
-
> [!div class="mx-imgBorder"]
56
-
> [")](../demo-gen/media/103.png#lightbox)
49
+
Enter the organization name and the PAT. Provide the project name and press enter to create a project
57
50
58
-
#### Select your organization
59
-
60
-
1. Select the organization you will use to host the project created by the Azure DevOps Demo Generator. (You may have multiple organizations of which you are a member, and which are associated with your login, so choose carefully.) Provide a name for your project (such as "MyProjectDemo" ) that you and other contributors can use to identify it as a demo project.
51
+
> [!div class="mx-imgBorder"]
52
+
> [")](../demo-gen/media/103.png#lightbox)
61
53
62
-
There are several templates available, including **eShopOnWeb**, which defines a team project for an .NET app that deploys to Azure App Service; **PartsUnlimited**, which defines an ASP.NET app with customized CI/CD pipelines; and **MyShuttle**, which defines a Java app and Azure App Service deployment. If you are following a lab from [Azure DevOps Labs](https://www.azuredevopslabs.com), select the **DevOps Labs** section to choose the template
54
+
## Create your demo project
63
55
64
-
> [!NOTE]
65
-
> All templates provide fictional Azure DevOps users and pre-populated Agile planning and tracking work items and data, along with source code in an Azure Repos Git repo, as well as access to Azure Pipelines.
56
+
To create your demo project, do the following steps:
66
57
67
-
Some templates may require additional extensions to be installed to your organization. The demo generation process checks to see if these extensions are already installed. If the extension is **not** installed, provide your consent to install extension by pressing **Y** or **Yes** to install the extension(s) to your account. When ready, press enter to **Create Project**.
58
+
1. Select the organization where you want to host the project created by the Azure DevOps Demo Generator. If you belong to multiple organizations associated with your credentials, choose the appropriate one.
59
+
2. Enter a project name, such as "MyProjectDemo," that you and other contributors can easily identify as a demo project.
60
+
3. Choose from several available templates, such as:
61
+
-**eShopOnWeb**: a .NET app that deploys to Azure App Service
62
+
-**PartsUnlimited**: an ASP.NET app with customized CI/CD pipelines
63
+
-**MyShuttle**: a Java app with Azure App Service deployment.
64
+
If you're following a lab from [Azure DevOps Labs](https://www.azuredevopslabs.com), select the **DevOps Labs** section to choose the relevant template.
68
65
69
-
> [!NOTE]
70
-
> If you want to manually install the extensions, click on the provided link for a specific extension, which takes you to the extension's page on Azure DevOps Marketplace. From there, you can install the extension.
66
+
Use templates that provide fictional Azure DevOps users, prepopulated Agile work items and data, source code in an Azure Repos Git repo, and access to Azure Pipelines.
67
+
4. (Optional) Manually install any required extensions by selecting the provided link for each extension. This link opens the extension's page in the Azure DevOps Marketplace, where you can install it.
68
+
5. (Optional) Approve the installation of other required extensions when prompted. If the demo generation process detects missing extensions, consent by pressing **Y** or **Yes**, then press **Enter** to create the project.
71
69
72
-
2.Your project may take a couple of minutes for the Demo Generator to provision.
70
+
Your project might take a few minutes for the Demo Generator to create.
73
71
74
-
> [!div class="mx-imgBorder"]
75
-
> :::image type="content" source="media/104.png" alt-text="Required extensions setup in organization" lightbox="media/104.png":::
0 commit comments