Azure Cognitive Search

Enterprise scale search for app development.

Web Resources

3/27/2023, Azure PaaS Blog
When using Azure Cognitive Search to index data from an Azure SQL database, it's important to understand the different authentication methods that can be used to connect to the database. In this blog post, we'll explain the different authentication methods that the Search service can use to access an Azure SQL database.   Authentication Methods in SQL DB There are several authentication methods that can be used to connect to an Azure SQL database, including:   SQL Authentication SQL authentication is a method of authentication that uses a username and password to connect to an Azure SQL...
11/10/2022, Azure PaaS Blog
Scenario: You have created a Search Service and you want to import your data from the Storage account which is behind a firewall.   There are certain times when you need to update your Indexer for additional properties for a particular search service. So, while trying to update the Indexer, you navigate to “Add Indexer” option and then under Settings tab, you update the required properties.   While updating the Indexer, suddenly you encounter that it failed with the below error message. Failed to update indexer ‘xxxxxx-indexer', error: 'Error with data source: Credentials provided in the...