Skip to content

Running 64bit functions in Visual Studio

Brett Samblanet edited this page Nov 12, 2019 · 1 revision
  1. Download and extract the latest x64 release for your version of Functions from here https://github.com/Azure/azure-functions-core-tools/releases
  2. Right click on your project Properties -> Debug
  3. Change Launch to Executable, and put the path for the downloaded x64 func.exe
  4. set Application arguments to host start
  5. F5

image

image