Skip to content

Commit 13e50fb

Browse files
committed
Merge branch 'patch-19' into dybe-4702-multi-service
2 parents 6126a66 + 833a549 commit 13e50fb

File tree

1 file changed

+10
-9
lines changed

1 file changed

+10
-9
lines changed

articles/ai-services/content-understanding/how-to/create-multi-service-resource.md

Lines changed: 10 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -31,19 +31,20 @@ To use Content Understanding, you need an Azure AI Services resource. This multi
3131

3232
## Create a resource
3333

34-
To use the Azure AI Content Understanding service, you must create your Azure AI Service resource in a supported region. The Content Understanding features are available in the following regions:
34+
To use the Azure AI Content Understanding service, you must create your Azure AI Service resource in a supported region. Content Understanding is available in the following regions:
3535

36-
| Geography | Region | Region Identifier |
37-
| --- | --- | --- |
38-
| US | West US | westus |
39-
| Europe | Sweden Central | swedencentral |
40-
| Australia | Australia East | australiaeast |
36+
| Region | Region Identifier |
37+
| --- | --- |
38+
| West US 2 | westus2 |
39+
| Sweden Central | swedencentral |
40+
| UK South | uksouth |
41+
| Australia East | australiaeast |
4142

4243
1. Complete the **Azure AI Services** fields with the following values:
4344

4445
* **Subscription**. Select one of your available Azure subscriptions.
4546
* **Resource group**. The [Azure resource group](/azure/cloud-adoption-framework/govern/resource-consistency/resource-access-management#what-is-an-azure-resource-group) that contains your resource. You can create a new group or add it to an existing group.
46-
* **Name**. Enter a name for your resource. We recommend using a descriptive name, for example *YourNameAIServicesResource*.
47+
* **Name**. Enter a name for your resource. We recommend using a descriptive name, for example *ProjectNameAIServicesResource*.
4748

4849
1. Configure other settings for your resource as needed, read, and accept the conditions (as applicable), and then select **Review + create**.
4950

@@ -58,5 +59,5 @@ To use the Azure AI Content Understanding service, you must create your Azure AI
5859

5960
Now that you created your Azure AI Services multi-service resource, you're ready to try out the Content Understanding service.
6061

61-
* Check out this Quickstart to [try Content Understanding in the AI Foundry](../quickstart/use-ai-foundry.md).
62-
* Ready to go straight to code? [Try the Content Understanding REST API](../quickstart/use-rest-api.md).
62+
* Try Content Understanding with no code in [Azure AI Foundry](https://ai.azure.com/explore/aiservices/vision/contentunderstanding).
63+
* Ready to go straight to code? Follow the [REST API QuickStart](../quickstart/use-rest-api.md).

0 commit comments

Comments
 (0)