gpt4 book ai didi

Azure 数据工厂 - 参数插值

转载 作者:行者123 更新时间:2023-12-03 04:54:36 25 4
gpt4 key购买 nike

我正在尝试将管道参数添加到 Azure 数据工厂中的 Azure Function 应用的发布请求正文中。看起来该字符串没有被替换,但 Microsoft 文档表明我正在以正确的方式进行操作。参见这里:https://learn.microsoft.com/en-gb/azure/data-factory/control-flow-web-activity#request-payload-schema

这是我遇到的错误的屏幕截图:

enter image description here

我对如何将管道参数正确插入此请求感到困惑

谢谢!

最佳答案

正如本文中提到的document ,将参数括在大括号内 @{pipeline().parameters.ParameterName}

下面是我的示例 API 帖子正文的示例:

{

"tourist_name": "@{pipeline().parameters.name}",
"tourist_email": "@{pipeline().parameters.email}",
"tourist_location": "@{pipeline().parameters.location}"
}

enter image description here

关于Azure 数据工厂 - 参数插值,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/72140789/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com