Skip to content

Commit cbe714b

Browse files
authored
Merge pull request #8043 from MicrosoftDocs/users/sdanie/430121
Update Ecosystems index page
2 parents 1b5fbcd + 4f523ed commit cbe714b

27 files changed

+39
-154
lines changed

docs/pipelines/ecosystems/ecosystems.md

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

17-
# Create your Azure Pipelines ecosystem
15+
# Azure Pipelines ecosystem examples
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.
22-
23-
::: moniker range="<=azure-devops"
19+
The articles in this section provide examples of how to build and deploy applications using Azure Pipelines.
2420

2521
## Build your app
2622

27-
Build your app with any of the following languages.
28-
29-
::: moniker-end
30-
31-
::: moniker range="<=azure-devops"
32-
33-
:::row:::
34-
:::column:::
35-
:::image type="icon" source="./media/index/logo_aspnetcore.png":::
36-
[.NET Core](dotnet-core.md)
37-
:::column-end:::
38-
:::column:::
39-
:::image type="icon" source="./media/index/logo_anaconda.png":::
40-
[Anaconda](anaconda.md)
41-
:::column-end:::
42-
:::column:::
43-
:::image type="icon" source="./media/index/logo_android.png":::
44-
[Android](android.md)
45-
:::column-end:::
46-
:::column:::
47-
:::image type="icon" source="./media/index/logo_net.png":::
48-
[ASP.NET](../apps/aspnet/build-aspnet-4.md)
49-
:::column-end:::
50-
:::row-end:::
51-
52-
:::row:::
53-
:::column:::
54-
:::image type="icon" source="./media/index/logo_Cplusplus.png":::
55-
[C/C++ with GCC](../apps/c-cpp/gcc.md)
56-
:::column-end:::
57-
:::column:::
58-
:::image type="icon" source="./media/index/logo_visual-studio.png":::
59-
[C/C++ with VC++](../apps/windows/cpp.md)
60-
:::column-end:::
61-
:::column:::
62-
:::image type="icon" source="./media/index/logo_dockercontainer.png":::
63-
[Containers](./containers/build-image.md)
64-
:::column-end:::
65-
:::column:::
66-
:::image type="icon" source="./media/index/logo_go.png":::
67-
[Go](go.md)
68-
:::column-end:::
69-
:::row-end:::
70-
71-
:::row:::
72-
:::column:::
73-
:::image type="icon" source="./media/index/logo_java.png":::
74-
[Java](java.md)
75-
:::column-end:::
76-
:::column:::
77-
:::image type="icon" source="./media/index/logo_nodejs.png":::
78-
[JavaScript and Node.js](javascript.md)
79-
:::column-end:::
80-
:::column:::
81-
:::image type="icon" source="./media/index/logo_php.png":::
82-
[PHP](php.md)
83-
:::column-end:::
84-
:::column:::
85-
:::image type="icon" source="./media/index/logo_python.png":::
86-
[Python](python.md)
87-
:::column-end:::
88-
:::row-end:::
89-
90-
:::row:::
91-
:::column:::
92-
:::image type="icon" source="./media/index/logo_ruby.png":::
93-
[Ruby](ruby.md)
94-
:::column-end:::
95-
:::column:::
96-
:::image type="icon" source="./media/index/logo_uwp.png":::
97-
[UWP](/previous-versions/azure/devops/pipelines/apps/windows/universal)
98-
:::column-end:::
99-
:::column:::
100-
:::image type="icon" source="./media/index/logo_xcode.png":::
101-
[Xcode](xcode.md)
102-
:::column-end:::
103-
:::column:::
104-
:::column-end:::
105-
:::row-end:::
106-
107-
::: moniker-end
108-
109-
::: moniker range="<=azure-devops"
23+
See the following topics for examples of building your app with the following languages.
24+
25+
- .NET
26+
- [.NET Core](./dotnet-core.md)
27+
- [.NET Framework](../apps/aspnet/build-aspnet-4.md)
28+
- JavaScript
29+
- [JavaScript quickstart](./javascript.md)
30+
- [Customize JavaScript](./customize-javascript.md)
31+
- [Node.js tutorial](./nodejs-tutorial.md)
32+
- Python
33+
- [Python quickstart](./python.md)
34+
- [Customize Python](./customize-python.md)
35+
- [Python to web app](./python-webapp.md)
36+
- [Anaconda](./anaconda.md)
37+
- Java
38+
- [Java apps](./java.md)
39+
- [Java to web App](./java-webapp.md)
40+
- [Java to web app with MicroProfile](/azure/java/microprofile/cicd-microprofile)
41+
- [Android](./android.md)
42+
- [Go](./go.md)
43+
- [PHP](./php.md)
44+
- [Ruby](./ruby.md)
45+
- [Xcode](./xcode.md)
11046

11147
## Deploy your app
11248

113-
Deploy your app to any of the following platforms.
114-
115-
::: moniker-end
116-
117-
::: moniker range="<=azure-devops"
118-
119-
:::row:::
120-
:::column:::
121-
:::image type="icon" source="./media/index/logo_kubernetes.png":::
122-
[Kubernetes](./kubernetes/deploy.md)
123-
:::column-end:::
124-
:::column:::
125-
:::image type="icon" source="./media/index/azure-stack.png":::
126-
[Azure Stack](../targets/azure-stack.md)
127-
:::column-end:::
128-
:::column:::
129-
:::image type="icon" source="./media/index/sqldatabase.png":::
130-
[Azure SQL database](../targets/azure-sqldb.md)
131-
:::column-end:::
132-
:::column:::
133-
:::image type="icon" source="./media/index/app-service-web.png":::
134-
[Azure Web Apps](../targets/webapp.md)
135-
:::column-end:::
136-
:::row-end:::
137-
138-
:::row:::
139-
:::column:::
140-
:::image type="icon" source="./media/index/logo_linux-color.png":::
141-
[Linux VM](/azure/devops/pipelines/apps/cd/deploy-linuxvm-deploygroups)
142-
:::column-end:::
143-
:::column:::
144-
:::image type="icon" source="./media/index/logo_npm.png":::
145-
[npm](../artifacts/npm.md)
146-
:::column-end:::
147-
:::column:::
148-
:::image type="icon" source="./media/index/logo_nuget.png":::
149-
[NuGet](../artifacts/nuget.md)
150-
:::column-end:::
151-
:::column:::
152-
:::image type="icon" source="./media/index/virtualmachine.png":::
153-
[Virtual machine resources](../process/environments-virtual-machines.md)
154-
:::column-end:::
155-
:::row-end:::
156-
157-
:::row:::
158-
:::column:::
159-
:::image type="icon" source="./media/index/virtualmachine.png":::
160-
[Virtual machine resources](../process/environments-virtual-machines.md)
161-
:::column-end:::
162-
:::column:::
163-
:::image type="icon" source="./media/index/appservice.png":::
164-
[Web App for Containers](../apps/cd/deploy-docker-webapp.md)
165-
:::column-end:::
166-
:::column:::
167-
:::image type="icon" source="./media/index/virtualmachine.png":::
168-
[Windows VM](../apps/cd/deploy-webdeploy-iis-deploygroups.md)
169-
:::column-end:::
170-
:::column:::
171-
:::column-end:::
172-
:::row-end:::
173-
174-
::: moniker-end
175-
49+
See the following topics for information on deploying your app to any of the following platforms.
50+
51+
- [Deploy to Azure services](../overview-azure.md)
52+
- [Kubernetes](./kubernetes/deploy.md)
53+
- [Azure Stack](../targets/azure-stack.md)
54+
- [Azure SQL database](../targets/azure-sqldb.md)
55+
- [Azure Web Apps](../targets/webapp.md)
56+
- [npm](../artifacts/npm.md)
57+
- [NuGet](../artifacts/nuget.md)
58+
- [Virtual machine resources](../process/environments-virtual-machines.md)
59+
- [Web App for Containers](../apps/cd/deploy-docker-webapp.md)
60+
- [Deploy to Azure Functions](/azure/azure-functions/functions-how-to-azure-devops)
-1.74 KB
Binary file not shown.
-1.06 KB
Binary file not shown.
-1.04 KB
Binary file not shown.
-1.81 KB
Binary file not shown.
-1.76 KB
Binary file not shown.
-1006 Bytes
Binary file not shown.
-1.81 KB
Binary file not shown.
-1.4 KB
Binary file not shown.
-1.08 KB
Binary file not shown.

0 commit comments

Comments
 (0)