Running an .exe on Azure Function

Copper Contributor

Hi - i have just written and published my first C# Function using VS Code. It got published correctly, and it is also invoked correctly (no errors or faults) every time an HTTP trigger is initiated.  However, the actual functionality of the C# code is not execute.  I checked the uploaded files and the .exe is available however, when I use the “Code + Test”, the run.csx doesn’t reference the .exe.  

Do i need to change that file ?   Sorry but completely new to Functions. Thanking you in advance 

 

 

0 Replies