英文:
Unable to create a trigger for azure function in vs code
问题
抱歉,我无法查看或处理图像或屏幕截图。请提供文本描述或问题,我将尽力提供帮助。
英文:
I have been trying to create a function with a http trigger, but unfortunately while creating the azure function, it doesn't show the pop up to choose the trigger point for creating the function, but seeing the function app is created with out init.py file
Attached the screen shot
答案1
得分: 0
资源部分用于通过VS Code在Azure门户中创建应用程序,但不直接在VS Code中创建触发器。
-
如果您想创建Http触发器或其他触发器,您可以使用多种方式,如VS Code、CLI、PowerShell和门户中的指定函数应用。
-
我相信您正在使用VS Code,所以您将在Azure资源管理器中的工作区选项中创建本地函数触发器,然后部署到Azure函数应用:
英文:
Resources Section is used to create the Applications in the Azure Portal through VS Code but not the Triggers directly from VS Code.
-
If you want to create the Http Trigger or any other Triggers, you have the several ways like VS Code, CLI, PowerShell and Portal in the specified Function App.
-
I believe you are using the VS Code, so you’ll have workspace option in the Azure Explorer to create the Function Triggers locally and then deploy to the Azure Function App:
通过集体智慧和协作来改善编程学习和解决问题的方式。致力于成为全球开发者共同参与的知识库,让每个人都能够通过互相帮助和分享经验来进步。
评论