-1

I wanted to host my restApi webservices and SQL Server for the database on Azure. But I am not getting sure which way should i use to run it on Azure ? what is the significant difference between worker role and web role of webservices?

  • Can you provide more information about your requirements? – Thiago Custodio Mar 20 '17 at 03:43
  • Take a look at [this answer](http://stackoverflow.com/questions/10941488/what-is-the-difference-between-an-azure-web-site-and-an-azure-web-role/10941526#10941526) I posted, long ago, about differences between web/worker roles and web sites. As far as what you should use? Completely up to you. (for SQL Server, you'll need VM though, unless you use SQL Database Service). – David Makogon Mar 20 '17 at 10:25
  • I also specifically answer the difference between Web Role and Worker Role, [here](http://stackoverflow.com/questions/7118942/in-windows-azure-what-are-web-role-worker-role-and-vm-role/7121886#7121886). (somewhat dated, as you'll see mention of the now-extinct VM Role, but you'll be able to glean basic diffs in web and worker role) – David Makogon Mar 20 '17 at 10:27

1 Answers1

-1

i would suggest

https://learn.microsoft.com/en-us/azure/app-service-web/web-sites-dotnet-rest-service-aspnet-api-sql-database

This provides details about the restapi webservices deployment on Azure.

regards, Raghu Ariga

Raghu Ariga
  • 1,059
  • 1
  • 19
  • 28