Skip to content

Commit e77637f

Browse files
committed
multi-service resource kind for AI search
1 parent 1ec72d6 commit e77637f

File tree

4 files changed

+31
-2
lines changed

4 files changed

+31
-2
lines changed

articles/ai-services/includes/quickstarts/management-azportal.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ To create an Azure AI services resource follow these instructions:
4848
4949
## Clean up resources
5050

51-
If you want to clean up and remove an Azure AI services subscription, you can delete the resource or resource group. Deleting the resource group also deletes any other resources contained in the group.
51+
If you want to clean up and remove an Azure AI services resource, you can delete the resource or resource group. Deleting the resource group also deletes any other resources contained in the group.
5252

5353
1. In the Azure portal, expand the menu on the left side to open the menu of services, and choose **Resource Groups** to display the list of your resource groups.
5454
1. Locate the resource group containing the resource to be deleted.
-55.5 KB
Loading
340 KB
Loading

articles/ai-services/multi-service-resource.md

Lines changed: 30 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,11 +67,40 @@ The multi-service resource enables access to the following Azure AI services wit
6767

6868
::: zone-end
6969

70+
## Azure AI services resource for Azure AI Search skills
71+
72+
Azure AI Search skills don't support the multi-service resource as described previously in this article. You must create a different kind of Azure AI services resource for Azure AI Search skills.
73+
74+
The multi-service resource that you can use with Azure AI Search skills is listed under **Azure AI services** > **Azure AI services multi-service account** in the portal. Look for the logo as shown here:
75+
76+
:::image type="content" source="../../media/cognitive-services-resource-portal.png" alt-text="Screenshot of the Azure AI services multi-service account in the Azure portal." lightbox="../../media/cognitive-services-resource-portal.png":::
77+
78+
> [!IMPORTANT]
79+
> Azure provides more than one resource kinds named Azure AI services. Be sure to select the one that is listed under **Azure AI services** > **Azure AI services multi-service account** with the logo as shown previously.
80+
81+
To create an Azure AI services resource follow these instructions:
82+
1. Select this link to create an **Azure AI services multi-service account** resource: [https://portal.azure.com/#create/Microsoft.CognitiveServicesAllInOne](https://portal.azure.com/#create/Microsoft.CognitiveServicesAllInOne)
83+
84+
1. On the **Create** page, provide the following information:
85+
86+
|Project details| Description |
87+
|--|--|
88+
| **Subscription** | Select one of your available Azure subscriptions. |
89+
| **Resource group** | The Azure resource group that will contain your Azure AI services multi-service account resource. You can create a new group or add it to a pre-existing group. |
90+
| **Region** | The location of your Azure AI services multi-service account instance. Different locations may introduce latency, but have no impact on the runtime availability of your resource. |
91+
| **Name** | A descriptive name for your Azure AI services multi-service account resource. For example, *MyCognitiveServicesResource*. |
92+
| **Pricing tier** | The cost of your Azure AI services multi-service account depends on the options you choose and your usage. For more information, see the API [pricing details](https://azure.microsoft.com/pricing/details/cognitive-services/). |
93+
94+
1. Configure other settings for your resource as needed, read and accept the conditions (as applicable), and then select **Review + create**.
95+
96+
> [!TIP]
97+
> If your subscription doesn't allow you to create an Azure AI services resource, you might need to enable the privilege of that [Azure resource provider](/azure/azure-resource-manager/management/resource-providers-and-types#register-resource-provider) using the [Azure portal](/azure/azure-resource-manager/management/resource-providers-and-types#azure-portal), [PowerShell command](/azure/azure-resource-manager/management/resource-providers-and-types#azure-powershell) or an [Azure CLI command](/azure/azure-resource-manager/management/resource-providers-and-types#azure-cli). If you are not the subscription owner, ask someone with the role of *Owner* or *Admin* to complete the registration for you or ask for the **/register/action** privileges to be granted to your account.
98+
7099
## Pricing
71100

72101
[!INCLUDE [SKUs and pricing](./includes/quickstarts/sku-pricing.md)]
73102

74103
## Related content
75104

76-
- Go to the [Azure AI services hub](../ai-services/index.yml).
105+
- Go to the [Azure AI services hub page](../ai-services/index.yml).
77106
- Try AI services in the [Azure AI Foundry portal](../ai-foundry/ai-services/how-to/connect-ai-services.md).

0 commit comments

Comments
 (0)