简体   繁体   English

Azure逻辑应用程序接收图像HTTP触发器

[英]Azure Logic App Receive Image HTTP Trigger

I'm trying to create a logic app that is triggered from an HTTP POST where I send it an image. 我正在尝试创建一个从HTTP POST触发的逻辑应用程序,在该应用程序中向其发送图像。 What would my JSON schema look like when setting up the HTTP trigger assuming I have image "picture1.jpg"? 假设我有图片“ picture1.jpg”,设置HTTP触发器时,我的JSON模式会是什么样?

Do I need to POST the image to my Logic App as a stream? 我是否需要将图像作为流发布到我的Logic App中?

Rather than POST the image directly to the Azure Logic App endpoint, I'd upload the image to Azure Blob Storage and use this as the trigger. 我不是将映像直接发布到Azure Logic App终结点,而是将映像上传到Azure Blob存储并将其用作触发器。 Here's a helpful article outlining trigger creation. 这是一篇有用的文章,概述了触发器的创建。

暂无
暂无

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 Azure Function HTTP 触发器接收嵌套的 Z0ECD11C1D7A287401D148A23BBD7 - Azure Function HTTP trigger to receive nested JSON and store in Cosmos DB B3A580F142203677F1F0BC30898F63F53Z C# function 由逻辑应用程序通过 Z293C9EA246FF9985DC6F62A650 调用引用一个触发器lob 通过输入文件7 - Azure C# function called by Logic App via HTTP trigger - need to reference a Blob filename through input bindings 使用API​​更新Azure Logic App的触发频率 - Updating trigger frequency of Azure Logic App using API 连接到Azure数据库的Azure Function App C#HTTP触发器 - Azure Function App C# HTTP Trigger connected to an Azure Database 当Logic应用触发器为Http Request时,如何使用SpecFlow测试逻辑应用? - How to test logic apps using SpecFlow when Logic app trigger is Http Request? HTTP 触发器 azure function 从 blob 存储错误获取图像 - HTTP trigger azure function get image from blob storage error 如何在http触发器azure ZC1C425268E68385D14AB5074C17A9应用程序中添加自定义启动class - How to add custom startup class in http trigger azure function app 使用 Azure Http 触发器函数应用将 Cosmos DB 与 OData 集成 - Integrating Cosmos DB with OData using Azure Http trigger function app Azure功能:HTTP触发器问题: - Azure Function: HTTP Trigger Issue: Azure Http 触发函数应用程序仅在停止并重新启动时才起作用 - Azure Http trigger function app works only when stop and restart again
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM