Skip to content

Commit a4f22d1

Browse files
authored
Merge pull request #95676 from zhenlan/patch-10
Update concept-github-action.md
2 parents 17c1103 + a48b902 commit a4f22d1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/azure-app-configuration/concept-github-action.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -307,7 +307,7 @@ Input parameters specify data used by the action during runtime. The following
307307
|----|----|----|
308308
| configurationFile | Yes | Relative path to the configuration file in the repository. Glob patterns are supported and can include multiple files. |
309309
| format | Yes | File format of the configuration file. Valid formats are: JSON, YAML, properties. |
310-
| connectionString | Yes | Connection string for the App Configuration instance. The connection string should be stored as a secret in the GitHub repository, and only the secret name should be used in the workflow. |
310+
| connectionString | Yes | Read-write connection string for the App Configuration instance. The connection string should be stored as a secret in the GitHub repository, and only the secret name should be used in the workflow. |
311311
| separator | Yes | Separator used when flattening the configuration file to key-value pairs. Valid values are: . , ; : - _ __ / |
312312
| prefix | No | Prefix to be added to the start of keys. |
313313
| label | No | Label used when setting key-value pairs. If unspecified, a null label is used. |

0 commit comments

Comments
 (0)