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/search/search-create-service-portal.md
+25-20Lines changed: 25 additions & 20 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,65 +4,70 @@ titleSuffix: Azure AI Search
4
4
description: Learn how to set up an Azure AI Search resource in the Azure portal. Choose resource groups, regions, and a pricing tier.
5
5
6
6
manager: nitinme
7
-
author: HeidiSteen
8
-
ms.author: heidist
7
+
author: haileytap
8
+
ms.author: haileytapia
9
9
ms.service: azure-ai-search
10
10
ms.custom:
11
11
- references_regions
12
12
- build-2024
13
13
ms.topic: conceptual
14
-
ms.date: 01/15/2025
14
+
ms.date: 02/13/2025
15
15
---
16
16
17
17
# Create an Azure AI Search service in the Azure portal
18
18
19
-
[**Azure AI Search**](search-what-is-azure-search.md) is an informationretrieval platform for the enterprise. It supports traditional search and conversational AI-driven search for "chat with your data" experiences over your proprietary content.
19
+
[Azure AI Search](search-what-is-azure-search.md) is an information-retrieval platform for the enterprise. It supports traditional search and conversational, AI-driven search for "chat with your data" experiences across proprietary content.
20
20
21
-
The easiest way to create a service is using the [Azure portal](https://portal.azure.com/), which is covered in this article.
21
+
The easiest way to create a search service is through the [Azure portal](https://portal.azure.com/), which is covered in this article.
22
22
23
-
You can also use [Azure PowerShell](search-manage-powershell.md#create-or-delete-a-service), [Azure CLI](search-manage-azure-cli.md#create-or-delete-a-service), the [Management REST API](search-manage-rest.md#create-or-update-a-service), an [Azure Resource Manager service template](search-get-started-arm.md), a [Bicep file](search-get-started-bicep.md), or [Terraform](search-get-started-terraform.md).
23
+
[](./media/search-create-service-portal/AnimatedGif-AzureSearch.gif#lightbox)
You can also use [Azure PowerShell](search-manage-powershell.md#create-or-delete-a-service), the [Azure CLI](search-manage-azure-cli.md#create-or-delete-a-service), the [Management REST API](search-manage-rest.md#create-or-update-a-service), an [Azure Resource Manager service template](search-get-started-arm.md), a [Bicep file](search-get-started-bicep.md), or [Terraform](search-get-started-terraform.md).
26
26
27
27
## Before you start
28
28
29
-
A few service properties are fixed for the lifetime of the service. Before creating the service, decide on a name, region, and tier.
29
+
Some properties are fixed for the lifetime of the search service. Before creating your service, decide on a name, region, and tier.
30
30
31
-
+[Service name](#name-the-service) becomes part of the URL endpoint. The name must be unique and it must conform to naming rules.
31
+
+[Service name](#name-the-service) becomes part of the URL endpoint. The name must be unique and follow naming rules.
32
32
33
-
+[Region](search-region-support.md) determines data residency and the availability of certain features. Semantic ranker and Azure AI integration come with region requirements. Make sure your region of choice supports the features you need.
33
+
+[Region](search-region-support.md) determines data residency and availability of certain features. Semantic ranker and Azure AI integration have region requirements. Make sure your region of choice supports the features you need.
34
34
35
35
+[Service tier](search-sku-tier.md) determines infrastructure, service limits, and billing. Some features aren't available on lower or specialized tiers.
36
36
37
37
## Subscribe (free or paid)
38
38
39
-
Paid (or billable) search occurs when you choose a billable tier (Basic or higher) when creating the resource on a billable Azure subscription.
39
+
Paid (or billable) search occurs when you choose a billable tier (Basic or higher) when creating the search service on a billable Azure subscription.
40
40
41
-
To try Azure AI Search for free, [open a trial subscription](https://azure.microsoft.com/pricing/free-trial/?WT.mc_id=A261C142F) and then create your search service by choosing the **Free** tier. You can have one free search service per Azure subscription. Free search services are intended for short-termevaluation of the product for nonproduction applications. Generally, you can complete all of the quickstarts and most tutorials, except for those featuring semantic ranker (it requires a billable service). Free services that are inactive for an extended period of time can be deleted by Microsoft to make room for other services.
41
+
To try Azure AI Search for free, [open a trial subscription](https://azure.microsoft.com/pricing/free-trial/?WT.mc_id=A261C142F) and select the Free tier when creating your service. Each Azure subscription can have one free search service, which is intended for short-term, non-production evaluation of the product. Afterwards, you can complete all of the quickstarts and most of the tutorials, except those featuring semantic ranker, which requires a billable service.
42
42
43
-
Alternatively, you can use free credits to try out paid Azure services. With this approach, you can create your search service at **Basic** or higher to get more capacity. Your credit card is never charged unless you explicitly change your settings and ask to be charged. Another approach is to [activate Azure credits in a Visual Studio subscription](https://azure.microsoft.com/pricing/member-offers/msdn-benefits-details/?WT.mc_id=A261C142F). A Visual Studio subscription gives you credits every month you can use for paid Azure services.
43
+
> [!NOTE]
44
+
> To make room for other services, Microsoft might delete free services that are inactive for an extended period of time.
45
+
46
+
Alternatively, you can use free credits to try paid Azure services. With this approach, you can create your service at the Basic tier or higher for more capacity. Your credit card is never charged unless you change your settings and ask to be charged. Another approach is to [activate Azure credits in a Visual Studio subscription](https://azure.microsoft.com/pricing/member-offers/msdn-benefits-details/?WT.mc_id=A261C142F). This subscription gives you monthly credits to explore paid Azure services.
44
47
45
48
## Find the Azure AI Search offering
46
49
47
50
1. Sign in to the [Azure portal](https://portal.azure.com/).
48
51
49
-
1.Select (**Create Resource"**) in the top-left corner.
52
+
1.In the upper-left corner, select **Create a resource**.
50
53
51
-
1. Use the search bar to find "Azure AI Search*.
54
+
:::image type="content" source="media/search-create-service-portal/find-search3.png" lightbox="media/search-create-service-portal/find-search3.png" alt-text="Screenshot of the Create a Resource page in the Azure portal." border="true":::
52
55
53
-
:::image type="content" source="media/search-create-service-portal/find-search3.png" lightbox="media/search-create-service-portal/find-search3.png" alt-text="Screenshot of the Create Resource page in the Azure portal." border="true":::
56
+
1. In the search box, enter **Azure AI Search**.
54
57
55
58
## Choose a subscription
56
59
57
-
If you have more than one subscription, choose one for your search service. If you're implementing [customer-managed encryption](search-security-manage-encryption-keys.md) or if you use other features that depend on managed service identities for [external data access](search-indexer-securing-resources.md), choose the same subscription as the one used for Azure Key Vault or other services for which managed identities are used.
60
+
If you have multiple subscriptions, choose one for your search service.
61
+
62
+
If you're implementing [customer-managed encryption](search-security-manage-encryption-keys.md) or using other features that depend on managed service identities for [external data access](search-indexer-securing-resources.md), choose the same subscription as the one used for Azure Key Vault or other services that use managed identities.
58
63
59
64
## Set a resource group
60
65
61
-
A resource group is a container that holds related resources for your Azure solution. It's useful for consolidating same-solution resources, monitoring costs, and for checking the creation date of your search service.
66
+
A resource group is a container that holds related resources for an Azure solution. Use it to consolidate same-solution resources, monitor costs, and check the creation date of your search service.
62
67
63
-
:::image type="content" source="media/search-create-service-portal/new-resource-group.png" lightbox="media/search-create-service-portal/new-resource-group.png" alt-text="Screenshot of the Create Resource Group page in the Azure portal." border="true":::
68
+
:::image type="content" source="media/search-create-service-portal/new-resource-group.png" lightbox="media/search-create-service-portal/new-resource-group.png" alt-text="Screenshot of the Create a Resource Group page in the Azure portal." border="true":::
64
69
65
-
Over time, you can track current and projected costs all-up or you can view charges for individual resources. The following screenshot shows the kind of cost information you can expect to see when you combine multiple resources into one group.
70
+
Over time, you can track current and projected costs all-up or view charges for individual resources. The following screenshot shows the kind of cost information you can expect to see when you combine multiple resources into one group.
66
71
67
72
:::image type="content" source="media/search-create-service-portal/resource-group-cost-management.png" lightbox="media/search-create-service-portal/resource-group-cost-management.png" alt-text="Screenshot of the Managing costs page in the Azure portal." border="true":::
0 commit comments