Skip to content

Commit 35d82ec

Browse files
committed
Improving clarity
1 parent 71cfc33 commit 35d82ec

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ ms.service: azure-communication-services
1818

1919
Bring Your Own Storage (BYOS) for Call Recording allows you to specify an Azure blob storage account for storing call recording files. BYOS enables businesses to store their data in a way that meets their compliance requirements and business needs. For example, end-users could customize their own rules and access to the data, enabling them to store or delete content whenever they need it. BYOS provides a simple and straightforward solution that eliminates the need for developers to invest time and resources in downloading and exporting files.
2020

21-
The same Azure Communication Services Call Recording APIs are used to export recordings to your Azure Blob Storage Container. While starting recording for a call, specify the container path where the recording needs to be exported. Upon recording completion, Azure Communication Services automatically fetch and upload your recording to your storage.
21+
The same Azure Communication Services Call Recording APIs are used to export recordings to your Azure Blob Storage Container. While starting recording for a call, specify the container path where the recording needs to be exported. Upon recording completion, Azure Communication Services automatically fetches and uploads your recording to your storage.
2222

2323
![Diagram showing a call recording being automatically exported to storage container](../media/byos-concept.png)
2424

@@ -29,7 +29,7 @@ BYOS uses [Azure Managed Identities](../../../../active-directory/managed-identi
2929

3030
## Known Issues
3131

32-
- After exporting your files, during Private Preview, those files will be also stored in a built-in storage for 48 hours.
32+
- After exporting your files with call recording BYOS, Azure Communication Services will also store your files in a built-in storage for 48 hours.
3333
- Randomly, recording files are duplicated during the exporting process when using BYOS. Make sure you delete the duplicated file to avoid extra storage costs in your storage account.
3434

3535

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ This quickstart gets you started with BYOS (Bring your own storage) for Call Rec
2626

2727
1. Open your Azure Communication Services resource. Navigate to *Identity* on the left.
2828
2. System Assigned Managed Identity is disabled by default. Enable it and click of *Save*
29-
3. Once completed, you are able to see the Object principal ID of the newly created identity (shown below)
29+
3. Once completed, you're able to see the Object principal ID of the newly created identity.
3030

3131
![Diagram showing a communication service resource with managed identity enabled](../media/byos-managed-identity-2.png)
3232

@@ -47,7 +47,7 @@ This quickstart gets you started with BYOS (Bring your own storage) for Call Rec
4747
![Diagram showing a communication service resource managed identity adding role assignment details](../media/role-assignment-2.png)
4848

4949
3. Click on *"Save"*.
50-
4. Once completed, you see the newly added role assignment in the *"Azure role assignment"* window (shown below).
50+
4. Once completed, you see the newly added role assignment in the *"Azure role assignment"* window.
5151

5252
![Diagram showing a communication service resource managed identity role assignment success](../media/role-assignment-3.png)
5353

@@ -67,7 +67,7 @@ Use the server call ID received during initiation of the call.
6767

6868
Use an [Azure Event Grid](../../../../event-grid/overview.md) web hook, or other triggered action, to notify your services when the recorded media is ready and have been exported to the external storage location.
6969

70-
Below is an example of the event schema.
70+
Refer to this example of the event schema.
7171

7272
```JSON
7373
{

0 commit comments

Comments
 (0)