Skip to content

Commit 908f67f

Browse files
authored
Merge pull request #269473 from HeidiSteen/heidist-fix
TOC edits + typo
2 parents 76cb346 + bfb2bc3 commit 908f67f

File tree

5 files changed

+23
-15
lines changed

5 files changed

+23
-15
lines changed

articles/search/TOC.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -278,14 +278,12 @@
278278
href: knowledge-store-connect-power-bi.md
279279
- name: Indexers and skills
280280
items:
281-
- name: Create an indexer
282-
href: search-howto-create-indexers.md
283-
- name: Create a skillset
284-
href: cognitive-search-defining-skillset.md
285281
- name: Indexers
286282
items:
287283
- name: Indexer overview
288284
href: search-indexer-overview.md
285+
- name: Create an indexer
286+
href: search-howto-create-indexers.md
289287
- name: Run or reset indexers
290288
href: search-howto-run-reset-indexers.md
291289
- name: Schedule an indexer
@@ -322,7 +320,7 @@
322320
href: search-indexer-troubleshooting.md
323321
- name: Troubleshoot indexer errors and warnings
324322
href: cognitive-search-common-errors-warnings.md
325-
- name: Data sources (indexers)
323+
- name: Indexer data sources
326324
items:
327325
- name: Data sources gallery
328326
href: search-data-sources-gallery.md
@@ -362,6 +360,8 @@
362360
href: search-howto-index-sharepoint-online.md
363361
- name: Skillsets
364362
items:
363+
- name: Create a skillset
364+
href: cognitive-search-defining-skillset.md
365365
- name: Attach an Azure AI resource
366366
href: cognitive-search-attach-cognitive-services.md
367367
- name: Create an index projection for a secondary index
13.5 KB
Loading
11.5 KB
Loading
17 KB
Loading

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

Lines changed: 18 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ Service name requirements:
8484
## Choose a region
8585

8686
> [!IMPORTANT]
87-
> Due to high demand, Azure AI Search is currently unavaible for new instances in West Europe. If you don't immediately need semantic ranker or skillsets, choose Sweden Central because it has the most data center capacity. Otherwise, North Europe is another option.
87+
> Due to high demand, Azure AI Search is currently unavailable for new instances in West Europe. If you don't immediately need semantic ranker or skillsets, choose Sweden Central because it has the most data center capacity. Otherwise, North Europe is another option.
8888
8989
Azure AI Search is available in most regions, as listed in the [**Products available by region**](https://azure.microsoft.com/global-infrastructure/services/?products=search) page.
9090

@@ -186,23 +186,31 @@ Azure AI Search restricts the [number of resources](search-limits-quotas-capacit
186186

187187
1. Sign in to the Azure portal and find your search service.
188188

189-
1. On the left-navigation pane, scroll down and select **New Support Request.**
189+
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.
190190

191-
1. In **Issue type**, choose **Service and subscription limits (quotas).**
191+
1. In **How can we help?**, type **quota** and then select **Go**.
192192

193-
1. Select the subscription that needs more quota.
193+
1. You should see **Service and subscription limits (quotas)** as an option. Select it and then select **Next**.
194194

195-
1. Under **Quota type**, select **Search** and then select **Next**.
195+
:::image type="content" source="media/search-create-service-portal/support-ticket.png" alt-text="Screenshot of options for increasing a subscription limit.":::
196196

197-
1. In the**Problem details** section, select**Enter details**.
197+
1. Follow the prompts to select the subscription and resource for which you want to increase the limit.
198198

199-
1. Follow the prompts to select the location and tier for which you want to increase the limit.
199+
1. Select **Create a support ticket**.
200200

201-
1. Add the number of new services you would like to add to your quota. The value must not be empty and must between 0 to 100. For example, the maximum number of S2 services is 8. If you want 12 services, you would request 4 of S2 services.
201+
:::image type="content" source="media/search-create-service-portal/support-ticket-create.png" alt-text="Screenshot of the create support ticket button.":::
202202

203-
1. When you're finished, select **Save and continue** to continue creating your support request.
203+
1. Select the subscription and set quota type to **Azure AI Search**, and then select **Next**.
204204

205-
1. Provide the additional information required to file the request, and then select **Next**.
205+
1. In **Problem details**, select **Enter details**.
206+
207+
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.
208+
209+
:::image type="content" source="media/search-create-service-portal/support-ticket-quota-details.png" alt-text="Screenshot of the quota details page.":::
210+
211+
1. Select **Save and continue**.
212+
213+
1. Provide more information, such as contact information, that's required to file the request, and then select **Next**.
206214

207215
1. On **Review + create**, select **Create**.
208216

0 commit comments

Comments
 (0)