Skip to content

Commit 71cfc33

Browse files
committed
acrolinx score
1 parent 840a620 commit 71cfc33

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

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

Lines changed: 3 additions & 3 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-
Are the same Azure Communication Services Call Recording APIs that you can use to export recordings to your Azure Blob Storage Container. While starting recording for a call, simply specify the container path where the recording needs to be exported. Upon recording completion, Azure Communication Services will 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 fetch and upload your recording to your storage.
2222

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

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

3030
## Known Issues
3131

32-
- When using BYOS for Call Recording in Private Preview, after exporting your files, those will be stored also in a built-in storage for 48 hours.
33-
- Randomly you will see duplicated recording files being exported to your blob storage when using BYOS. Please make sure you delete the duplicated file to avoid extra storage costs in your storage account.
32+
- After exporting your files, during Private Preview, those files will be also stored in a built-in storage for 48 hours.
33+
- 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

3636
## Next steps

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'll be able to see the Object principal ID of the newly created identity (shown below)
29+
3. Once completed, you are able to see the Object principal ID of the newly created identity (shown below)
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 will 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 (shown below).
5151

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

@@ -65,7 +65,7 @@ Use the server call ID received during initiation of the call.
6565

6666
### Notification on successful export
6767

68-
Use an [Azure Event Grid](../../../../event-grid/overview.md) web hook or other triggered action should be used to notify your services when the recorded media is ready and have been exported to the external storage location.
68+
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

7070
Below is an example of the event schema.
7171

0 commit comments

Comments
 (0)