Skip to content

[V1] Running 64bit functions in Visual Studio

Ahmed ElSayed edited this page Oct 9, 2018 · 3 revisions
  1. Download and extract the latest x64 1.x release 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

Clone this wiki locally