Skip to content

Commit 23bb154

Browse files
committed
acrolinx updates
1 parent 4ccf426 commit 23bb154

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

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

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
ms.author: dbasantes
33
title: Azure Communication Services Call Recording Bring Your Own Storage
44
titleSuffix: An Azure Communication Services document
5-
description: Private Preview quickstart for Bring your own storage
5+
description: Quickstart for Bring your own storage
66
author: dbasantes
77
services: azure-communication-services
88
ms.date: 03/17/2023
@@ -16,19 +16,19 @@ ms.custom: mode-api, devx-track-extended-java
1616

1717
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).
1818

19-
## Pre-requisite: Setting up Managed Identity and RBAC role assignments
19+
## Pre-requisite: Setting up Managed Identity and Role Based Access Controls(RBAC) role assignments
2020

2121
### 1. Enable system assigned managed identity for Azure Communication Services
2222

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

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

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

31-
4. Now that identity has been successfully created, click on *Azure role assignments* to start adding role assignments.
31+
4. Once the identity has been successfully created, click on *Azure role assignments* to start adding role assignments.
3232

3333
### 2. Add role assignment
3434

@@ -63,7 +63,7 @@ Use the server call ID received during initiation of the call.
6363

6464
### Notification on successful export
6565

66-
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.
66+
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 exported to the external storage location.
6767

6868
Refer to this example of the event schema.
6969

0 commit comments

Comments
 (0)