Skip to content

Commit f197637

Browse files
committed
Changing BYOS for Bring your own Azure storage
1 parent 86c2393 commit f197637

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

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

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -11,31 +11,31 @@ ms.topic: conceptual
1111
ms.service: azure-communication-services
1212
---
1313

14-
# Bring your own storage (BYOS) overview
14+
# Bring your own Azure storage overview
1515

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

1818

19-
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.
19+
Bring Your Own Azure Storage for Call Recording allows you to specify an Azure blob storage account for storing call recording files. Bring your own Azure storage 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. Bring your own Azure Storage provides a simple and straightforward solution that eliminates the need for developers to invest time and resources in downloading and exporting files.
2020

2121
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

2525
## Azure Managed Identities
2626

27-
BYOS uses [Azure Managed Identities](../../../../active-directory/managed-identities-azure-resources/overview.md) to access user-owned resources securely. Azure Managed Identities provides an identity for the application to use when it needs to access Azure resources, eliminating the need for developers to manage credentials.
27+
Bring your own Azure storage uses [Azure Managed Identities](../../../../active-directory/managed-identities-azure-resources/overview.md) to access user-owned resources securely. Azure Managed Identities provides an identity for the application to use when it needs to access Azure resources, eliminating the need for developers to manage credentials.
2828

2929

3030
## Known issues
3131

32-
- Azure Communication Services will also store your files in a built-in storage for 48 hours even if the exporting with BYOS is successful.
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.
32+
- Azure Communication Services will also store your files in a built-in storage for 48 hours even if the exporting is successful.
33+
- Randomly, recording files are duplicated during the exporting process. Make sure you delete the duplicated file to avoid extra storage costs in your storage account.
3434

3535

3636
## Next steps
3737
For more information, see the following articles:
38-
- Learn more about BYOS, check out the [BYOS Quickstart](../../../quickstarts/call-automation/call-recording/bring-your-own-storage.md).
38+
- Learn more about Bring your own Azure storage, check out the [BYO Azure Storage Quickstart](../../../quickstarts/call-automation/call-recording/bring-your-own-storage.md).
3939
- Learn more about Call recording, check out the [Call Recording Quickstart](../../../quickstarts/voice-video-calling/get-started-call-recording.md).
4040
- Learn more about [Call Automation](../../../quickstarts/call-automation/callflows-for-customer-interactions.md).
4141

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,11 @@ ms.subservice: calling
1212
zone_pivot_groups: acs-csharp-java
1313
ms.custom: mode-api
1414
---
15-
# Call recording: Bring your own storage quickstart
15+
# Call recording: Bring your own Azure storage quickstart
1616

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

19-
This quickstart gets you started with BYOS (Bring your own storage) for Call Recording. To start using BYOS, make sure you're familiar with the [Call Recording APIs](../../voice-video-calling/get-started-call-recording.md).
19+
This quickstart gets you started with Bring your own Azure storage for Call Recording. To start using Bring your own Azure Storage functionality, make sure you're familiar with the [Call Recording APIs](../../voice-video-calling/get-started-call-recording.md).
2020

2121
## Pre-requisite: Setting up Managed Identity and RBAC role assignments
2222

0 commit comments

Comments
 (0)