I'm totally new to Azure development.
I have a solution with multiple Azure function projects. Each one has an Output Type of Class Library, and each one is set as a startup project.
I created a new Http Trigger Function, and set it as a startup project, but when I press F5, I get an error: "A project with an output type of Class Library cannot be started directly." That doesn't make sense, because all of my Azure functions are Output Type Class Library. (other Azure functions are not Http Trigger Functions)