Skip to content

Commit 05c7ed9

Browse files
authored
Merge pull request #190134 from RinaRish/master
edited byos
2 parents 34a83e2 + afae2b6 commit 05c7ed9

File tree

5 files changed

+22
-2
lines changed

5 files changed

+22
-2
lines changed

articles/communication-services/concepts/bring-your-own-storage.md

Lines changed: 22 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,14 +16,34 @@ ms.service: azure-communication-services
1616

1717
[!INCLUDE [Private Preview Disclaimer](../includes/private-preview-include-section.md)]
1818

19-
In many applications end-users may want to store their Call Recording files long-term. Some of the common scenarios are compliance, quality assurance, assessment, post call analysis, training, and coaching. Now with the BYOS (bring your own storage) being available, end-users will have an option to store their files long term and manage the files in a way they need. The end user will be responsible for legal regulations about storing the data. BYOS simplifies downloading of the files from Azure Communication Services (ACS) and minimizes the number of support request if customer was unable to download recording in 48 hours. Data will be transferred securely from Microsoft Azure blob storage to a customer Azure blob storage.
19+
In many applications, end-users may want to store their Call Recording files long-term. Some of the common scenarios are compliance, quality assurance, assessment, post-call analysis, training, and coaching. Now with the BYOS (bring your own storage) being available, end-users will have an option to store their files long-term and manage the files in a way they need. The end-user will be responsible for legal regulations about storing the data. BYOS simplifies downloading of the files from Azure Communication Services (ACS) and minimizes the number of support requests if the customer was unable to download the recording in 48 hours. Data will be transferred securely from Microsoft Azure blob storage to a customer Azure blob storage.
2020
Here are a few examples:
2121
- Contact Center Recording
2222
- Compliance Recording Scenario
2323
- Healthcare Virtual Visits Scenario
2424
- Conference/meeting recordings and so on
2525

26-
BYOS can be easily integrated into any application regardless of the programming language. When creating a call recording resource in Azure Portal, enable the BYOS option and provide the sas-url to the storage. This simple experience allows developers to meet their needs, scale, and avoid investing time and resources into designing and maintaining a custom solution.
26+
BYOS can be easily integrated into any application regardless of the programming language. When creating a call recording resource in Azure Portal, enable the BYOS option and provide the URL to the storage. This simple experience allows developers to meet their needs, scale, and avoid investing time and resources into designing and maintaining a custom solution.
27+
28+
![Bring your own storage concept diagram](../media/byos-diagramm.png)
29+
30+
1. Contoso enables MI (managed identities) on an Azure Storage account.
31+
2. Contoso creates ACS (azure communication services) resource.
32+
33+
![Bring your own storage resource page](../media/byos-link-storage.png)
34+
35+
3. Contoso enables BYOS on the ACS resource and specifies the URL to link with the storage.
36+
4. After the resource has been created Contoso will see linked storage and will be able to change settings later in time
37+
38+
![Bring your own storage add storage page](../media/byos-add-storage.png)
39+
40+
5. If Contoso has built an application with Call Recording, they can record a meeting. Once the recording file is available, Contoso will receive an event from ACS that a file is copied over to their storage.
41+
6. After the notification has been received Contoso will see the file
42+
6. After the notification has been received Contoso will see the file located in the storage they have specified.
43+
7. Contoso has successfully linked their storage with ACS!
44+
45+
46+
![Bring your own storage success page](../media/byos-storage-created.png)
2747

2848
## Feature highlights
2949

186 KB
Loading
154 KB
Loading
114 KB
Loading
97.2 KB
Loading

0 commit comments

Comments
 (0)