I've got a local app, consisting of a windows service providing the middle/business tier for a SQL Server database (c#, .net 4, SQL Server 2008 R2)
Now I'd like to port this app to Windows Azure Cloud (both service and SQL database). Is somewhere a document stating the differences between a local WCF service and a windows Azure Service, same for local SQL Server and SQL Azure?
Any pointers how to start porting from WCF to Azure?