Skip to content

Commit d56bb13

Browse files
authored
Merge pull request #4747 from laujan/dybe-4702-multi-service
Dybe 4702 multi service
2 parents 6126a66 + 5fb8530 commit d56bb13

File tree

1 file changed

+9
-10
lines changed

1 file changed

+9
-10
lines changed

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

Lines changed: 9 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@ ms.author: lajanuar
1313

1414
# Create an Azure AI Services multi-service resource
1515

16-
1716
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.
1817

1918
## Prerequisites
@@ -31,19 +30,19 @@ To use Content Understanding, you need an Azure AI Services resource. This multi
3130

3231
## Create a resource
3332

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:
3534

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 |
4140

4241
1. Complete the **Azure AI Services** fields with the following values:
4342

4443
* **Subscription**. Select one of your available Azure subscriptions.
4544
* **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`.
4746

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

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

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

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

Comments
 (0)