I'm working on moving from cloud services(web and worker roles) to web app. I have created asp.net mvc project with set up azure active directory. It works ok but I can't add reference to web(asmx) or wcf service in web app to client. Visual studio shows service.asmx in Add Service Reference dialog but can't add it saying:
"Metadata contains a reference that cannot be resolved: 'https://localhost:44311/Services/Service.asmx'.
The same message I see on adding wcf service ref.
I tried to generate proxy class using wsdl tool. But the same result.