From c802951d63bc51871a930f01958962cbb4aa1a10 Mon Sep 17 00:00:00 2001 From: Arjen Huitema Date: Sat, 31 Aug 2024 00:40:58 +0200 Subject: [PATCH] Update ALZ deploy documentation for email notifications --- .../patterns/alz/deploy/Deploy-via-Azure-Portal-UI.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/content/patterns/alz/deploy/Deploy-via-Azure-Portal-UI.md b/docs/content/patterns/alz/deploy/Deploy-via-Azure-Portal-UI.md index 0662e33f9..6569e8971 100644 --- a/docs/content/patterns/alz/deploy/Deploy-via-Azure-Portal-UI.md +++ b/docs/content/patterns/alz/deploy/Deploy-via-Azure-Portal-UI.md @@ -96,11 +96,11 @@ While it's technically possible to not add any notification information (no emai ![Get function URL](../../media/AMBA-FunctionAppTriggerUrl.png) {{< hint type=note >}} - It is possible use multiple email addresses, as well as multiple Arm Roles, Webhooks or Event Hubs (not recommended as per ALZ guidance). Should you set multiple entries, make sure they are entered as single string with values separated by comma. Example: + It is possible use multiple email addresses, as well as multiple Arm Roles, Webhooks or Event Hubs (not recommended as per ALZ guidance). Should you set multiple entries, make sure they are entered as an array. Example: - action1@contoso.com , action2@contoso.com , action3@contoso.com + `["action1@contoso.com","action2@contoso.com","action3@contoso.com"]` - https://webhookUri1.webhook.com, http://webhookUri2.webhook.com + `["https://webhookUri1.webhook.com","http://webhookUri2.webhook.com"]` {{< /hint >}}