Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Where does Visual Studio automatically install the Azure Functions CLI (Core Tools) for local debugging?

In Visual Studio when you start debugging an Azure Function locally, it downloads/installs the Azure Functions CLI (aka Azure Functions Core Tools). It does this automatically, what is doing it and where does it store it? I believe it is only doing this once. Not sure how updates occur.

like image 978
camios Avatar asked Jun 23 '26 14:06

camios


2 Answers

On Windows, it is this folder: %LOCALAPPDATA%\AzureFunctionsTools\

Example runtime folder for version 2.43.0, 64-bit: C:\Users\*username*\AppData\Local\AzureFunctionsTools\Releases\2.43.0\cli_x64

like image 178
camios Avatar answered Jun 25 '26 19:06

camios


I know the question is for Visual Studio, but the core tools CLI installer uses the following location:

C:\Program Files\Microsoft\Azure Functions Core Tools\

like image 42
thinkOfaNumber Avatar answered Jun 25 '26 18:06

thinkOfaNumber



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!