0

I have developed a WCF service which modifies the db table which is also there in the cloud.

Now to deploy this service in cloud do I need to have a Azure project or can I directly deploy this.

And also I want this service to monitor the db table in the cloud and whenever there is a record modified in the db table.IS there a way we can trigger the service when a table is modified ?

4

2 回答 2

0

我现在明白了。VS 2012 云服务下的 IT。

于 2013-06-09T16:55:04.447 回答
0

要在云中部署,您需要一个带有 WebRole 的 Azure 项目,用于您的 WCF 服务。创建项目时,向导允许您选择要包括的角色类型。

于 2013-05-11T19:12:38.143 回答