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/includes/quickstarts/management-azportal.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -48,7 +48,7 @@ To create an Azure AI services resource follow these instructions:
48
48
49
49
## Clean up resources
50
50
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.
52
52
53
53
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.
54
54
1. Locate the resource group containing the resource to be deleted.
Copy file name to clipboardExpand all lines: articles/ai-services/multi-service-resource.md
+30-1Lines changed: 30 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -67,11 +67,40 @@ The multi-service resource enables access to the following Azure AI services wit
67
67
68
68
::: zone-end
69
69
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
+
70
99
## Pricing
71
100
72
101
[!INCLUDE [SKUs and pricing](./includes/quickstarts/sku-pricing.md)]
73
102
74
103
## Related content
75
104
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).
77
106
- Try AI services in the [Azure AI Foundry portal](../ai-foundry/ai-services/how-to/connect-ai-services.md).
0 commit comments