Skip to content

Commit 7334a6d

Browse files
committed
Updated appservice/tomcat-helloworld/README.md workflow
1 parent 7a5c173 commit 7334a6d

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

WORKFLOWS.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@
44
| ----------- | --------------- | ----------------- | --------------- |
55
| Create an Azure Resource Group | [![group/create/README.md](https://github.com/Azure-Samples/java-on-azure-examples/actions/workflows/group_create_README_md.yml/badge.svg)](https://github.com/Azure-Samples/java-on-azure-examples/actions/workflows/group_create_README_md.yml) | 0 0 * * 1 | Week 1 |
66
| Delete an Azure Resource Group | [![group/delete/README.md](https://github.com/Azure-Samples/java-on-azure-examples/actions/workflows/group_delete_README_md.yml/badge.svg)](https://github.com/Azure-Samples/java-on-azure-examples/actions/workflows/group_delete_README_md.yml) | 0 0 * * 2 | Week 2 |
7-
| Create an Azure App Service Plan | [![appservice/create-plan/README.md](https://github.com/Azure-Samples/java-on-azure-examples/actions/workflows/appservice_create-plan_README_md.yml/badge.svg)](https://github.com/Azure-Samples/java-on-azure-examples/actions/workflows/appservice_create-plan_README_md.yml) | 0 0 * * 3 | Week 3 |
87
| Create an Azure Container Apps Environment| [![containerapp/create-environment/README.md](https://github.com/Azure-Samples/java-on-azure-examples/actions/workflows/containerapp_create-environment_README_md.yml/badge.svg)](https://github.com/Azure-Samples/java-on-azure-examples/actions/workflows/containerapp_create-environment_README_md.yml) | 0 0 * * 6 | Week 6 |
98
| Deploy a Quarkus application to Azure Container Apps | [![containerapp/quarkus/README.md](https://github.com/Azure-Samples/java-on-azure-examples/actions/workflows/containerapp_quarkus_README_md.yml/badge.svg)](https://github.com/Azure-Samples/java-on-azure-examples/actions/workflows/containerapp_quarkus_README_md.yml) | 0 5 * * 2 | Week 9 |
109
| Deploy Tomcat to Azure Container Apps | [![containerapp/tomcat/README.md](https://github.com/Azure-Samples/java-on-azure-examples/actions/workflows/containerapp_tomcat_README_md.yml/badge.svg)](https://github.com/Azure-Samples/java-on-azure-examples/actions/workflows/containerapp_tomcat_README_md.yml) | 0 5 * * 4 | Week 11 |
@@ -68,7 +67,6 @@
6867
| Azure Cognitive Services examples | Create an OpenAI account | | 0 17 * * 3 |
6968
| | Create an GPT 3.5 model | | 0 18 * * 3 |
7069
| | Chat with Semantic Kernel and GPT 3.5 | | 0 19 * * 3 |
71-
| Azure App Service examples | Deploy a web application on a managed Tomcat | [![appservice/tomcat-helloworld/README.md](https://github.com/Azure-Samples/java-on-azure-examples/actions/workflows/appservice_tomcat-helloworld_README_md.yml/badge.svg)](https://github.com/Azure-Samples/java-on-azure-examples/actions/workflows/appservice_tomcat-helloworld_README_md.yml) | 0 20 * * 3 |
7270
| | Swap a deployment slot | [![appservice/swap-deployment-slot/README.md](https://github.com/Azure-Samples/java-on-azure-examples/actions/workflows/appservice_swap-deployment-slot_README_md.yml/badge.svg)](https://github.com/Azure-Samples/java-on-azure-examples/actions/workflows/appservice_swap-deployment-slot_README_md.yml) | 0 21 * * 3 |
7371
| | Scale your App Service Plan manually | [![appservice/scale-manually/README.md](https://github.com/Azure-Samples/java-on-azure-examples/actions/workflows/appservice_scale-manually_README_md.yml/badge.svg)](https://github.com/Azure-Samples/java-on-azure-examples/actions/workflows/appservice_scale-manually_README_md.yml) | 0 22 * * 3 |
7472
| | List your web applications | [![appservice/list-webapp/README.md](https://github.com/Azure-Samples/java-on-azure-examples/actions/workflows/appservice_list-webapp_README_md.yml/badge.svg)](https://github.com/Azure-Samples/java-on-azure-examples/actions/workflows/appservice_list-webapp_README_md.yml) | 0 23 * * 3 |
@@ -93,6 +91,9 @@
9391
| Azure App Configuration examples
9492
| [Create an App Configuration](appconfig/create/README.md) | [![README.md](https://github.com/Azure-Samples/java-on-azure-examples/actions/workflows/appconfig_create_README_md.yml/badge.svg)](https://github.com/Azure-Samples/java-on-azure-examples/actions/workflows/appconfig_create_README_md.yml) | 0 0 * * 3 | Week 1 |
9593
| [Add a key-value pair to an App Configuration](appconfig/README.md) | [![README.md](https://github.com/Azure-Samples/java-on-azure-examples/actions/workflows/appconfig_add-key-value_README_md.yml/badge.svg)](https://github.com/Azure-Samples/java-on-azure-examples/actions/workflows/appconfig_add-key-value_README_md.yml) | 0 1 * * 3 | Week 2 |
94+
| Azure App Service examples
95+
| [Create an Azure App Service Plan](appservice/create-plan/README.md) | [![appservice/create-plan/README.md](https://github.com/Azure-Samples/java-on-azure-examples/actions/workflows/appservice_create-plan_README_md.yml/badge.svg)](https://github.com/Azure-Samples/java-on-azure-examples/actions/workflows/appservice_create-plan_README_md.yml) | 0 0 * * 3 | Week 1 |
96+
| [Deploy a web application on a managed Tomcat](appservice/tomcat-helloworld/README.md) | [![appservice/tomcat-helloworld/README.md](https://github.com/Azure-Samples/java-on-azure-examples/actions/workflows/appservice_tomcat-helloworld_README_md.yml/badge.svg)](https://github.com/Azure-Samples/java-on-azure-examples/actions/workflows/appservice_tomcat-helloworld_README_md.yml) | 0 1 * * 3 | Week 2 |
9697
| Azure Container Registry examples
9798
| [Create an Azure Container Registry](acr/create/README.md) | [![acr/create/README.md](https://github.com/Azure-Samples/java-on-azure-examples/actions/workflows/acr_create_README_md.yml/badge.svg)](https://github.com/Azure-Samples/java-on-azure-examples/actions/workflows/acr_create_README_md.yml) | 0 0 * * 0 | Week 1 |
9899
| [Create a 'acrpull' Service Principal](acr/create-acrpull-service-principal/README.md) | [![acr/create-acrpull-service-principal/README.md](https://github.com/Azure-Samples/java-on-azure-examples/actions/workflows/acr_create-acrpull-service-principal_README_md.yml/badge.svg)](https://github.com/Azure-Samples/java-on-azure-examples/actions/workflows/acr_create-acrpull-service-principal_README_md.yml) | 0 1 * * 0 | Week 2 |

appservice/tomcat-helloworld/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ This example assumes you have previously completed the following examples:
1616
fi
1717
1818
-->
19-
<!-- workflow.cron(0 20 * * 3) -->
19+
<!-- workflow.cron(0 1 * * 3) -->
2020
<!-- workflow.include(../create-plan/README.md) -->
2121

2222
## Build the example

0 commit comments

Comments
 (0)