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
+9-10Lines changed: 9 additions & 10 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -13,7 +13,6 @@ ms.author: lajanuar
13
13
14
14
# Create an Azure AI Services multi-service resource
15
15
16
-
17
16
To use Content Understanding, you need an Azure AI Services resource. This multi-service resource enables access to multiple Azure AI services with a single set of credentials.
18
17
19
18
## Prerequisites
@@ -31,19 +30,19 @@ To use Content Understanding, you need an Azure AI Services resource. This multi
31
30
32
31
## Create a resource
33
32
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:
33
+
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
34
36
-
|Geography |Region | Region Identifier |
37
-
| --- | --- | --- |
38
-
|US |West US | westus|
39
-
|Europe |Sweden Central | swedencentral |
40
-
| Australia | Australia East | australiaeast |
35
+
| Region | Region Identifier |
36
+
| --- | --- |
37
+
| West US 2 | westus2|
38
+
| Sweden Central | swedencentral |
39
+
| Australia East | australiaeast |
41
40
42
41
1. Complete the **Azure AI Services** fields with the following values:
43
42
44
43
***Subscription**. Select one of your available Azure subscriptions.
45
44
***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*.
45
+
***Name**. Enter a name for your resource. We recommend using a descriptive name, for example `ProjectNameAIServicesResource`.
47
46
48
47
1. Configure other settings for your resource as needed, read, and accept the conditions (as applicable), and then select **Review + create**.
49
48
@@ -58,5 +57,5 @@ To use the Azure AI Content Understanding service, you must create your Azure AI
58
57
59
58
Now that you created your Azure AI Services multi-service resource, you're ready to try out the Content Understanding service.
60
59
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).
60
+
*Try Content Understanding with no code in [Azure AI Foundry](https://ai.azure.com/explore/aiservices/vision/contentunderstanding).
61
+
* Ready to go straight to code? Follow the [REST API QuickStart](../quickstart/use-rest-api.md).
0 commit comments