Skip to content

Commit

Permalink
Update ALZ deploy documentation for email notifications
Browse files Browse the repository at this point in the history
  • Loading branch information
arjenhuitema committed Aug 30, 2024
1 parent 91c575c commit c802951
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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:

[email protected] , [email protected] , [email protected]
`["[email protected]","[email protected]","[email protected]"]`

https://webhookUri1.webhook.com, http://webhookUri2.webhook.com
`["https://webhookUri1.webhook.com","http://webhookUri2.webhook.com"]`

{{< /hint >}}

Expand Down

0 comments on commit c802951

Please sign in to comment.