Azure Web API vs Web App -
i've been reading few tutorials on deploying web apps , webapi's azure. however, still little unsure why use 1 on another.
i can create new .net solution api controllers , deploy web app, why require api app? these optimized microsoft webapi's, web apps delivering html?
updating answer current state of azure,
app services replaces mobile, api , web apps flavors single app framework functionality rolled on make things more accessible across application types. currently of web, mobile , api apps collectively called app services. still offer customer able create mobile app , web app in gallery resolve app service app.
https://azure.microsoft.com/en-us/documentation/articles/app-service-api-apps-why-best-platform/
features mobile work web app such easy tables , easy api. , features api apps api cors , api definitions work on web apps well. customer can host single web app act mobile service or api features offered through app services.
we have new service in preview particularly targeting api apps offering management experience apis, can control generate try api pages, gather execution analytics, throttle , more. check out feature blog learn more azure api management features. , yes can host apis app service app , hook things api management.
https://azure.microsoft.com/en-us/documentation/articles/api-management-get-started/
Comments
Post a Comment