具有集成更改跟踪功能的 Azure 搜索数据源

Azure Search datasource with integrated change tracking

我正在尝试使用 SQL 集成更改跟踪创建 Azure 搜索数据源。我的数据库是 SQL Azure V12。我已经为目标 table(新闻)启用了更改跟踪 - 我已经检查并仔细检查过。但是当我尝试创建数据源时,我仍然收到错误消息:

Integrated change tracking is not enabled for table 'dbo.News'.

这是我的设置:

{
    "name": "news-titles",
    "type": "azuresql",
    "credentials": { "connectionString": "..." },
    "container": { "name": "dbo.News" },
    "dataChangeDetectionPolicy": { "@odata.type": "#Microsoft.Azure.Search.SqlIntegratedChangeTrackingPolicy" }
}

在您的数据源定义中,尝试指定不带 "dbo." 前缀的 table 名称,就像 "News" 一样。 卫生部, 尤金