简体   繁体   English

为 azure function 创建前端

[英]Create Front-end for azure function

I got several azure functions built in python, like blobTrigger functions or TimerTrigger functions, and I wanted to know if it was possible to create a front end interface for our azure functions to simplify the UX, add boutons etc... for people who are not familiar with.我在 python 中内置了几个 azure 函数,例如 blobTrigger 函数或 TimerTrigger 函数,我想知道是否可以为我们的 ZCF04A02E37B774FC311A48F605C3C59 等函数创建前端接口...不熟悉。

I would like to do it with Django to simply trigger a function, drag and drop files...我想用 Django 来简单地触发 function,拖放文件...

Thanks.谢谢。

Maybe worth looking into OpenAPI?也许值得研究 OpenAPI? It provides a UI that you can call relevant functions and group them accordingly etc. https://medium.com/@ratrosy/building-apis-with-openapi-ac3c24e33ee3它提供了一个 UI,您可以调用相关函数并相应地对其进行分组等。 https://medium.com/@ratrosy/building-apis-with-openapi-ac3c24e33ee3

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

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM