Skip to content

Commit 9edbd89

Browse files
committed
making titles sentence case
1 parent e605817 commit 9edbd89

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ The same Azure Communication Services Call Recording APIs are used to export rec
2727
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.
2828

2929

30-
## Known Issues
30+
## Known issues
3131

3232
- Azure Communication Services will also store your files in a built-in storage for 48 hours even if the exporting with BYOS is successful.
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.

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,15 +12,15 @@ 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 storage quickstart
1616

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

1919
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).
2020

21-
## Pre-requisite: Setting up Managed Identity and RBAC Role Assignments
21+
## Pre-requisite: Setting up Managed Identity and RBAC role assignments
2222

23-
### 1. Enable System Assigned Managed Identity for Azure Communication Services
23+
### 1. Enable system assigned managed identity for Azure Communication Services
2424

2525
![Diagram showing a communication service resource with managed identity disabled](../media/byos-managed-identity-1.png)
2626

@@ -32,7 +32,7 @@ This quickstart gets you started with BYOS (Bring your own storage) for Call Rec
3232

3333
4. Now that identity has been successfully created, click on *Azure role assignments* to start adding role assignments.
3434

35-
### 2. Add Role Assignment
35+
### 2. Add role assignment
3636

3737
1. Click on *"Add role assignment"*
3838

articles/communication-services/quickstarts/call-automation/includes/recording-byos-private-csharp.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ ms.custom: include file
1111
ms.author: dbasantes
1212
---
1313

14-
### Using Azure Blob Storage for External Storage
14+
### Using Azure blob storage for external storage
1515

1616
```csharp
1717
StartRecordingOptions recordingOptions = new StartRecordingOptions(new ServerCallLocator("<serverCallId>"))

articles/communication-services/quickstarts/call-automation/includes/recording-byos-private-java.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ ms.custom: include file
1111
ms.author: dbasantes
1212
---
1313

14-
## Using Azure Blob Storage for External Storage
14+
## Using Azure blob storage for external storage
1515

1616
```java
1717
StartRecordingOptions recordingOptions = new StartRecordingOptions(new ServerCallLocator("<serverCallId>"))

0 commit comments

Comments
 (0)