Skip to content

Commit fb834c0

Browse files
authored
Merge pull request #286377 from cephalin/remove-quarkus
remove quarkus tutorial
2 parents 8de9787 + 66fbce3 commit fb834c0

File tree

6 files changed

+16
-642
lines changed

6 files changed

+16
-642
lines changed

.openpublishing.redirection.app-service.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1980,6 +1980,11 @@
19801980
"redirect_url": "/azure/app-service/tutorial-java-spring-cosmosdb",
19811981
"redirect_document_id": false
19821982
},
1983+
{
1984+
"source_path_from_root": "/articles/app-service/tutorial-java-quarkus-postgresql-app.md",
1985+
"redirect_url": "/azure/app-service/tutorial-java-spring-cosmosdb",
1986+
"redirect_document_id": false
1987+
},
19831988
{
19841989
"source_path_from_root": "/articles/app-service/containers/tutorial-java-spring-cosmosdb.md",
19851990
"redirect_url": "/azure/app-service/tutorial-java-spring-cosmosdb",

articles/app-service/quickstart-java.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,10 @@ ms.author: cephalin
4040
## Next steps
4141

4242
> [!div class="nextstepaction"]
43-
> [Connect to Azure Database for PostgreSQL with Java](/azure/postgresql/connect-java)
43+
> [Tutorial: Build a Tomcat web app with Azure App Service on Linux and MySQL](tutorial-java-tomcat-mysql-app.md)
44+
45+
> [!div class="nextstepaction"]
46+
> [Tutorial: Build a Java Spring Boot web app with Azure App Service on Linux and Azure Cosmos DB](tutorial-java-spring-cosmosdb.md)
4447
4548
> [!div class="nextstepaction"]
4649
> [Set up CI/CD](deploy-continuous-deployment.md)

articles/app-service/toc.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -168,8 +168,6 @@
168168
href: tutorial-java-tomcat-mysql-app.md
169169
- name: Spring Boot with MongoDB
170170
href: tutorial-java-spring-cosmosdb.md
171-
- name: Quarkus with Postgres
172-
href: tutorial-java-quarkus-postgresql-app.md
173171
- name: Connect by using secrets
174172
items:
175173
- name: Use secrets in app settings

articles/app-service/tutorial-connect-overview.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,6 @@ Examples of using application secrets to connect to a database:
8787
- [Deploy a Python (Django or Flask) web app with PostgreSQL in Azure](tutorial-python-postgresql-app.md)
8888
- [Tutorial: Build a Tomcat web app with Azure App Service on Linux and MySQL](tutorial-java-tomcat-mysql-app.md)
8989
- [Tutorial: Build a Java Spring Boot web app with Azure App Service on Linux and Azure Cosmos DB](tutorial-java-spring-cosmosdb.md)
90-
- [Tutorial: Build a Quarkus web app with Azure App Service on Linux and PostgreSQL](tutorial-java-quarkus-postgresql-app.md)
9190

9291
## Next steps
9392

0 commit comments

Comments
 (0)