Azure-docs: 默认参数化模板中缺少“ Microsoft.DataFactory / factories / datasets”下的“位置”节点

创建于 2020-04-24  ·  1评论  ·  资料来源: MicrosoftDocs/azure-docs

默认参数化模板中“ Microsoft.DataFactory / factories / datasets”下的当前节点

    "Microsoft.DataFactory/factories/datasets": {
        "*": {
            "properties": {
                "typeProperties": {
                    "folderPath": "=",
                    "fileName": "="
                }
            }
        }}

“ typeProperties”和“ folderPath”之间缺少“位置”节点。

    "Microsoft.DataFactory/factories/datasets": {
        "*": {
            "properties": {
                "typeProperties": {
                  "location" : {
                    "folderPath": "=",
                    "fileName": "="
                  }
                }
            }
        }}

文件详细资料

请勿编辑此部分。

Pri1 cxp data-factorsvc product-question triaged

最有用的评论

@ t104

尽管对于许多数据集,文件路径是location字段的子集,但我们还有许多仍在使用规定的格式。请记住,'='仅保留当前值,并且不会生成ARM参数。 这只是一个默认模板,可以帮助您开始使用自定义参数,因此请根据您的任何配置对其进行编辑!

谢谢,
丹尼尔

请关闭

>所有评论

@ t104

尽管对于许多数据集,文件路径是location字段的子集,但我们还有许多仍在使用规定的格式。请记住,'='仅保留当前值,并且不会生成ARM参数。 这只是一个默认模板,可以帮助您开始使用自定义参数,因此请根据您的任何配置对其进行编辑!

谢谢,
丹尼尔

请关闭

此页面是否有帮助?
0 / 5 - 0 等级

相关问题

paulmarshall picture paulmarshall  ·  3评论

spottedmahn picture spottedmahn  ·  3评论

varma31 picture varma31  ·  3评论

mrdfuse picture mrdfuse  ·  3评论

Ponant picture Ponant  ·  3评论