You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/ai-services/content-understanding/how-to/create-multi-service-resource.md
+10-9Lines changed: 10 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -31,19 +31,20 @@ To use Content Understanding, you need an Azure AI Services resource. This multi
31
31
32
32
## Create a resource
33
33
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:
35
35
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 |
41
42
42
43
1. Complete the **Azure AI Services** fields with the following values:
43
44
44
45
***Subscription**. Select one of your available Azure subscriptions.
45
46
***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*.
47
48
48
49
1. Configure other settings for your resource as needed, read, and accept the conditions (as applicable), and then select **Review + create**.
49
50
@@ -58,5 +59,5 @@ To use the Azure AI Content Understanding service, you must create your Azure AI
58
59
59
60
Now that you created your Azure AI Services multi-service resource, you're ready to try out the Content Understanding service.
60
61
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