1

我正在尝试实现一个执行存储过程活动的自定义点网活动。

我知道 ADF 已经内置了StoredProcActivity. 但我想插入一个已经加密的表(使用 Always Encryption 提供程序作为 Azure Key Vault)

要始终解决方法,使用 Azure Key Vault 进行加密要求连接字符串如下所示

我构造的东西是简单的,而创建一个AzureSqlLinkedService. 我已经用Column Encryption Setting=enabledaalue 添加到我的连接字符串中。实际上,我的连接字符串是这样的:

Data Source=tcp:<ServerNAme>.database.windows.net,1433;Initial Catalog=<DBName>;User ID=<UserName>@<ServerNAme>;Password=<Password>;Integrated Security=False;Encrypt=True;Connect Timeout=30;Column Encryption Setting=enabled;

但是,我得到了一个错误

实体配置失败:无法连接到链接服务。指定的连接字符串无效。

4

0 回答 0