Skip to content

Commit 0ed7f12

Browse files
committed
fix links 2
1 parent ac9b4da commit 0ed7f12

File tree

1 file changed

+4
-8
lines changed

1 file changed

+4
-8
lines changed

articles/jenkins/container-instances-jenkins.md

Lines changed: 4 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ ms.date: 08/31/2018
99

1010
Azure Container Instances (ACI) provides an on-demand, burstable, and isolated environment for running containerized workloads. Because of these attributes, ACI makes a great platform for running Jenkins build jobs at a large scale. This article walks through deploying and using a Jenkins server that's pre-configured with ACI as a build target.
1111

12-
For more information on Azure Container Instances, see [About Azure Container Instances][about-aci].
12+
For more information on Azure Container Instances, see [About Azure Container Instances](../container-instances/container-instances-overview.md).
1313

1414
## Deploy a Jenkins server
1515

@@ -38,7 +38,7 @@ For more information on Azure Container Instances, see [About Azure Container In
3838

3939
![Additional settings for Jenkins portal deployment](./media/container-instances-jenkins/jenkins-portal-02.png)
4040

41-
4. For service principal integration, select **Auto(MSI)** to have [managed identities for Azure resources][managed-identities-azure-resources] automatically create an authentication identity for the Jenkins instance. Select **Manual** to provide your own service principal credentials.
41+
4. For service principal integration, select **Auto(MSI)** to have [managed identities for Azure resources](../active-directory/managed-identities-azure-resources/overview.md) automatically create an authentication identity for the Jenkins instance. Select **Manual** to provide your own service principal credentials.
4242

4343
5. Cloud agents configure a cloud-based platform for Jenkins build jobs. For the sake of this article, select **ACI**. With the ACI cloud agent, each Jenkins build job is run in a container instance.
4444

@@ -124,9 +124,5 @@ If you encounter any bugs with the Jenkins plugins, file an issue in the [Jenkin
124124

125125
## Next steps
126126

127-
To learn more about Jenkins on Azure, see [Azure and Jenkins][jenkins-azure].
128-
129-
<!-- LINKS - internal -->
130-
[about-aci]: ../container-instances/container-instances-overview.md
131-
[jenkins-azure]: ./jenkins/overview.md
132-
[managed-identities-azure-resources]: ../active-directory/managed-identities-azure-resources/overview.md
127+
> [!div class="nextstepaction"]
128+
> [CI/CD to Azure App Service](java-deploy-webapp-tutorial.md)

0 commit comments

Comments
 (0)