You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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).
18
18
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
20
20
21
21
### 1. Enable system assigned managed identity for Azure Communication Services
22
22
23
23

24
24
25
25
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*.
27
27
3. Once completed, you're able to see the Object principal ID of the newly created identity.
28
28
29
29

30
30
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.
32
32
33
33
### 2. Add role assignment
34
34
@@ -63,7 +63,7 @@ Use the server call ID received during initiation of the call.
63
63
64
64
### Notification on successful export
65
65
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.
0 commit comments