You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/azure-app-configuration/concept-github-action.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -307,7 +307,7 @@ Input parameters specify data used by the action during runtime. The following
307
307
|----|----|----|
308
308
| configurationFile | Yes | Relative path to the configuration file in the repository. Glob patterns are supported and can include multiple files. |
309
309
| 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. |
311
311
| separator | Yes | Separator used when flattening the configuration file to key-value pairs. Valid values are: . , ; : - _ __ / |
312
312
| prefix | No | Prefix to be added to the start of keys. |
313
313
| label | No | Label used when setting key-value pairs. If unspecified, a null label is used. |
0 commit comments