Hosting WCF service on azure

前端 未结 4 1347
刺人心
刺人心 2020-12-28 08:48

I got a wcf service which I\'d like to run on azure, but I got several problems:

First: do I choose a web role or a worker role for running the wcf service?

4条回答
  •  情歌与酒
    2020-12-28 09:09

    there´s no right answer for every scenario. if your service is simple, and dont need to manage a lot of configurarions such as specific permissions and etc, the azure website may attend well.

提交回复
热议问题