导入 Azure 数据工厂 V2 ARM 模板时,在顶部添加了意外字符

When doing an Import of an Azure Data Factory V2 ARM template, unexpected characters are added at the top

我正在关注连续 integration deployment guide for azure data factory V2, I'm stuck at the Import ARM step, for some reason, after Loading the arm_template.zip I get unexpected characters that cause my json file to fail

关于如何避免这些或清理这些有什么想法吗?

现在我只是删除了左括号之前的所有内容,并确保 JSON 格式正确并且看起来有效!但是我仍然很想知道为什么导入会得到这些意想不到的字符

意外字符实际上是 zip 文件头。

您需要自己解压 arm_template.zip 并仅上传 arm_template.json 文件。