gpt4 book ai didi

azure - 通过数据工厂使用逻辑应用程序的动态电子邮件附件

转载 作者:行者123 更新时间:2023-12-03 03:53:01 26 4
gpt4 key购买 nike

我需要构建一个通用逻辑应用程序,使用它我可以发送带有附件的邮件。是否可以将路径和文件名作为参数传递,以便我可以对不同的 ADF 管道使用相同的逻辑应用程序。

最佳答案

当然,我们可以将泛型与通用逻辑应用程序一起使用。您只需要设置带有两个参数的“当收到 HTTP 请求”触发器即可,我们可以通过指定它的 schema 来完成(如下所示)。

架构:

{
"type": "object",
"properties": {
"path": {
"type": "string"
},
"fileName": {
"type": "string"
}
}
}

enter image description here

在逻辑应用的以下操作中,当您从 Azure Data Lake 获取文件时,可以使用参数 pathfileNameenter image description here

然后,您可以通过“Web”事件使用 Azure 数据工厂中的逻辑应用。

enter image description here

关于azure - 通过数据工厂使用逻辑应用程序的动态电子邮件附件,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/65916917/

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