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 Role Based Access Controls(RBAC) role assignments
19
+
## Prerequisite: 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
@@ -28,7 +28,7 @@ This quickstart gets you started with Bring your own Azure storage for Call Reco
28
28
29
29

30
30
31
-
4. Once the identity has been successfully created, click on *Azure role assignments* to start adding role assignments.
31
+
4. Once the identity is successfully created, click on *Azure role assignments* to start adding role assignments.
32
32
33
33
### 2. Add role assignment
34
34
@@ -44,7 +44,7 @@ This quickstart gets you started with Bring your own Azure storage for Call Reco
44
44
45
45

46
46
47
-
3. Click on *"Save"*.
47
+
3. Click on *Save*.
48
48
4. Once completed, you see the newly added role assignment in the *"Azure role assignment"* window.
49
49
50
50

@@ -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 exported to the external storage location.
66
+
To notify your services when the recorded media is ready and exported to the external storage location, use an [Azure Event Grid](../../../../event-grid/overview.md) web hook, or other triggered action.
67
67
68
68
Refer to this example of the event schema.
69
69
@@ -74,11 +74,11 @@ Refer to this example of the event schema.
0 commit comments