最新消息:雨落星辰是一个专注网站SEO优化、网站SEO诊断、搜索引擎研究、网络营销推广、网站策划运营及站长类的自媒体原创博客

How do I use Azure Functions Programming Model V1? - Stack Overflow

programmeradmin0浏览0评论

I just tried creating a new Azure Function, the way I've always done it, for the past 4-5 years...but this time, func init defaulted to the "V2 programming model". I don't want to use the completely different V2 programming model.

How do I create Azure Functions with the V1 programming model?

I just tried creating a new Azure Function, the way I've always done it, for the past 4-5 years...but this time, func init defaulted to the "V2 programming model". I don't want to use the completely different V2 programming model.

How do I create Azure Functions with the V1 programming model?

Share Improve this question edited Nov 20, 2024 at 4:17 RithwikBojja 11.4k2 gold badges5 silver badges15 bronze badges Recognized by Microsoft Azure Collective asked Nov 20, 2024 at 4:06 SeaDudeSeaDude 4,4158 gold badges48 silver badges89 bronze badges
Add a comment  | 

1 Answer 1

Reset to default 0

Cool. I was able to change the command found in this answer. The key is the V1 below.

Used func init <proj-name> --python -m V1

发布评论

评论列表(0)

  1. 暂无评论