Skip to content

Commit e3d375c

Browse files
authored
Merge pull request #276242 from HeidiSteen/heidist-quotas
[azure search] porting changes from inactive PR (mostly quota increase)
2 parents 866f256 + 6188d8f commit e3d375c

File tree

8 files changed

+34
-30
lines changed

8 files changed

+34
-30
lines changed
24.1 KB
Loading
75.5 KB
Loading
84.4 KB
Loading
28.1 KB
Loading

articles/search/search-create-service-portal.md

Lines changed: 20 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -219,37 +219,39 @@ A second service isn't required for high availability. High availability for que
219219

220220
## Add more services to a subscription
221221

222-
Azure AI Search restricts the [number of resources](search-limits-quotas-capacity.md#subscription-limits) you can initially create in a subscription. If you exhaust your maximum limit, file a new support request to add more search services.
222+
Azure AI Search restricts the [number of search services](search-limits-quotas-capacity.md#subscription-limits) you can initially create in a subscription. If you exhaust your maximum limit, you can request more quota.
223223

224-
1. Sign in to the Azure portal and find your search service.
224+
You must have Owner or Contributor permissions on the subscription to request quota.
225225

226-
1. On the left-navigation pane, scroll down and select **Support and Troubleshooting**. This experience is fluid, and the options and prompts might vary slightly depending on your inputs.
226+
Maximum quota for a given tier and region combination is an extra 100 search services over the baseline quota (which means 106, 108, or 116 [depending on the tier](search-limits-quotas-capacity.md#subscription-limits)). You can't increase quota for the Free tier.
227227

228-
1. In **How can we help?**, type **quota** and then select **Go**.
228+
1. Sign in to the Azure portal, search for "quotas" in your dashboard, and then select the **Quotas** service.
229229

230-
1. You should see **Service and subscription limits (quotas)** as an option. Select it and then select **Next**.
230+
:::image type="content" source="media/search-create-service-portal/quota-search.png" lightbox="media/search-create-service-portal/quota-search.png" alt-text="Screenshot of the quota search term and Quotas service in the results.":::
231231

232-
:::image type="content" source="media/search-create-service-portal/support-ticket.png" alt-text="Screenshot of options for increasing a subscription limit.":::
232+
1. In the Quota's Overview page, select **Search**.
233233

234-
1. Follow the prompts to select the subscription and resource for which you want to increase the limit.
234+
:::image type="content" source="media/search-create-service-portal/quota-overview-page.png" lightbox="media/search-create-service-portal/quota-overview-page.png" alt-text="Screenshot of the search tile in the Quota's overview page.":::
235235

236-
1. Select **Create a support ticket**.
236+
1. Set filters so that you can review existing quota for search services in the current subscription. We recommend filtering by usage.
237237

238-
:::image type="content" source="media/search-create-service-portal/support-ticket-create.png" alt-text="Screenshot of the create support ticket button.":::
238+
1. Find the region and tier that needs more quota and select the **Edit** pencil icon to begin your request.
239239

240-
1. Select the subscription and set quota type to **Azure AI Search**, and then select **Next**.
240+
:::image type="content" source="media/search-create-service-portal/quota-pencil-edit.png" lightbox="media/search-create-service-portal/quota-pencil-edit.png" alt-text="Screenshot of the My Quotas page with a region at maximum quota.":::
241241

242-
1. In **Problem details**, select **Enter details**.
242+
1. In **Quota details**, specify the location, tier, and a new limit for your subscription quota. None of the values can be empty. The new limit must be greater than the current limit, and equal to or lower than the number in the auto-approved quota increase column. For example, for the Basic tier in a given region, if the current limit is 16, your new limit can be between 17 and 80.
243243

244-
1. In **Quota details**, specify the location, tier, and new quota. None of the values can be empty. Quota must be between 0 to 100, and it should be higher than the current quota. For example, the maximum number of Basic services is 16, so your quota request should be higher than 16.
244+
| Tier | Default limit | Auto-approved quota increase | Combined total |
245+
|--|--|--|--|
246+
| Basic | 16 | 80 | 96 |
247+
| S1 | 16 | 30 | 46 |
248+
| S2 | 8 | 10 | 18 |
249+
| S3, S3HD | 6 | 10 | 16 |
250+
| L1, L2 | 6 | 10 | 16 |
245251

246-
:::image type="content" source="media/search-create-service-portal/support-ticket-quota-details.png" alt-text="Screenshot of the quota details page.":::
252+
1. Submit the request.
247253

248-
1. Select **Save and continue**.
249-
250-
1. Provide more information, such as contact information, that's required to file the request, and then select **Next**.
251-
252-
1. On **Review + create**, select **Create**.
254+
1. Monitor notifications in the Azure portal for status updates on the new limit. Most requests are approved within 24 hours.
253255

254256
## Next steps
255257

articles/search/search-manage.md

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,9 @@ description: Manage an Azure AI Search resource using the Azure portal.
66
manager: nitinme
77
author: HeidiSteen
88
ms.author: heidist
9-
ms.custom:
10-
- ignite-2023
119
ms.service: cognitive-search
1210
ms.topic: conceptual
13-
ms.date: 03/04/2024
11+
ms.date: 05/23/2024
1412
---
1513

1614
# Service administration for Azure AI Search in the Azure portal
@@ -99,6 +97,12 @@ Internally, Microsoft collects telemetry data about your service and the platfor
9997
> [!NOTE]
10098
> See the ["Data residency"](search-security-overview.md#data-residency) section of the security overview article for more information about data location and privacy.
10199
100+
### Enable semantic ranking
101+
102+
Semantic ranking is free for the first 1,000 requests per month, but you must opt-in to get the free quota.
103+
104+
In Azure portal, under **Settings** on the leftmost pane, select **Semantic ranker** and then choose the Free plan. For more information, see [Enable semantic ranker](semantic-how-to-enable-disable.md).
105+
102106
### Configure user access
103107

104108
Initially, only an owner has access to search service information and operations. [Assign roles](search-security-rbac.md) to extend access, or provide users with a search endpoint with an API key.

articles/search/search-more-like-this.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -32,14 +32,14 @@ All following examples use the hotels sample from [Quickstart: Create a search i
3232
The following query finds documents whose description fields are most similar to the field of the source document as specified by the `moreLikeThis` parameter:
3333

3434
```http
35-
GET /indexes/hotels-sample-index/docs?moreLikeThis=29&searchFields=Description&api-version=2020-06-30-Preview
35+
GET /indexes/hotels-sample-index/docs?moreLikeThis=29&searchFields=Description&api-version=2024-05-01-preview
3636
```
3737

3838
In this example, the request searches for hotels similar to the one with `HotelId` 29.
3939
Rather than using HTTP GET, you can also invoke `MoreLikeThis` using HTTP POST:
4040

4141
```http
42-
POST /indexes/hotels-sample-index/docs/search?api-version=2020-06-30-Preview
42+
POST /indexes/hotels-sample-index/docs/search?api-version=2024-05-01-preview
4343
{
4444
"moreLikeThis": "29",
4545
"searchFields": "Description"
@@ -51,15 +51,15 @@ POST /indexes/hotels-sample-index/docs/search?api-version=2020-06-30-Preview
5151
`MoreLikeThis` can be combined with other common query parameters like `$filter`. For instance, the query can be restricted to only hotels whose category is 'Budget' and where the rating is higher than 3.5:
5252

5353
```http
54-
GET /indexes/hotels-sample-index/docs?moreLikeThis=20&searchFields=Description&$filter=(Category eq 'Budget' and Rating gt 3.5)&api-version=2020-06-30-Preview
54+
GET /indexes/hotels-sample-index/docs?moreLikeThis=20&searchFields=Description&$filter=(Category eq 'Budget' and Rating gt 3.5)&api-version=2024-05-01-preview
5555
```
5656

5757
### Select fields and limit results
5858

5959
The `$top` selector can be used to limit how many results should be returned in a `MoreLikeThis` query. Also, fields can be selected with `$select`. Here the top three hotels are selected along with their ID, Name, and Rating:
6060

6161
```http
62-
GET /indexes/hotels-sample-index/docs?moreLikeThis=20&searchFields=Description&$filter=(Category eq 'Budget' and Rating gt 3.5)&$top=3&$select=HotelId,HotelName,Rating&api-version=2020-06-30-Preview
62+
GET /indexes/hotels-sample-index/docs?moreLikeThis=20&searchFields=Description&$filter=(Category eq 'Budget' and Rating gt 3.5)&$top=3&$select=HotelId,HotelName,Rating&api-version=2024-05-01-preview
6363
```
6464

6565
## Next steps

articles/search/search-query-overview.md

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,14 @@
11
---
22
title: Query types
33
titleSuffix: Azure AI Search
4-
description: Learn about the types of queries supported in Azure AI Search, including free text, filter, autocomplete and suggestions, geospatial search, system queries, and document lookup.
4+
description: Learn about the types of queries supported in Azure AI Search, including vector and hybrid queries, free text, filter, autocomplete and suggestions, geospatial search, system queries, and document lookup.
55

66
manager: nitinme
77
author: HeidiSteen
88
ms.author: heidist
99
ms.service: cognitive-search
10-
ms.custom:
11-
- ignite-2023
1210
ms.topic: conceptual
13-
ms.date: 10/09/2023
11+
ms.date: 05/23/2024
1412
---
1513

1614
# Querying in Azure AI Search
@@ -61,7 +59,7 @@ Geospatial search uses kilometers for distance. Coordinates are specified in thi
6159
Here's an example of a filter for geospatial search. This filter finds other `Location` fields in the search index that have coordinates within a 300-kilometer radius of the geography point (in this example, Washington D.C.). It returns address information in the result, and includes an optional `facets` clause for self-navigation based on location.
6260

6361
```http
64-
POST https://{{searchServiceName}}.search.windows.net/indexes/hotels-vector-quickstart/docs/search?api-version=2023-07-01-Preview
62+
POST https://{{searchServiceName}}.search.windows.net/indexes/hotels-vector-quickstart/docs/search?api-version=2024-05-01-preview
6563
{
6664
"count": true,
6765
"search": "*",

0 commit comments

Comments
 (0)