如何通过Azure函数将csv文件上传到Azure blob存储?

发布于 2025-01-11 12:29:21 字数 246 浏览 3 评论 0原文

我正在尝试上传 csv 文件作为 python 中的 azure 函数的输出。现在,我的 azure 函数将通过 powerapp 中的 http 触发器运行 python 脚本,并输出一个 json 对象,我将在其中将其作为响应获取并将其显示在我的 powerapp 中。

现在该项目要求我从 azure 函数输出一个 csv 文件并将其上传到 azure 存储容器。我不知道需要配置什么来桥接从我的天蓝色功能到我的存储容器的连接。任何帮助将不胜感激,提前致谢!

I am trying to upload a csv file as an output from my azure functions in python. Right now my azure function will run a python script through an http trigger from powerapp and output a json object where I will get that as a response and display it in my powerapp.

Now the project requires me to output an csv file from the azure function and upload it to a azure storage container. I have no idea what I need to config to bridge to connection from my azure functions to my storage container. Any help will be appreciated, thanks in advance!

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

摇划花蜜的午后 2025-01-18 12:29:21

此处有详细记录:

https://learn.microsoft.com/en-us/azure/azure-functions/functions-bindings-storage-blob-output?tabs=csharp

并从创建 CSV Python 也有很好的文档记录;-)

Well documented here:

https://learn.microsoft.com/en-us/azure/azure-functions/functions-bindings-storage-blob-output?tabs=csharp

And creating CSV from Python is also well documented ;-)

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文