Skip to content

Commit 97d013f

Browse files
Merge pull request #214452 from HeidiSteen/heidist-work
[azure search] Minor misc edits on recently edited content
2 parents 468a28f + 1e49860 commit 97d013f

File tree

3 files changed

+8
-6
lines changed

3 files changed

+8
-6
lines changed

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

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,14 +8,16 @@ author: HeidiSteen
88
ms.author: heidist
99
ms.service: cognitive-search
1010
ms.topic: conceptual
11-
ms.date: 03/22/2022
11+
ms.date: 10/13/2022
1212
---
1313

1414
# Create an Azure Cognitive Search service in the portal
1515

1616
[**Azure Cognitive Search**](search-what-is-azure-search.md) is an Azure resource used for adding a full text search experience to custom apps.
1717

18-
You can create search service using the [Azure portal](https://portal.azure.com/), which is covered in this article. You can also use [Azure PowerShell](search-manage-powershell.md), [Azure CLI](/cli/azure/search), the [Management REST API](/rest/api/searchmanagement/), an [Azure Resource Manager service template](https://azure.microsoft.com/resources/templates/azure-search-create/), or a [Bicep file](search-get-started-bicep.md).
18+
If you have an Azure subscription, including a [trial subscription](https://azure.microsoft.com/pricing/free-trial/?WT.mc_id=A261C142F), you can create a search service for free. Free services have limitations, but you can complete all of the quickstarts and most tutorials.
19+
20+
The easiest way to create search service is using the [Azure portal](https://portal.azure.com/), which is covered in this article. You can also use [Azure PowerShell](search-manage-powershell.md), [Azure CLI](/cli/azure/search), the [Management REST API](/rest/api/searchmanagement/), an [Azure Resource Manager service template](https://azure.microsoft.com/resources/templates/azure-search-create/), or a [Bicep file](search-get-started-bicep.md).
1921

2022
[![Animated GIF](./media/search-create-service-portal/AnimatedGif-AzureSearch-small.gif)](./media/search-create-service-portal/AnimatedGif-AzureSearch.gif#lightbox)
2123

@@ -35,7 +37,7 @@ To try search for free, you have two options:
3537

3638
+ Alternatively, [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.
3739

38-
Paid (or billable) search becomes effective when you choose a billable tier (Basic or above) and create the resource.
40+
Paid (or billable) search becomes effective when you choose a billable tier (Basic or above) when creating the resource.
3941

4042
## Find the Azure Cognitive Search offering
4143

articles/search/search-faq-frequently-asked-questions.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ sections:
1919
- question: |
2020
What is Azure Cognitive Search?
2121
answer: |
22-
Azure Cognitive Search is a service on Azure that provides a dedicated search engine and persistent storage of your searchable content for full text search scenarios. It includes integrated AI used during indexing to extract more text and structure. It provides APIs and tools for integration and all search-related operations, including rich support in Azure portal for configuring and using most search features.
22+
Azure Cognitive Search is a service on Azure that provides a dedicated search engine and persistent storage of your searchable content for full text search scenarios. It includes integrated AI used during indexing to extract more text and structure from raw content. It provides APIs and tools for integration and all search-related operations, including rich support in Azure portal for configuring and using most search features.
2323
2424
- question: |
2525
Are "Azure Search" and "Azure Cognitive Search" the same service?
@@ -32,7 +32,7 @@ sections:
3232
The default analyzer used for tokenization is standard Lucene and it's language agnostic. Otherwise, language support is expressed through [language analyzers](index-add-language-analyzers.md#supported-language-analyzers) that apply linguistic rules to inbound (indexing) and outbound (queries) content. Some features, such as [semantic search](/rest/api/searchservice/preview-api/search-documents#queryLanguage) and [speller](speller-how-to-add.md#supported-languages), are limited to a subset of languages.
3333
3434
- question: |
35-
How do integrate search into my solution?
35+
How do I integrate search into my solution?
3636
answer: |
3737
Client code should call the client libraries or REST APIs to connect to a search index, formulate queries, and handle responses. You can also write code that builds and refreshes an index, or runs indexers programmatically or by script.
3838

articles/search/whats-new.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ For feature announcements from 2019 and 2020, see the content archive, [**Previo
6868

6969
<a name="new-service-name"></a>
7070

71-
## Service re-brand
71+
## Service re-brand announcement
7272

7373
Azure Search was renamed to **Azure Cognitive Search** in October 2019 to reflect the expanded (yet optional) use of cognitive skills and AI processing in service operations. API versions, NuGet packages, namespaces, and endpoints are unchanged. New and existing search solutions are unaffected by the service name change.
7474

0 commit comments

Comments
 (0)