This commit is contained in:
Dave McKinstry 2019-09-23 08:35:33 -06:00
Родитель 41d4be3fda
Коммит beecb2f21d
3 изменённых файлов: 5 добавлений и 20 удалений

6
404.md
Просмотреть файл

@ -1,9 +1,3 @@
---
layout: page
title: 404 - Page not found
permalink: /404.html
---
Sorry, we can't find that page that you're looking for. You can try again by going [back to the homepage]({{ site.baseurl }}/).
[<img src="{{ site.baseurl }}/images/404.jpg" alt="Constructocat by https://github.com/jasoncostello" style="width: 400px;"/>]({{ site.baseurl }}/)

Просмотреть файл

@ -3,23 +3,19 @@
1. Browse to the [Azure DevOps Demo Generator site](https://azuredevopsdemogenerator.azurewebsites.net/) by click the link, or copy `https://azuredevopsdemogenerator.azurewebsites.net/` into your browser's URL field.
2. Click **Sign In** and provide the Microsoft or Azure AD account credentials associated with an organization in Azure DevOps Services. If you don't have an organization, click on **Get Started for Free** to create one and then log in with your credentials.
![Image of VSTS Demo Generator V2 login](./About-Azure-DevOps-Demo-Generator/images/homepage.png)
1. After you sign in, select **Accept** to grant the Demo Generator permissions to access your Azure DevOps account.
1. Select the organization you will use to host the project created by the Azure DevOps Demo Generator. (You may have multiple accounts 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.
![Image of the generator main page](./About-Azure-DevOps-Demo-Generator/images/mainpage.png)
Lastly, select the demo project template you want to provision by clicking the **Choose Template** button.
![Image of VSTS Demo Generator template selection screen](./About-Azure-DevOps-Demo-Generator/images/templateselection.png)
>The default template is **SmartHotel360**, which contains complete ASP.NET 2 web mobile and desktop business apps for a hotel, and can be deployed using Docker containers. Other templates include **MyHealthClinic**, which defines a team project for an ASP.NET Core 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.
>All four 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.
@ -30,17 +26,14 @@ Lastly, select the demo project template you want to provision by clicking the *
2. Your project may take a couple of minutes for the Demo Generator to provision. When it completes, you will be provided with a link to the demo project.
![Image of Azure DevOps Demo Generator project created screen](./About-Azure-DevOps-Demo-Generator/images/projectcreated.png)
1. Select the **Navigate to project** button to the new demo Azure DevOps Services project and confirm it was successfully provisioned.
![Image of Azure DevOps Demo Generator provision confirmation screen](./About-Azure-DevOps-Demo-Generator/images/projecthomepage.png)
> You must provide your own information such as URLs, logins, password, and others for the configuration of project endpoints that use Azure resources.
-------------
Next: [Building your own template](./Using-The-Template-Extractor.md)
Next: [Building your own template](./Using-The-Template-Extractor.md)

Просмотреть файл

@ -38,9 +38,9 @@ Setup an Azure DevOps project and make sure it is ready to be extracted. The ext
## Provisioning your project from your custom template
1. Return back to the generator page or re-open it again if you have already closed it. You should use the **enableextractor=true** query parameter in the URL.
1. Return back to the generator page or re-open it again if you have already closed it.
1. Select **Choose Template**
1. Select **Choose Template**
1. You will see a new tab labelled **Private**. Select the tab.
@ -48,8 +48,6 @@ Setup an Azure DevOps project and make sure it is ready to be extracted. The ext
1. Click **OK** to close the dialog. Choose **Create Project** to start provisioning a project
-------------
Previous: [Using the Generator](/About-Azure-DevOps-Demo-Generator/Using-the-Generator)
Previous: [Using the Generator](./Using-the-Generator.md)