Skip to content

Commit e75f6f2

Browse files
Merge pull request #1367 from jinruishao/patch-25
Update quickstart-custom-categories.md
2 parents aa843c2 + 55cbc35 commit e75f6f2

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

articles/ai-services/content-safety/quickstart-custom-categories.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,8 +45,12 @@ To train a custom category, you need example text data that represents the categ
4545
> For tips on creating your own data set, see the [How-to guide](./how-to/custom-categories.md#prepare-your-training-data).
4646
4747
1. Download the [sample text data file](https://github.com/Azure-Samples/cognitive-services-sample-data-files/blob/master/ContentSafety/survival-advice.jsonl) from the GitHub repository.
48-
1. Upload the _.jsonl_ file to your Azure Storage account blob container. Then copy the blob URL to a temporary location for later use.
48+
2. Upload the _.jsonl_ file to your Azure Storage account blob container. Then copy the blob URL to a temporary location for later use.
4949

50+
> [!IMPORTANT]
51+
> **The user's storage account is set up as a hierarchical namespace account, which cannot be supported by Custom Categories. Please try using a regular storage account instead.**
52+
For example, your blob URL cannot be split into two layers, such as example/example1/, and should only have one layer. For more details, refer to the documentation: [Azure Data Lake Storage hierarchical namespace - Azure Storage](https://learn.microsoft.com/azure/storage/blobs/data-lake-storage-namespace).
53+
>
5054
### Grant storage access
5155

5256
[!INCLUDE [storage-account-access](./includes/storage-account-access.md)]

0 commit comments

Comments
 (0)