An Azure search service with built-in artificial intelligence capabilities that enrich information to help identify and explore relevant content at scale.
Hi @Sujay Dutta
Thanks for sharing the workaround and investigation results.
Based on the findings in this thread, the issue does not appear to be related to SharePoint connectivity, DNS resolution, or network access. The behavior is instead associated with the identity configuration used by the SharePoint datasource when working with the SharePoint Indexer preview feature.
In the reported scenario, the datasource and indexer began failing with the error:
"No such host is known"
Updating the datasource configuration by leaving federatedIdentityClientId empty:
JSON
"federatedIdentityClientId": ""
resolved the issue and allowed indexing operations to proceed successfully.
If other users encounter the same symptom, we recommend reviewing the datasource identity configuration and validating whether an explicitly populated federatedIdentityClientId is contributing to the failure. As demonstrated in this case, removing the value may help restore normal SharePoint indexing behavior.
Thank you for posting the resolution and detailed explanation. This information will be valuable for other community members who encounter similar SharePoint Indexer issues.
References
- https://learn.microsoft.com/azure/search/search-how-to-index-sharepoint-online
- https://learn.microsoft.com/azure/search/search-how-to-managed-identities
If the answer is helpful, please do click "Accept the answer” and Yes, this can be beneficial to other community members.