从http1(会话ID)到http2的逻辑应用程序参数

时间:2020-03-28 09:00:18

标签: azure https parameters azure-logic-apps dynamically-generated

我需要将会话ID从HTTP1传递到HTTP 2

enter image description here

您可能会从HTTP1获得会话ID,而我需要动态传递HTTP2。 enter image description here

我能达到什么目的 enter image description here

最后一步是将HTTP2连接到Blob存储,以便从URL将数据导入到Blob存储中,但是我被卡在sessionid部分中,请给出一些想法。

看看enter image description here

1 个答案:

答案 0 :(得分:0)

您可以使用以下语法从HTTP1读取值,然后直接在HTTP2中传递该值

body('HTTP')?['sessionId']