azure - 配置 azure 搜索 IP 以连接到本地数据库

标签 azure azure-data-factory azure-cognitive-search indexer

我正在使用 Indexer 在 Azure Index 中加载数据。我想使用本地数据库复制azure索引中的数据。我不想使用 ADF。

Here我发现我需要允许 azure 搜索 IP 连接到本地数据库。但我不知道如何配置?

最佳答案

不建议这样做。来自 Azure SQL indexer FAQ :

Q: Can I use Azure SQL indexer with SQL databases running on-premises?

Not directly. We do not recommend or support a direct connection, as doing so would require you to open your databases to Internet traffic. Customers have succeeded with this scenario using bridge technologies like Azure Data Factory. For more information, see Push data to an Azure Search index using Azure Data Factory.

我们很想知道为什么您不能/不想使用 ADF。请将您的反馈发送给通常的 Microsoft 域中的 eugenesh。

如果您仍想设置直接连接,请按照Configure a connection from an Azure Search indexer to SQL Server on an Azure VM操作。特别是对于 IP 地址:

Restrict access to the search service IP address We strongly recommend that you restrict the access to the IP address of your search service in the ACL instead of making your SQL Azure VMs wide open to any connection requests. You can easily find out the IP address by pinging the FQDN (for example, your-search-service-name.search.windows.net) of your search service.

关于azure - 配置 azure 搜索 IP 以连接到本地数据库,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/45583235/

相关文章:

Azure 函数,延迟

Azure 搜索 : Searching for singular version of a word, 但结果中仍包含复数版本

azure - 如何构造 Azure 搜索查询以返回仅基于特定字段的通配符搜索?

Azure 数据工厂 - 读取 JSON 数组并写入单个 CSV 文件

azure - Azure 搜索上的 CORS 问题

Azure 逻辑应用 SFTP 使用路径获取文件内容因网关错误而失败

azure - 通过专用终结点将 Azure WebApp 服务连接到 SQL 托管实例

sql - 如果返回超过 1 个 MS SQL,则删除

azure-data-lake - 要复制到 Azure Data Lake 表的 Azure 数据工厂复制事件

azure - 如何设计ADF管道将一个容器数据拆分到cosmos数据库的多个容器中