Azure AI Search
Description
Introduction
Azure AI Search (formerly known as "Azure Cognitive Search") is a cloud search service that gives developers infrastructure, APIs, and tools for building a rich search experience over private, heterogeneous content in web, mobile, and enterprise applications.
Search is foundational to any app that surfaces text content to users, with common scenarios including catalog or document search, online retail, or knowledge mining for data science.
Across the Azure platform, AI Search can integrate with other Azure services in the form of indexers that automate data ingestion/retrieval from Azure data sources, and skillsets that incorporate consumable AI from Cognitive Services, such as image and natural language processing, or custom AI that you create in Azure Machine Learning or wrap inside Azure Functions.
Lab Objectives
Upon completion of this lab, you will be able to
- Create Azure search service in portal
- Create Azure search index
- Create a demo app
- Create a skill set and knowledge store
Intended Audience
This lab is intended for
- Developers
- Cloud engineers
- Anyone aiming to implement azure ai search services
Prerequisites
You should be familiar with
- The principles of the Azure Portal is helpful but not required
Updates
July 23rd, 2024 - Updated the instructions and screenshots to reflect the latest UI
September 22, 2023 - Resolved deployment issue