Skip to content

Commit bf7c1fa

Browse files
Steve DanielsonSteve Danielson
authored andcommitted
Update index of examples
1 parent 4d0ea3a commit bf7c1fa

File tree

1 file changed

+25
-22
lines changed

1 file changed

+25
-22
lines changed

docs/pipelines/ecosystems/ecosystems.md

Lines changed: 25 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -8,42 +8,47 @@ ms.manager: mijacobs
88
ms.author: sdanie
99
author: steved0x
1010
ms.custom: freshness-fy22q2
11-
ms.date: 06/23/2025
12-
featureFlags:
13-
- clicktale
11+
ms.date: 06/26/2025
1412
monikerRange: '<= azure-devops'
1513
---
1614

1715
# Create your Azure Pipelines ecosystem
1816

1917
[!INCLUDE [version-lt-eq-azure-devops](../../includes/version-lt-eq-azure-devops.md)]
2018

21-
You can select from the following languages and platforms to find guidance for building and deploying your app.
19+
The articles in this section provide examples of how to build and deploy applications using Azure Pipelines.
2220

2321
## Build your app
2422

2523
See the following topics for examples of building your app with any of the following languages.
2624

27-
- [.NET Core](dotnet-core.md)
28-
- [Anaconda](anaconda.md)
29-
- [Android](android.md)
30-
- [ASP.NET](../apps/aspnet/build-aspnet-4.md)
31-
- [C/C++ with GCC](../apps/c-cpp/gcc.md)
32-
- [C/C++ with VC++](../apps/windows/cpp.md)
33-
- [Containers](./containers/build-image.md)
34-
- [Go](go.md)
35-
- [Java](java.md)
36-
- [JavaScript and Node.js](javascript.md)
37-
- [PHP](php.md)
38-
- [Python](python.md)
39-
- [Ruby](ruby.md)
40-
- [Xcode](xcode.md)
41-
25+
- .NET
26+
- [.NET Core](ecosystems/dotnet-core.md)
27+
- [.NET Framework](apps/aspnet/build-aspnet-4.md)
28+
- JavaScript
29+
- [JavaScript quickstart](ecosystems/javascript.md)
30+
- [Customize JavaScript](ecosystems/customize-javascript.md)
31+
- [Node.js tutorial](ecosystems/nodejs-tutorial.md)
32+
- Python
33+
- [Python quickstart](ecosystems/python.md)
34+
- [Customize Python](ecosystems/customize-python.md)
35+
- [Python to web app](ecosystems/python-webapp.md)
36+
- [Anaconda](ecosystems/anaconda.md)
37+
- Java
38+
- [Java apps](ecosystems/java.md)
39+
- [Java to web App](ecosystems/java-webapp.md)
40+
- [Java to web app with MicroProfile](/azure/java/microprofile/cicd-microprofile)
41+
- [Android](ecosystems/android.md)
42+
- [Go](ecosystems/go.md)
43+
- [PHP](ecosystems/php.md)
44+
- [Ruby](ecosystems/ruby.md)
45+
- [Xcode](ecosystems/xcode.md)
4246

4347
## Deploy your app
4448

45-
See the following topics for information on dDeploy your app to any of the following platforms.
49+
See the following topics for information on deploying your app to any of the following platforms.
4650

51+
- [Deploy to Azure services](../overview-azure.md)
4752
- [Kubernetes](./kubernetes/deploy.md)
4853
- [Azure Stack](../targets/azure-stack.md)
4954
- [Azure SQL database](../targets/azure-sqldb.md)
@@ -54,5 +59,3 @@ See the following topics for information on dDeploy your app to any of the follo
5459
- [Virtual machine resources](../process/environments-virtual-machines.md)
5560
- [Web App for Containers](../apps/cd/deploy-docker-webapp.md)
5661
- [Windows VM](../apps/cd/deploy-webdeploy-iis-deploygroups.md)
57-
58-

0 commit comments

Comments
 (0)