Skip to content

Commit 714bad3

Browse files
committed
Updated appconfig/add-key-value/README.md workflow
1 parent 8200826 commit 714bad3

File tree

3 files changed

+5
-4
lines changed

3 files changed

+5
-4
lines changed

WORKFLOWS.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -85,13 +85,14 @@
8585
| | 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 |
8686
| | 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 |
8787
| | Deploy Glassfish using a container image | [![appservice/container-glassfish/README.md](https://github.com/Azure-Samples/java-on-azure-examples/actions/workflows/appservice_container-glassfish_README_md.yml/badge.svg)](https://github.com/Azure-Samples/java-on-azure-examples/actions/workflows/appservice_container-glassfish_README_md.yml) | 0 13 * * 4 |
88-
| Azure App Configuration examples | Create an App Configuration | [![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 14 * * 4 |
89-
| | Add a key-value pair to an App Configuration | [![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 15 * * 4 |
9088
| | Deploy a Spring Boot application | [![aks/springboot/README.md](https://github.com/Azure-Samples/java-on-azure-examples/actions/workflows/aks_springboot_README_md.yml/badge.svg)](https://github.com/Azure-Samples/java-on-azure-examples/actions/workflows/aks_springboot_README_md.yml) | 0 19 * * 4 |
9189
-->
9290

9391
| Example | Workflow Status | Workflow Schedule | Update schedule |
9492
| ----------- | --------------- | ----------------- | --------------- |
93+
| Azure App Configuration examples
94+
| [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 |
95+
| [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 |
9596
| Azure Container Registry examples
9697
| [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 |
9798
| [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 |
@@ -133,4 +134,4 @@
133134
| Azure SQL Database examples
134135
| [Create an Azure SQL database](sql/create/README.md) | [![sql/create/README.md](https://github.com/Azure-Samples/java-on-azure-examples/actions/workflows/sql_create_README_md.yml/badge.svg)](https://github.com/Azure-Samples/java-on-azure-examples/actions/workflows/sql_create_README_md.yml) | 0 0 * * 1 |
135136
| Azure Storage examples
136-
| [List files in Azure File Share](storage/list-file-share/README.md) | [![storage/list-file-share/README.md](https://github.com/Azure-Samples/java-on-azure-examples/actions/workflows/storage-list-file-share_README_md.yml/badge.svg)](https://github.com/Azure-Samples/java-on-azure-examples/actions/workflows/storage_list-file-share_README_md.yml) | 0 15 * * 0 | Week 3 |
137+
| [List files in Azure File Share](storage/list-file-share/README.md) | [![storage/list-file-share/README.md](https://github.com/Azure-Samples/java-on-azure-examples/actions/workflows/storage_list-file-share_README_md.yml/badge.svg)](https://github.com/Azure-Samples/java-on-azure-examples/actions/workflows/storage_list-file-share_README_md.yml) | 0 15 * * 0 | Week 3 |

appconfig/add-key-value/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
## Prerequisites
77

8-
<!-- workflow.cron(0 15 * * 4) -->
8+
<!-- workflow.cron(0 1 * * 3) -->
99
<!-- workflow.include(../create/README.md) -->
1010

1111
This example assumes you have previously completed the following examples:

parrot.jar

-19.4 MB
Binary file not shown.

0 commit comments

Comments
 (0)