Skip to content

Commit 7c093ec

Browse files
remove byos reference from public docs
1 parent 9ec13aa commit 7c093ec

File tree

2 files changed

+0
-50
lines changed

2 files changed

+0
-50
lines changed

articles/communication-services/concepts/voice-video-calling/call-recording.md

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -63,15 +63,6 @@ A `recordingId` is returned when recording is started, which is then used for fo
6363
| Stop Recording | `recordingId` | Stops recording, and initiates final media processing for file download. |
6464

6565

66-
## Bring your own storage
67-
68-
[!INCLUDE [Private Preview](../../includes/private-preview-include-section.md)]
69-
70-
Call Recording APIs can be used to export recordings to your Azure Blob Storage Container as well. While starting recording for a call, simply specify the container path where the recording needs to be exported. Upon recording completion, Azure Communication Services will automatically fetch and upload your recording to your storage.
71-
72-
73-
![Diagram showing a call recording being automatically exported to storage container](./media/call-recording-byos-flow-zoomed.png)
74-
7566
## Event Grid notifications
7667
Call Recording use [Azure Event Grid](../../../event-grid/event-schema-communication-services.md) to provide you with notifications related to media and metadata.
7768

articles/communication-services/quickstarts/voice-video-calling/get-started-call-recording.md

Lines changed: 0 additions & 41 deletions
Original file line numberDiff line numberDiff line change
@@ -26,47 +26,6 @@ This quickstart gets you started with Call Recording for voice and video calls.
2626
[!INCLUDE [Test Call Recording with Java](./includes/call-recording-samples/call-recording-java.md)]
2727
::: zone-end
2828

29-
## Call Recording: Bring your own storage
30-
31-
[!INCLUDE [Public Preview](../../includes/private-preview-include-section.md)]
32-
33-
### Pre-requisite: Setting up Managed Identity and RBAC Role Assignments
34-
35-
#### 1.1 Enable System Assigned Managed Identity for Azure Communication Services
36-
37-
![Diagram showing a communication service resource with managed identity disabled](../media/call-recording-byos-pre-requisite-1.png)
38-
39-
1. Open your Azure Communication Services resource. Navigate to *Identity* on the left.
40-
2. System Assigned Managed Identity is disabled by default. Enable it and click of *Save*
41-
3. Once completed, you'll be able to see the Object principal ID of the newly created identity (shown below)
42-
![Diagram showing a communication service resource with managed identity enabled](../media/call-recording-byos-pre-requisite-2.png)
43-
4. Now that identity has been successfully created, click on *Azure role assignments* to start adding role assignments.
44-
45-
#### 1.2 Add Role Assignment
46-
47-
1. Click on *"Add role assignment"*
48-
![Diagram showing a communication service resource managed identity adding role assignment](../media/call-recording-byos-pre-requisite-3.png)
49-
50-
2. On the *"Add role assignment"* panel, select the following values
51-
1. Scope: **Storage**
52-
2. Subscription: **Choose your subscription**
53-
3. Resource: **Choose your storage account**
54-
4. Role: **Azure Communication Services needs *"Storage Blob Data Contributor"* to be able to write to your storage account.**
55-
![Diagram showing a communication service resource managed identity adding role assignment details](../media/call-recording-byos-pre-requisite-4.png)
56-
57-
3. Click on *"Save"*.
58-
4. Once completed, you will see the newly added role assignment in the *"Azure role assignment"* window (shown below).
59-
![Diagram showing a communication service resource managed identity role assignment success](../media/call-recording-byos-pre-requisite-5.png)
60-
61-
62-
::: zone pivot="programming-language-csharp"
63-
[!INCLUDE [Test Call Recording BYOS with C#](./includes/call-recording-samples/private-preview-call-recording-byos-csharp.md)]
64-
::: zone-end
65-
66-
::: zone pivot="programming-language-java"
67-
[!INCLUDE [Test Call Recording BYOS with Java](./includes/call-recording-samples/private-preview-call-recording-byos-java.md)]
68-
::: zone-end
69-
7029

7130
## Clean up resources
7231

0 commit comments

Comments
 (0)