c# - create a web role for azure cLoud project -
c# - create a web role for azure cLoud project -
i need create web role azure cloud project. role should expose rest api. , send requests other service. created project , trying add together web role. vs2013 proposes 2 options : web role asp.net or wcf. don`t know best needs. advise , why?
i suggest web role, utilize web api create service. easy , lightway framework. wcf more info intensive operations, requires more setup , might find hard create communicate other services.
what type of service going communicate with?
c# azure visual-studio-2013 cloud azure-web-roles
Comments
Post a Comment