无法使用 Azure 数据工厂从 Azure 德国存储帐户复制数据

Unable to copy data from Azure Germany Storage account using Azure Data Factory

我在德国 Azure 中有一个存储帐户(主权版本,而不是 public 云),我想使用 Azure 数据工厂将其数据复制到 Azure 全局 public 存储帐户。

但 Azure 数据工厂抛出此错误:

Invalid storage connection string provided to 'UnknownLocation'. Check the storage connection string in configuration. No valid combination of account information found.

我不能使用 "AzCopy" 因为我想安排这个过程。

场景 - 使用 Azure 数据工厂将数据从“.blob.core.cloudapi.de”复制到“.blob.core.windows.net”

我认为与德国主权云的连接是失败的。如果是这样,请尝试在 ADF 中编辑该链接服务并将以下内容添加到连接字符串的末尾:

;EndpointSuffix=core.cloudapi.de;

此答案基于 ADF documentation and storage documentation