【发布时间】:2023-03-29 15:31:01
【问题描述】:
我有 Azure blob 存储,其中包含一些 CSV 文件。 我的任务:
1. Create a logic app for the blob storage.
2. Retrieve the data from the blob storage.
3. Convert the retrieve file to JSON.
3. Upload that data to an online portal through API.
我尝试通过“获取 blob 内容”操作检索数据,但不确定在哪里可以看到结果。我刚刚创建了逻辑应用程序,但我不知道下一步该做什么。
【问题讨论】:
标签: azure azure-blob-storage azure-logic-apps