Skip to content

Commit d922758

Browse files
committed
correct region info
1 parent 62838d2 commit d922758

File tree

3 files changed

+3
-4
lines changed

3 files changed

+3
-4
lines changed

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

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -64,8 +64,7 @@ See the following table for the input limitations of the service.
6464

6565
### Region availability
6666

67-
To use this API, you must create your Azure AI Content Safety resource in one of the supported regions:
68-
- East US
67+
To use this API, you must create your Azure AI Content Safety resource in one of the supported regions. See [Region availability](../overview.md#region-availability).
6968

7069

7170
## Next steps

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ The custom category API lets you create your own content categories for your use
2626
## Prerequisites
2727

2828
* An Azure subscription - [Create one for free](https://azure.microsoft.com/free/cognitive-services/)
29-
* 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**.
29+
* 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](../overview.md#region-availability), 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.
3131
* Also [create an Azure blob storage container](https://ms.portal.azure.com/#create/Microsoft.StorageAccount-ARM) where you'll keep your training annotation file.
3232
* One of the following installed:

articles/ai-services/content-safety/quickstart-groundedness.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ Follow this guide to use Azure AI Content Safety Groundedness detection to check
1818
## Prerequisites
1919

2020
* An Azure subscription - [Create one for free](https://azure.microsoft.com/free/cognitive-services/)
21-
* 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, East US2, West US, Sweden Central), and supported pricing tier. Then select **Create**.
21+
* 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](./overview.md#region-availability), and supported pricing tier. Then select **Create**.
2222
* The resource takes a few minutes to deploy. After it does, go to the new resource. In the left pane, under **Resource Management**, select **API Keys and Endpoints**. Copy one of the subscription key values and endpoint to a temporary location for later use.
2323
* (Optional) If you want to use the _reasoning_ feature, create an Azure OpenAI Service resource with a GPT model deployed.
2424
* [cURL](https://curl.haxx.se/) or [Python](https://www.python.org/downloads/) installed.

0 commit comments

Comments
 (0)