chris-han / Extending_SharePoint_Syntex_to_Cognitive_Search

Tutorial on How to Extend Syntex Enriched Content to Cognitive Search

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Search Enabled LOB Apps using Syntex and Cognitive Search

Overview

SharePoint Syntex, the first product from Project Cortex, has shown to be an incredibly powerful tool to enable organizations to easily transform content into knowledge. This has been enabled through machine teaching which accelerates the extraction of valuable information as metadata from content within SharePoint. Microsoft 365 has long offered the ability to effectively search over enterprise content. However, there are cases where organizations will require additional customization of their search application that are not targets for SharePoint. A few examples of this could include:

  • A unique user experience that leverages interfaces such as a geospatial search.
  • Leveraging knowledge and data relationships extracted from content.
  • Integration of content from other data sources into the search experience
  • Scale to high query rates

Azure Cognitive Search enables organizations to create these types of rich custom applications through a fully managed platform which makes extending SharePoint Syntex enriched content to Cognitive Search an excellent option for these use cases.

This document explains how to create a customer ready demo that extends SharePoint Syntex enriched content to Cognitive Search.

Requirements

  • SharePoint Tenant with Syntex enabled (instructions below on how to do this)
  • An Azure account with an active subscription. Create an account for free.
  • An Azure Cognitive Search service. Create a service or find an existing service under your current subscription. You can use a free service for this tutorial.
  • Azure Logic Apps instance

Steps

Optional:

About

Tutorial on How to Extend Syntex Enriched Content to Cognitive Search

License:MIT License