Hi,
I assume you are using Sync Framework to sync between your on premise SQL and SQL Azure, right? If so, you can specify the 'Direction' on the
SyncOrchestrator to specify the sync is two-way. The default is 'UploadAndDownload' which means changes made in your SQL Azure database are also synced back in your on premise SQL.
Is this what you are looking for?
Edward