简体   繁体   中英

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.

I would like to do it with Django to simply trigger a function, drag and drop files...

Thanks.

Maybe worth looking into 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

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

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