Can we run azure functions locally in VSCode without admin rights

Copper Contributor

Whenever I tried to debug the azure functions locally in vscode, a dialog box appears and it asks to install azure function core tools.

 

After installing, it throws an error as Unable to import azure.functions pylint(import-error).

 

When I tried to debug one more time without modifying anything, it is asking to install azure function core tools again. I don't understand why it is asking multiple times to install azure function core tools and also also why it is throwing error as could not import azure.functions. Please help on this.

 

I am trying the above steps as a local user. If I tried to do using admin user, it is working.

0 Replies