Skip to content

Commit

Permalink
Updated appservice/delete-plan/README.md workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
mnriem committed Jan 31, 2025
1 parent 6ce1556 commit e6bca0c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion WORKFLOWS.md
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,6 @@
| | Deploy WildFly using a Docker image | [![appservice/docker-wildfly/README.md](https://github.com/Azure-Samples/java-on-azure-examples/actions/workflows/appservice_docker-wildfly_README_md.yml/badge.svg)](https://github.com/Azure-Samples/java-on-azure-examples/actions/workflows/appservice_docker-wildfly_README_md.yml) | 0 3 * * 4 |
| | Deploy Tomcat using a Docker image | [![appservice/docker-tomcat/README.md](https://github.com/Azure-Samples/java-on-azure-examples/actions/workflows/appservice_docker-tomcat_README_md.yml/badge.svg)](https://github.com/Azure-Samples/java-on-azure-examples/actions/workflows/appservice_docker-tomcat_README_md.yml) | 0 4 * * 4 |
| | Delete a web application | [![appservice/delete-webapp/README.md](https://github.com/Azure-Samples/java-on-azure-examples/actions/workflows/appservice_delete-webapp_README_md.yml/badge.svg)](https://github.com/Azure-Samples/java-on-azure-examples/actions/workflows/appservice_delete-webapp_README_md.yml) | 0 6 * * 4 |
| | Delete an App Service plan | [![appservice/delete-plan/README.md](https://github.com/Azure-Samples/java-on-azure-examples/actions/workflows/appservice_delete-plan_README_md.yml/badge.svg)](https://github.com/Azure-Samples/java-on-azure-examples/actions/workflows/appservice_delete-plan_README_md.yml) | 0 7 * * 4 |
| | Deploy Payara using a container image | [![appservice/container-payara/README.md](https://github.com/Azure-Samples/java-on-azure-examples/actions/workflows/appservice_container-payara_README_md.yml/badge.svg)](https://github.com/Azure-Samples/java-on-azure-examples/actions/workflows/appservice_container-payara_README_md.yml) | 0 10 * * 4 |
| | Deploy Jetty using a container image | [![appservice/container-jetty/README.md](https://github.com/Azure-Samples/java-on-azure-examples/actions/workflows/appservice_container-jetty_README_md.yml/badge.svg)](https://github.com/Azure-Samples/java-on-azure-examples/actions/workflows/appservice_container-jetty_README_md.yml) | 0 11 * * 4 |
| | Deploy a GraalVM application using a container image | [![appservice/container-graalvm/README.md](https://github.com/Azure-Samples/java-on-azure-examples/actions/workflows/appservice_container-graalvm_README_md.yml/badge.svg)](https://github.com/Azure-Samples/java-on-azure-examples/actions/workflows/appservice_container-graalvm_README_md.yml) | 0 12 * * 4 |
Expand All @@ -94,6 +93,7 @@
| [Create a deployment slot](appservice/create-deployment-slot/README.md) | [![appservice/create-deployment-slot/README.md](https://github.com/Azure-Samples/java-on-azure-examples/actions/workflows/appservice_create-deployment-slot_README_md.yml/badge.svg)](https://github.com/Azure-Samples/java-on-azure-examples/actions/workflows/appservice_create-deployment-slot_README_md.yml) | 0 2 * * 3 | Week 3 |
| [Deploy to a deployment slot](appservice/deploy-to-deployment-slot/README.md)| [![appservice/deploy-to-deployment-slot/README.md](https://github.com/Azure-Samples/java-on-azure-examples/actions/workflows/appservice_deploy-to-deployment-slot_README_md.yml/badge.svg)](https://github.com/Azure-Samples/java-on-azure-examples/actions/workflows/appservice_deploy-to-deployment-slot_README_md.yml) | 0 3 * * 3 | Week 4 |
| [Swap a deployment slot](appservice/swap-deployment-slot/README.md) | [![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 4 * * 3 | Week 5 |
| [Delete an App Service plan](appservice/delete-plan/README.md) | [![appservice/delete-plan/README.md](https://github.com/Azure-Samples/java-on-azure-examples/actions/workflows/appservice_delete-plan_README_md.yml/badge.svg)](https://github.com/Azure-Samples/java-on-azure-examples/actions/workflows/appservice_delete-plan_README_md.yml) | 0 5 * * 3 | Week 6 |
| Azure Container Registry examples
| [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 |
| [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 |
Expand Down
2 changes: 1 addition & 1 deletion appservice/delete-plan/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ This example assumes you have previously completed the following examples:
fi
-->
<!-- workflow.cron(0 7 * * 4) -->
<!-- workflow.cron(0 5 * * 3) -->
<!-- workflow.include(../create-plan/README.md) -->

To delete the Azure App Service Plan use the following command line:
Expand Down

0 comments on commit e6bca0c

Please sign in to comment.