Skip to content

Commit 534f6b1

Browse files
Make Java and language support a bit more prominent
1 parent 916b2f7 commit 534f6b1

File tree

1 file changed

+16
-15
lines changed

1 file changed

+16
-15
lines changed

articles/app-service/index.yml

Lines changed: 16 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,17 @@
11
### YamlMime:Landing
22

33
title: App Service documentation
4-
summary: Azure App Service enables you to build and host web apps, mobile back ends, and RESTful APIs in the programming language of your choice without managing infrastructure. It offers auto-scaling and high availability, supports both Windows and Linux, and enables automated deployments from GitHub, Azure DevOps, or any Git repo. Learn how to use Azure App Service with our quickstarts, tutorials, and samples.
4+
summary: Azure App Service enables you to build and host web apps, mobile back ends, and RESTful APIs in the programming language of your choice without managing
5+
infrastructure. Languages supported include .NET, Java, Node.js, Python, and PHP. It offers auto-scaling and high availability, supports both Windows and Linux,
6+
and enables automated deployments from GitHub, Azure DevOps, or any Git repo. Learn how to use Azure App Service with our quickstarts, tutorials, and samples.
57

68
metadata:
79
title: Azure App Service documentation
810
description: Host websites, web apps, RESTful APIs, and mobile back ends in Azure App Service. Find quickstarts and tutorials to help you succeed with App Service.
911
ms.topic: landing-page
1012
ms.author: msangapu
1113
ms.service: azure-app-service
12-
ms.date: 07/18/2023
14+
ms.date: 01/22/2025
1315
ms.custom: UpdateFrequency3
1416

1517
landingContent:
@@ -20,7 +22,7 @@ landingContent:
2022
- text: Introduction to App Service
2123
url: overview.md
2224
- linkListType: concept
23-
links:
25+
links:
2426
- text: Azure App Service plans
2527
url: overview-hosting-plans.md
2628
- text: App Service Environments
@@ -42,19 +44,18 @@ landingContent:
4244
links:
4345
- text: ASP.NET
4446
url: quickstart-dotnetcore.md
45-
- text: Python
46-
url: quickstart-python.md
47+
- text: Java
48+
url: quickstart-java.md
4749
- text: Node.js
4850
url: quickstart-nodejs.md
51+
- text: Python
52+
url: quickstart-python.md
4953
- text: PHP
50-
url: quickstart-php.md
54+
url: quickstart-php.md
5155
- text: WordPress
5256
url: quickstart-wordpress.md
5357
- text: Custom container
54-
url: quickstart-custom-container.md
55-
- text: Java
56-
url: quickstart-java.md
57-
58+
url: quickstart-custom-container.md
5859

5960
- title: Build a CRUD app
6061
linkLists:
@@ -64,14 +65,14 @@ landingContent:
6465
url: app-service-web-tutorial-dotnet-sqldatabase.md
6566
- text: ASP.NET Core and Azure SQL Database
6667
url: tutorial-dotnetcore-sqldb-app.md
68+
- text: Java Spring Boot and Azure Cosmos DB
69+
url: tutorial-java-spring-cosmosdb.md
70+
- text: Node.js and MongoDB
71+
url: tutorial-nodejs-mongodb-app.md
6772
- text: Python (Django) and PostgreSQL
68-
url: tutorial-python-postgresql-app.md
73+
url: tutorial-python-postgresql-app.md
6974
- text: PHP and MySQL
7075
url: tutorial-php-mysql-app.md
71-
- text: Node.js and MongoDB
72-
url: tutorial-nodejs-mongodb-app.md
73-
- text: Java Spring Boot and Azure Cosmos DB
74-
url: tutorial-java-spring-cosmosdb.md
7576
- linkListType: reference
7677
links:
7778
- text: REST API

0 commit comments

Comments
 (0)