Skip to content

Commit 9a0271d

Browse files
committed
Adding missing "note"
1 parent 0d60168 commit 9a0271d

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

articles/cognitive-services/Speech-Service/how-to-custom-speech-upload-data.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -115,6 +115,9 @@ To create a dataset and connect it to an existing project, use the [Datasets_Cre
115115
- Set the required `kind` property. The possible set of values for dataset kind are: Language, Acoustic, Pronunciation, and AudioFiles.
116116
- Set the required `contentUrl` property. This is the location of the dataset.
117117

118+
> [!NOTE]
119+
> The `contentUrl` parameter should be an URL that can be retrieved with a simple anonymous GET request. For example, a [SAS URL](/azure/storage/common/storage-sas-overview) or a publicly accessible URL. URLs that require extra authorization, or expect user interaction are not supported.
120+
118121
> [!NOTE]
119122
> If you use Azure Blob URL, you can ensure maximum security of your dataset files by using trusted Azure services security mechanism. You will use the same techniques as for Batch transcription and plain Storage Account URLs for your dataset files. See details [here](batch-transcription-audio-data.md#trusted-azure-services-security-mechanism).
120123

0 commit comments

Comments
 (0)