I am trying to deploy an Azure function through Visual Code Studio. I have created an app and now I want to create a time trigger function.
However when I am trying to deploy the function, It requires to start debuging:enter image description here
When I debug it throws an error saying that the command “func” is not recognized and invites me to open the launch.json file:
enter image description here
error :
func : Le terme «func» n’est pas reconnu comme nom d’applet de commande, fonction, fichier de script ou
programme exécutable. Vérifiez l’orthographe du nom, ou si un chemin d’accès existe, vérifiez que le chemin
d’accès est correct et réessayez.
Au caractère Ligne:1 : 1
- func host start
-
+ CategoryInfo : ObjectNotFound: (func:String) [], CommandNotFoundException + FullyQualifiedErrorId : CommandNotFoundException
deploy an azure function with visual studio code
Cheikhouna Diouck is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.