DEV Community

Sardar Mudassar Ali Khan
Sardar Mudassar Ali Khan

Posted on • Updated on

Working with the Azure Cognitive Search Service Using Azure Cloud Portal

To construct a rich search experience over private, heterogeneous material in online, mobile, and corporate apps, Azure Cognitive Search (formerly known as "Azure Search") provides developers with infrastructure, APIs, and tools.
Any software that surfaces text to users relies on search, and common applications include document or catalog search, online shopping apps, and data exploration over proprietary material. You will use the following tools when building a search service:
1.A full-text search engine that operates over a search index of user-generated content.
2.Extensive indexing with lexical analysis and optional AI enrichment is available for content extraction and transformation.
3.Rich query syntax for text, fuzzy, autocomplete, geo-search, and other search types.
4.Programmability through REST APIs and client libraries in Azure SDKs
5.Azure integration at the data layer, machine learning layer, and AI (Cognitive Services)

Step 1 Select the Basic Setting

Get access to Vision, Language, Search, and Speech Cognitive Services with a single API key. Quickly connect services together to achieve more insights into your content and easily integrate with other services like Azure Search.
Microsoft provides technical documentation regarding the appropriate operation applicable to this Cognitive Service that is made available by Microsoft. The customer acknowledges and agrees that they have reviewed this document and will use this service in accordance with it. This Cognitive service is intended to process Customer Data that includes Biometric Data (as may be further described in product documentation) that the Customer may incorporate into its own systems used for personal identification or other purposes. The customer acknowledges and agrees that it is responsible for complying with the Biometric Data obligations contained in the Online Services DPA.

Image description

Step 2 Select the Network Policy

Configure network security for your Cognitive Services resource.
• All networks, including the internet, can access this resource.
• Selected networks and configure network security for your Cognitive Service resource.
• Disabled, no networks can access this resource. You could configure private endpoint connections that will be the exclusive way to access this resource.

Image description

Step 3 Select the Identity for Instance

Image description

Image description

Step 4 Select the Tags Option

Tags are name/value pairs that enable you to categorize resources and view consolidated billing by applying the same tag to multiple resources and resource groups.
Note that if you create tags and then change resource settings on other tabs, your tags will be automatically updated.

Image description

Step 5 Select the Review and Create Option

By clicking "Create", I (a) agree to the legal terms and privacy statement(s) associated with the Marketplace offering(s) listed above; (b) authorize Microsoft to bill my current payment method for the fees associated with the offering(s), with the same billing frequency as my Azure subscription; and (c) agree that Microsoft may share my contact, usage and transactional information with the provider(s) of the offering(s) for support, billing and other transactional activities. Microsoft does not provide rights for third-party offerings. See the Azure Marketplace Terms for additional details.

Image description

Step 6 Initial Deployment

Image description

Step 7 Cognitive Search Service Deployment

Our Cognitive Search Service Instance Has Been Deployed

Image description

Ready To Use

Image description

Top comments (0)