【发布时间】:2019-07-03 03:10:54
【问题描述】:
我正在尝试在我的数据工厂中创建“集成运行时”(AZURE-SSIS 类型)。 (在云中运行我的 SSIS 包)我已经有一个虚拟机(Azure SQL 数据库服务器启动并运行)。
在创建 IR 的过程中,我无法将我的 AZURE SQL 数据库 SSISDB 目录链接到“目录数据库服务器端点”(或)服务器未显示在下拉框中。
在 MSDN 博客中它说
"Confirm that the **Allow access to Azure services** setting is enabled for the database server. This is not applicable when you use Azure SQL Database with virtual network service endpoints/Managed Instance to host SSISDB."
有人知道如何启用此功能吗?我希望通过启用此功能,我可以在 IR 中链接我的服务器并在云中运行包。
谢谢
【问题讨论】:
-
谷歌搜索“azure sql 数据库允许访问 azure 服务”的第一个结果解释了如何。
标签: azure azure-sql-database azure-data-factory-2