Hi,
Currently, there is not existing sync solution or provider in microsoft sync framework for you to directly synchronize SQL Server database with Azure cloud data source. If you can access Azure cloud data source now, you need to write your own sync providers with Microsoft Sync Framework. You will implement two providers: one for SQL Server and another for Azure cloud data sources.
For how to write a Sync provider with Microsoft Sync Framework, you can look at the Sync 101 sample:
http://code.msdn.microsoft.com/Release/ProjectReleases.aspx?ProjectName=sync&ReleaseId=1713Thanks,
Dong
This posting is provided AS IS with no warranties, and confers no rights.