I created a simple Azure Function using VS 2017 to test the tooling.
This is the project:
Here is the publish screen:
Clicking on Publish button does not show any progress but I can see the new Function at the Portal. However the published Function has only the function.json and no csx file.
What am I doing wrong?
Thanks in advance. Regards.


