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
Copy file name to clipboardExpand all lines: articles/migrate/tutorial-app-containerization-azure-pipeline.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -21,8 +21,8 @@ Before you begin this tutorial, you should:
21
21
22
22
- Containerize and deploy your ASP.NET or Java web app using Azure Migrate App Containerization.
23
23
- A GitHub account, where you can create a repository. If you don't have one, you can [create one for free](https://github.com/).
24
-
- An Azure DevOps organization. If you don't have one, you can [create one for free](https://docs.microsoft.com/en-us/azure/devops/pipelines/get-started/pipelines-sign-up?view=azure-devops). (An Azure DevOps organization is different from your GitHub organization. You can give your DevOps organization and your GitHub organization the same name if you want alignment between them.) <br/> If your team already has one, then make sure you're an administrator of the Azure DevOps project that you want to use.
25
-
- An ability to run pipelines on Microsoft-hosted agents. You can either purchase a [parallel job](https://docs.microsoft.com/en-us/azure/devops/pipelines/licensing/concurrent-jobs?view=azure-devops) or you can request a free tier. To request a free tier, follow the instructions in [this article](https://docs.microsoft.com/en-us/azure/devops/pipelines/licensing/concurrent-jobs?view=azure-devops). Please note that it may take us 2-3 business days to grant the free tier.
24
+
- An Azure DevOps organization. If you don't have one, you can [create one for free](/azure/devops/pipelines/get-started/pipelines-sign-up?view=azure-devops). (An Azure DevOps organization is different from your GitHub organization. You can give your DevOps organization and your GitHub organization the same name if you want alignment between them.) <br/> If your team already has one, then make sure you're an administrator of the Azure DevOps project that you want to use.
25
+
- An ability to run pipelines on Microsoft-hosted agents. You can either purchase a [parallel job](/azure/devops/pipelines/licensing/concurrent-jobs?view=azure-devops) or you can request a free tier. To request a free tier, follow the instructions in [this article](/azure/devops/pipelines/licensing/concurrent-jobs?view=azure-devops). Please note that it may take us 2-3 business days to grant the free tier.
26
26
27
27
28
28
## Locate the artifacts
@@ -73,7 +73,7 @@ Before you create your pipeline, you should first create your service connection
73
73
1. In the bottom left corner, select **Project settings > Service connections**.
74
74
2. Select **new service connection**, select the **Docker Registry > Azure Container Registry** option for type of service connection that you need, and select Next.
75
75
3. Choose an authentication method, and select Next.
76
-
4. Enter the parameters for the service connection. The list of parameters differs for each type of service connection. For more information, see the [list of service connection types and associated parameters](https://docs.microsoft.com/azure/devops/pipelines/library/service-endpoints?view=azure-devops&tabs=yaml#common-service-connection-types).
76
+
4. Enter the parameters for the service connection. The list of parameters differs for each type of service connection. For more information, see the [list of service connection types and associated parameters](/azure/devops/pipelines/library/service-endpoints?view=azure-devops&tabs=yaml#common-service-connection-types).
77
77
5. Select **Save** to create the connection.
78
78
6.**Validate** the connection, once it's created and parameters are entered. The validation link uses a REST call to the external service with the information that you entered, and indicates whether the call succeeded.
79
79
7. Repeat the same steps for creating a service connection to your Azure Subscription by selecting **new service connection > Azure Resource Manager**.
@@ -93,4 +93,4 @@ Now that you've created both the service connections, you can configure your pip
93
93
8. Provide the resource ID for the Azure Resource Manager service connection as the value for the **dockerRegistryServiceConnection** variable.
94
94
9. When you're ready, **Save** to commit the new pipeline into your repo.
95
95
96
-
Your pipeline is all setup to build and deploy your containerized for Day 2 operations. You can [customize your pipeline](https://docs.microsoft.com/azure/devops/pipelines/customize-pipeline?view=azure-devops#prerequisite) to meet your organizational needs.
96
+
Your pipeline is all setup to build and deploy your containerized for Day 2 operations. You can [customize your pipeline](/azure/devops/pipelines/customize-pipeline?view=azure-devops#prerequisite) to meet your organizational needs.
0 commit comments