Skip to content

Commit bd8af39

Browse files
committed
comment out tbds temporarily
1 parent 8d90a43 commit bd8af39

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

articles/ai-services/content-safety/how-to/custom-categories.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,12 +28,12 @@ The custom category API lets you create your own content categories for your use
2828
* An Azure subscription - [Create one for free](https://azure.microsoft.com/free/cognitive-services/)
2929
* Once you have your Azure subscription, <a href="https://aka.ms/acs-create" title="Create a Content Safety resource" target="_blank">create a Content Safety resource </a> in the Azure portal to get your key and endpoint. Enter a unique name for your resource, select your subscription, and select a resource group, supported region (East US), and supported pricing tier. Then select **Create**.
3030
* The resource takes a few minutes to deploy. After it finishes, Select **go to resource**. In the left pane, under **Resource Management**, select **Subscription Key and Endpoint**. Copy the endpoint and either of the key values to a temporary location for later use.
31-
* also create a blob storage container tbd
31+
* Also create an Azure blob storage container where you'll keep your training annotation file.
3232
* One of the following installed:
3333
* [cURL](https://curl.haxx.se/) for REST API calls.
3434
* [Python 3.x](https://www.python.org/) installed
3535

36-
tbd env vars?
36+
<!--tbd env vars-->
3737

3838
## Prepare your training data
3939

articles/ai-services/content-safety/how-to/incident-response.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ Follow these steps to define an incident with a few examples of text content and
3535
* [cURL](https://curl.haxx.se/) for REST API calls.
3636
* [Python 3.x](https://www.python.org/) installed
3737

38-
tbd env vars?
38+
<!--tbd env vars-->
3939

4040
## Test the text incident response API
4141

0 commit comments

Comments
 (0)