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 ?