Azure 数据工厂拒绝使用删除任务删除 VM 上的文件
Azure Data Factory Denied Delete File on VM with Delete Task
我在 Azure 数据工厂上有删除任务,我想删除 VM 上文件系统作为链接服务的文件。
但我尝试调试这个 activity 有错误并被拒绝这样的权限:
仅供参考,我可以使用键盘上的删除键从 VM 中删除此文件。非常感谢回答我的问题。
确保您已关注 Prerequisites and the username and password provided at FileSystem linked service has enough privilege (write permission) to delete the source file. (latest version of self-hosted integration runtime, If the access is restricted to IPs that are approved in the firewall rules, you can add Azure Integration Runtime IPs 到允许列表)
您可以通过对同一源文件使用查找 activity 来验证访问权限。
在文件系统链接服务中,您必须指定文件夹的路径,即“文件夹的根路径或 Azure 文件存储端点”
e.g. C:\[Folder]
接下来在数据集中您可以进一步指定相对目录或文件名。
我在 Azure 数据工厂上有删除任务,我想删除 VM 上文件系统作为链接服务的文件。
但我尝试调试这个 activity 有错误并被拒绝这样的权限:
仅供参考,我可以使用键盘上的删除键从 VM 中删除此文件。非常感谢回答我的问题。
确保您已关注 Prerequisites and the username and password provided at FileSystem linked service has enough privilege (write permission) to delete the source file. (latest version of self-hosted integration runtime, If the access is restricted to IPs that are approved in the firewall rules, you can add Azure Integration Runtime IPs 到允许列表)
您可以通过对同一源文件使用查找 activity 来验证访问权限。
在文件系统链接服务中,您必须指定文件夹的路径,即“文件夹的根路径或 Azure 文件存储端点”
e.g. C:\[Folder]
接下来在数据集中您可以进一步指定相对目录或文件名。