Skip to content

Commit d3a38e8

Browse files
committed
2 parents cf3e085 + 4745372 commit d3a38e8

File tree

157 files changed

+1912
-1907
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

157 files changed

+1912
-1907
lines changed

learn-pr/azure-devops/create-a-build-pipeline/includes/5-set-up-environment.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ Run a template that sets up your Azure DevOps organization.
2121
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.
2222

2323
> [!NOTE]
24-
> 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.
24+
> 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.
2525
2626
1. Enter your Azure DevOps organization name, then press **Enter**.
2727

learn-pr/azure-devops/create-release-pipeline/includes/4-set-up-environment.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ Run a template that sets up your Azure DevOps organization.
3434
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.
3535

3636
> [!NOTE]
37-
> 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). In this module, you can use **Full access**, but in a real-world situation, you should ensure you grant only the necessary scopes.
37+
> If you set up a PAT, make sure to authorize the necessary [scopes](/azure/devops/integrate/get-started/authentication/oauth#scopes). In this module, you can use **Full access**, but in a real-world situation, you should ensure you grant only the necessary scopes.
3838
3939
1. Enter your Azure DevOps organization name, then press **Enter**.
4040

learn-pr/azure-devops/deploy-azure-functions/includes/3-set-up-environment.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ Run a template that sets up your Azure DevOps organization.
3939
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.
4040

4141
> [!NOTE]
42-
> 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.
42+
> 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.
4343
4444
1. Enter your Azure DevOps organization name, then press **Enter**.
4545

learn-pr/azure-devops/deploy-docker/includes/3-set-up-environment.md

Lines changed: 19 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -27,27 +27,34 @@ The modules in this learning path form a progression. You follow the Tailspin we
2727

2828
### Run the template
2929

30-
Run a template that sets up your Azure DevOps organization:
30+
Run a template that sets up your Azure DevOps organization.
3131

32-
> [!div class="nextstepaction"]
33-
> [Run the template](https://azuredevopsdemogenerator.azurewebsites.net/?x-ms-routing-name=self&name=DeployDockercontainers&azure-portal=true)
32+
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.
3433

35-
From the Azure DevOps Demo Generator site, follow these steps to run the template:
34+
1. When prompted to **Enter the template number from the list of templates**, enter **39** for **Automate Docker container deployments with Azure Pipelines**, then press **Enter**.
3635

37-
1. Select **Sign In** and accept the usage terms.
36+
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.
3837

39-
1. On the **Create New Project** page, select your Azure DevOps organization. Enter a project name such as *Space Game - web - Docker*.
38+
> [!NOTE]
39+
> 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.
4040
41-
:::image type="content" source="../media/3-create-new-project.png" alt-text="Screenshot of creating a project through Azure DevOps Demo Generator.":::
41+
1. Enter your Azure DevOps organization name, then press **Enter**.
4242

43-
1. Select **Yes, I want to fork this repository** > **Authorize**. If prompted, authorize access to your GitHub account.
43+
1. If prompted, enter your Azure DevOps PAT, then press **Enter**.
4444

45-
> [!IMPORTANT]
46-
> You need to select this option so the template can connect to your GitHub repository. Make sure to select the checkbox even if you've already forked the *Space Game* repository. The template will use your existing fork.
45+
1. Enter a project name such as *Space Game - web - Docker*, then press **Enter**.
46+
47+
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.
48+
49+
### Fork the repository
50+
51+
If you haven't already, create a fork of the **mslearn-tailspin-spacegame-web-docker** repository.
52+
53+
1. On GitHub, go to the [mslearn-tailspin-spacegame-web-docker](https://github.com/MicrosoftDocs/mslearn-tailspin-spacegame-web-docker) repository.
4754

48-
1. Select **Create Project**.
55+
1. Select **Fork** at the top-right of the screen.
4956

50-
1. Select **Navigate to project** to go to your project in Azure DevOps.
57+
1. Choose your GitHub account as the **Owner**, then select **Create fork**.
5158

5259
> [!IMPORTANT]
5360
> In this module, the [Clean up your Azure DevOps environment](/training/modules/deploy-docker/5-clean-up-environment?azure-portal=true) page contains important cleanup steps. Cleaning up helps ensure that you don't run out of free build minutes. Be sure to follow the cleanup steps even if you don't complete this module.

learn-pr/azure-devops/deploy-kubernetes/includes/3-set-up-environment.md

Lines changed: 19 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -28,27 +28,34 @@ In this section, you run a template to create your project in Azure DevOps.
2828

2929
### Run the template
3030

31-
Run the template to set up your Azure DevOps project for this module:
31+
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=Deploymulti-containersolutionstoKubernetes&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-
From the Azure DevOps Demo Generator portal, follow these steps to run the template:
35+
1. When prompted to **Enter the template number from the list of templates**, enter **40** for **Automate multi-container deployments to Azure Kubernetes Services with Azure Pipelines**, then press **Enter**.
3736

38-
1. Select **Sign In** and agree to the terms of use.
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.
3938

40-
1. On the **Create New Project** page, select your Azure DevOps organization and provide a project name, such as *Space Game - web - Kubernetes*.
39+
> [!NOTE]
40+
> 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.
4141
42-
:::image type="content" source="../media/3-create-new-project.png" alt-text="Screenshot of the Azure DevOps Demo Generator showing the process to create the project.":::
42+
1. Enter your Azure DevOps organization name, then press **Enter**.
4343

44-
1. Select **Yes, I want to fork this repository**, and then **Authorize**. If a window pops up, grant permission to access your GitHub account.
44+
1. If prompted, enter your Azure DevOps PAT, then press **Enter**.
4545

46-
> [!IMPORTANT]
47-
> Selecting this option is necessary for the template to connect to your GitHub repository. Please choose it even if you have already forked the *Space Game* repository as the template will use your existing fork.
46+
1. Enter a project name such as *Space Game - web - Kubernetes*, then press **Enter**.
4847

49-
1. Select **Create Project** and wait for the template to finish running, which might take a few minutes.
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.
5049

51-
1. Select **Navigate to project** to access your project in Azure DevOps.
50+
### Fork the repository
51+
52+
If you haven't already, create a fork of the **mslearn-tailspin-spacegame-web-kubernetes** repository.
53+
54+
1. On GitHub, go to the [mslearn-tailspin-spacegame-web-kubernetes](https://github.com/MicrosoftDocs/mslearn-tailspin-spacegame-web-kubernetes) 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**.
5259

5360
> [!IMPORTANT]
5461
> The unit [Clean up your Azure DevOps environment](/training/modules/deploy-kubernetes/5-clean-up-environment?azure-portal=true) in this module includes crucial steps for cleanup. It is recommended to perform these steps to avoid running out of free build minutes. Even if you don't finish this module, it is important to follow the cleanup steps.

learn-pr/azure-devops/host-build-agent/includes/3-set-up-environment.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ Run a template that sets up your Azure DevOps organization.
2323
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.
2424

2525
> [!NOTE]
26-
> 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.
26+
> 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.
2727
2828
1. Enter your Azure DevOps organization name, then press **Enter**.
2929

learn-pr/azure-devops/implement-code-workflow/includes/3-set-up-environment.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ Run a template that sets up your Azure DevOps organization.
2424
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.
2525

2626
> [!NOTE]
27-
> 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.
27+
> 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.
2828
2929
1. Enter your Azure DevOps organization name, then press **Enter**.
3030

learn-pr/azure-devops/manage-build-dependencies/includes/3-set-up-environment.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ Run a template that sets up your Azure DevOps organization.
2424
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.
2525

2626
> [!NOTE]
27-
> 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.
27+
> 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.
2828
2929
1. Enter your Azure DevOps organization name, then press **Enter**.
3030

learn-pr/azure-devops/manage-release-cadence/includes/3-set-up-environment.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ Run a template that sets up your Azure DevOps organization.
3939
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.
4040

4141
> [!NOTE]
42-
> 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.
42+
> 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.
4343
4444
1. Enter your Azure DevOps organization name, then press **Enter**.
4545

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ Run a template that sets up your Azure DevOps organization.
3737
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.
3838

3939
> [!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.
40+
> 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.
4141
4242
1. Enter your Azure DevOps organization name, then press **Enter**.
4343

0 commit comments

Comments
 (0)