How to Connect Azure AI Search to a Specific SharePoint Folder?
Davide Garrido
10
Reputation points
I am working on integrating Azure AI Search with SharePoint Online to enable indexing and searching of documents stored in a specific folder within a SharePoint site. The goal is to only retrieve and index files located in a designated folder.
/sites/Proyectos/Documentos%20compartidos/Forms/AllItems.aspx?newTargetListUrl=%2Fsites%2FNewsite%2FShared%20docuents&viewpath=%2Fsites%2FNewsite%2FShared%20docuents%2FForms%2FAllItems%2Easpx&id=%2Fsites%2FNewsite%2FShared%20docuents%2myfolder
"container" : { "name" : "useQuery", "query" : "includeLibrariesInSite=https://mysite.sharepoint.com/sites/Proyectos/Documentos%20compartidos/Forms/AllItems.aspx?newTargetListUrl=%2Fsites%2FNewsite%2FShared%20docuents&viewpath=%2Fsites%2FNewsite%2FShared%20docuents%2FForms%2FAllItems%2Easpx&id=%2Fsites%2FNewsite%2FShared%20docuents%2myfolder" }
Sign in to answer