Skip to content

Commit 821c196

Browse files
Merge pull request #215472 from msangapu-msft/patch-14
Update configure-common.md
2 parents a195332 + a6c1847 commit 821c196

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

articles/app-service/configure-common.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -192,6 +192,14 @@ It's not possible to edit app settings in bulk by using a JSON file with Azure P
192192

193193
-----
194194

195+
### Configure arrays in app settings
196+
197+
You can also configure arrays in app settings as shown in the table below.
198+
199+
|App setting name | App setting value |
200+
|-----------------|-------------------|
201+
|MY_ENV_VAR | ['entry1', 'entry2', 'entry3'] |
202+
195203
## Configure connection strings
196204

197205
In the [Azure portal], search for and select **App Services**, and then select your app. In the app's left menu, select **Configuration** > **Application settings**.

0 commit comments

Comments
 (0)