In VSfM 7.6 you're able to create Azure Functions. You're also able to add a .net 2.0 Web Service web reference to the Azure Function project. But once you do, you're not able to compile the Azure Function .net standard 2.0 lib because the web reference depends on System.Web.Services that is not part of .net standard 2.0.
My question is, how do I Consume .net 2.0 Web Services from azure function ?