Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 6d5b18a

Browse files
committed
fixed sharepoint branding
1 parent 00ad995 commit 6d5b18a

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
lines changed

articles/search/TOC.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -369,7 +369,7 @@
369369
href: search-howto-connecting-azure-sql-iaas-to-azure-search-using-indexers.md
370370
- name: Power Query data sources
371371
href: search-how-to-index-power-query-data-sources.md
372-
- name: SharePoint on Microsoft 365
372+
- name: SharePoint in Microsoft 365
373373
href: search-howto-index-sharepoint-online.md
374374
- name: Skillsets (indexers)
375375
items:

articles/search/search-data-sources-gallery.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -831,7 +831,7 @@ The Database Server connector will crawl content from a Relational Database serv
831831

832832
by [BA Insight](https://www.bainsight.com/)
833833

834-
The Deltek Vision Connector honors the security of the source system and provides both full and incremental crawls, so users always have the latest information available to them. It indexes content from Deltek Vision into Azure, SharePoint on Microsoft 365, or SharePoint 2016/2013, surfacing it through BA Insight's SmartHub to provide users with integrated search results.
834+
The Deltek Vision Connector honors the security of the source system and provides both full and incremental crawls, so users always have the latest information available to them. It indexes content from Deltek Vision into Azure, SharePoint in Microsoft 365, or SharePoint 2016/2013, surfacing it through BA Insight's SmartHub to provide users with integrated search results.
835835

836836
[More details](https://www.bainsight.com/connectors/deltek-connector-sharepoint-azure-elasticsearch/)
837837

@@ -2451,7 +2451,7 @@ BA Insight's SharePoint Connector allows you to connect to SharePoint 2019, fetc
24512451

24522452
---
24532453

2454-
### SharePoint on Microsoft 365
2454+
### SharePoint in Microsoft 365
24552455

24562456
by [Accenture](https://www.accenture.com)
24572457

@@ -2475,11 +2475,11 @@ The SharePoint connector will crawl content from any SharePoint site collection
24752475

24762476
---
24772477

2478-
### SharePoint on Microsoft 365
2478+
### SharePoint in Microsoft 365
24792479

24802480
by [BA Insight](https://www.bainsight.com/)
24812481

2482-
BA Insight's SharePoint Connector allows you to connect to SharePoint on Microsoft 365, fetch data from any site, document library, or list; and index this content securely.
2482+
BA Insight's SharePoint Connector allows you to connect to SharePoint in Microsoft 365, fetch data from any site, document library, or list; and index this content securely.
24832483

24842484
[More details](https://www.bainsight.com/connectors/sharepoint-online-connector/)
24852485

articles/search/search-howto-index-sharepoint-online.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ An indexer in Azure Cognitive Search is a crawler that extracts searchable data
3333

3434
## Prerequisites
3535

36-
+ [SharePoint for Microsoft 365](/sharepoint/introduction) cloud service
36+
+ [SharePoint in Microsoft 365](/sharepoint/introduction) cloud service
3737

3838
+ Files in a [document library](https://support.microsoft.com/office/what-is-a-document-library-3b5976dd-65cf-4c9e-bf5a-713c10ca2872)
3939

articles/search/search-what-is-data-import.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ The pull model crawls a supported data source and automatically uploads the data
6666
+ [Azure Files (preview)](search-file-storage-integration.md)
6767
+ [Azure Cosmos DB](search-howto-index-cosmosdb.md)
6868
+ [Azure SQL Database, SQL Managed Instance, and SQL Server on Azure VMs](search-howto-connecting-azure-sql-database-to-azure-search-using-indexers.md)
69-
+ [SharePoint on Microsoft 365 (preview)](search-howto-index-sharepoint-online.md)
69+
+ [SharePoint in Microsoft 365 (preview)](search-howto-index-sharepoint-online.md)
7070
+ [Power Query data connectors (preview)](search-how-to-index-power-query-data-sources.md)
7171

7272
Indexers connect an index to a data source (usually a table, view, or equivalent structure), and map source fields to equivalent fields in the index. During execution, the rowset is automatically transformed to JSON and loaded into the specified index. All indexers support scheduling so that you can specify how frequently the data is to be refreshed. Most indexers provide change tracking if the data source supports it. By tracking changes and deletes to existing documents in addition to recognizing new documents, indexers remove the need to actively manage the data in your index.

0 commit comments

Comments
 (0)