Skip to content

Commit c39d6a8

Browse files
authored
Update bring-your-own-storage.md
Adding notification for failure cases
1 parent 4dd8132 commit c39d6a8

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

articles/communication-services/quickstarts/call-automation/call-recording/bring-your-own-storage.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
ms.author: dbasantes
2+
ms.author: rahulva
33
title: Azure Communication Services Call Recording Bring Your Own Storage
44
titleSuffix: An Azure Communication Services document
55
description: Quickstart for Bring your own storage
@@ -97,6 +97,12 @@ Refer to this example of the event schema.
9797
"eventTime": "string" // ISO 8601 date time for when the event was created
9898
}
9999
```
100+
### Notification and Action for recording export failure.
101+
102+
Failure to export recording file can occur due to incorrect configuration settings or in case of service outages.
103+
In both cases, the failure notification will include the download url to obtain the recordings.
104+
Please download recordings from the location in failure notification within 24 hours.
105+
100106
### Folder Structure for Call Recording
101107

102108
Recordings are stored in the following format as shown in the diagram.

0 commit comments

Comments
 (0)