Skip to content

Commit 0d60168

Browse files
committed
Explaining details on Data set URL requirements
1 parent 321a888 commit 0d60168

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

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

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,9 @@ To upload your own datasets in Speech Studio, follow these steps:
3232
1. Select a dataset type, and then select **Next**.
3333
1. Specify the dataset location, and then select **Next**. You can choose a local file or enter a remote location such as Azure Blob URL.
3434

35+
> [!NOTE]
36+
> If you select remote location, it 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.
37+
3538
> [!NOTE]
3639
> 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).
3740
@@ -51,6 +54,8 @@ To create a dataset and connect it to an existing project, use the `spx csr data
5154
- Set the `project` parameter to the ID of an existing project. This is recommended so that you can also view and manage the dataset in Speech Studio. You can run the `spx csr project list` command to get available projects.
5255
- Set the required `kind` parameter. The possible set of values for dataset kind are: Language, Acoustic, Pronunciation, and AudioFiles.
5356
- Set the required `contentUrl` parameter. This is the location of the dataset.
57+
> [!NOTE]
58+
> 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.
5459
5560
> [!NOTE]
5661
> 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).

0 commit comments

Comments
 (0)