Proposed Pull Request Change

title description services author ms.service ms.subservice ms.date ms.topic ms.custom ms.author
include file C# call recording bring your own storage azure-communication-services dbasantes azure-communication-services azure-communication-services 03/17/2023 include include file dbasantes
📄 Document Links
GitHub View on GitHub Microsoft Learn View on Microsoft Learn
Raw New Markdown
Generating updated version of doc...
Rendered New Markdown
Generating updated version of doc...
+0 -0
+0 -0
--- title: include file description: C# call recording bring your own storage services: azure-communication-services author: dbasantes ms.service: azure-communication-services ms.subservice: azure-communication-services ms.date: 03/17/2023 ms.topic: include ms.custom: include file ms.author: dbasantes --- ## Using Azure blob storage for external storage ```csharp StartRecordingOptions recordingOptions = new StartRecordingOptions(new ServerCallLocator("<serverCallId>")) { //... ExternalStorage = new BlobStorage(new Uri("<Insert Container / Blob Uri>")) }; Response<RecordingStateResult> startRecordingWithResponse = await callAutomationClient.GetCallRecording() .StartRecordingAsync(options: recordingOptions); ```
Success! Branch created successfully. Create Pull Request on GitHub
Error: