Skip to content

Commit 63bcdbe

Browse files
authored
Merge pull request #127605 from alexeyo26/alexeyo/speech-batch-non-policy-sas
Speech Service Batch transcription: content explaining that policy-based SAS are not supported.
2 parents a2b77b2 + 424fdc8 commit 63bcdbe

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/cognitive-services/Speech-Service/batch-transcription.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ manager: nitinme
88
ms.service: cognitive-services
99
ms.subservice: speech-service
1010
ms.topic: conceptual
11-
ms.date: 08/20/2020
11+
ms.date: 08/28/2020
1212
ms.author: wolfma
1313
ms.custom: devx-track-csharp
1414
---
@@ -167,7 +167,7 @@ Use these optional properties to configure transcription:
167167
`destinationContainerUrl`
168168
:::column-end:::
169169
:::column span="2":::
170-
Optional URL with [service SAS](../../storage/common/storage-sas-overview.md) to a writeable container in Azure. The result is stored in this container. When not specified, Microsoft stores the results in a storage container managed by Microsoft. When the transcription is deleted by calling [Delete transcription](https://westus.dev.cognitive.microsoft.com/docs/services/speech-to-text-api-v3-0/operations/DeleteTranscription), the result data will also be deleted.
170+
Optional URL with [Service ad hoc SAS](../../storage/common/storage-sas-overview.md) to a writeable container in Azure. The result is stored in this container. SAS with stored access policy are **not** supported. When not specified, Microsoft stores the results in a storage container managed by Microsoft. When the transcription is deleted by calling [Delete transcription](https://westus.dev.cognitive.microsoft.com/docs/services/speech-to-text-api-v3-0/operations/DeleteTranscription), the result data will also be deleted.
171171
:::row-end:::
172172

173173
### Storage

0 commit comments

Comments
 (0)