Skip to content

Commit 4f32732

Browse files
committed
Update afd/create-endpoint/README.md workflow
1 parent ffbada5 commit 4f32732

File tree

5 files changed

+4
-44
lines changed

5 files changed

+4
-44
lines changed

WORKFLOWS.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,6 @@
9595
| | Create a Kubeconfig using admin access | [![aks/create-kube-config/README.md](https://github.com/Azure-Samples/java-on-azure-examples/actions/workflows/aks_create-kube-config_README_md.yml/badge.svg)](https://github.com/Azure-Samples/java-on-azure-examples/actions/workflows/aks_create-kube-config_README_md.yml) | 0 21 * * 4 |
9696
| Azure Front Door examples | Create an Azure Front Door Profile | [![afd/create-profile/README.md](https://github.com/Azure-Samples/java-on-azure-examples/actions/workflows/afd_create-profile_README_md.yml/badge.svg)](https://github.com/Azure-Samples/java-on-azure-examples/actions/workflows/afd_create-profile_README_md.yml) | 0 23 * * 4 |
9797
| | Create an Azure Front Door Origin Group | [![afd/create-origin-group/README.md](https://github.com/Azure-Samples/java-on-azure-examples/actions/workflows/afd_create-origin-group_README_md.yml/badge.svg)](https://github.com/Azure-Samples/java-on-azure-examples/actions/workflows/afd_create-origin-group_README_md.yml) | 0 0 * * 5 |
98-
| | Create an Azure Front Door Endpoint | [![afd/create-endpoint/README.md](https://github.com/Azure-Samples/java-on-azure-examples/actions/workflows/afd_create-endpoint_README_md.yml/badge.svg)](https://github.com/Azure-Samples/java-on-azure-examples/actions/workflows/afd_create-endpoint_README_md.yml) | 0 1 * * 5 |
9998
| | Add a route | [![afd/add-route/README.md](https://github.com/Azure-Samples/java-on-azure-examples/actions/workflows/afd_add-route_README_md.yml/badge.svg)](https://github.com/Azure-Samples/java-on-azure-examples/actions/workflows/afd_add-route_README_md.yml) | 0 2 * * 5 |
10099
| | Add origins to origin group | [![afd/add-origins-to-origin-group/README.md](https://github.com/Azure-Samples/java-on-azure-examples/actions/workflows/afd_add-origins-to-origin-group_README_md.yml/badge.svg)](https://github.com/Azure-Samples/java-on-azure-examples/actions/workflows/afd_add-origins-to-origin-group_README_md.yml) | 0 3 * * 5 |
101100
-->
@@ -119,6 +118,8 @@
119118
| [Build and push a Spring Boot application to Azure Container Registry](acr/springboot/README.md) | [![acr/springboot/README.md](https://github.com/Azure-Samples/java-on-azure-examples/actions/workflows/acr_springboot_README_md.yml/badge.svg)](https://github.com/Azure-Samples/java-on-azure-examples/actions/workflows/acr_springboot_README_md.yml) | 0 13 * * 0 | Week 14 |
120119
| [Build and push a Tomcat image to Azure Container Registry](acr/tomcat/README.md) | [![acr/tomcat/README.md](https://github.com/Azure-Samples/java-on-azure-examples/actions/workflows/acr_tomcat_README_md.yml/badge.svg)](https://github.com/Azure-Samples/java-on-azure-examples/actions/workflows/acr_tomcat_README_md.yml) | 0 14 * * 0 | Week 15 |
121120
| [Build and push a WildFly image to Azure Container Registry](acr/wildfly/README.md) | [![acr/wildfly/README.md](https://github.com/Azure-Samples/java-on-azure-examples/actions/workflows/acr_wildfly_README_md.yml/badge.svg)](https://github.com/Azure-Samples/java-on-azure-examples/actions/workflows/acr_wildfly_README_md.yml) | 0 15 * * 0 | Week 16 |
121+
| Azure Front Door example
122+
| [Create an Azure Front Door Endpoint](afd/create-endpoint/README.md) | [![afd/create-endpoint/README.md](https://github.com/Azure-Samples/java-on-azure-examples/actions/workflows/afd_create-endpoint_README_md.yml/badge.svg)](https://github.com/Azure-Samples/java-on-azure-examples/actions/workflows/afd_create-endpoint_README_md.yml) | 0 0 * * 1 | Week 1 |
122123
| Azure Kubernetes Service examples
123124
| [Create a Kubernetes cluster](aks/create/README.md)| [![aks/create/README.md](https://github.com/Azure-Samples/java-on-azure-examples/actions/workflows/aks_create_README_md.yml/badge.svg)](https://github.com/Azure-Samples/java-on-azure-examples/actions/workflows/aks_create_README_md.yml) | 0 0 * * 2 |
124125
| Azure Container Apps examples

acr/README.md

Lines changed: 0 additions & 26 deletions
This file was deleted.

acr/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@
1515
<module>glassfish</module>
1616
<module>graalvm</module>
1717
<module>helidon</module>
18+
<module>helloworldjob</module>
1819
<module>jetty</module>
1920
<module>micronaut</module>
2021
<module>payara</module>
@@ -23,6 +24,5 @@
2324
<module>springboot</module>
2425
<module>tomcat</module>
2526
<module>wildfly</module>
26-
<module>helloworldjob</module>
2727
</modules>
2828
</project>

afd/README.md

Lines changed: 0 additions & 15 deletions
This file was deleted.

afd/create-endpoint/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
fi
1313
1414
-->
15-
<!-- workflow.cron(0 1 * * 5) -->
15+
<!-- workflow.cron(0 0 * * 1) -->
1616
<!-- workflow.include(../create-profile/README.md) -->
1717

1818
This example assumes you have previously completed the following example:

0 commit comments

Comments
 (0)