A synchronization group is two or more databases that are logically grouped together for the purpose of synchronizing specified tables, columns and rows. Every sync group must have as one of its databases a SQL Azure database that serves as the sync group hub.
This article walks you through the initial step to create a sync group - provision a Data Sync server. You may provision only one Data Sync server per Windows Azure subscription. However, a single Data Sync server can host multiple sync groups.
Navigate to the SQL Azure Management Portal.
In the left pane select the subscription and SQL Azure server you want to host this Data Sync server.
If there is no SQL Azure server you need to create one.
Click Database in the left pane.
Click Create in the Server portion of the ribbon.
Select the Region where you want this server located.
Enter the Administrator login and password for this server.
On the firewall rules page ensure that the Allow other Windows Azure services to access this server checkbox is checked then click Add. (Figure 1) Figure 1 - Firewall Rules
After the page finishes loading the add-ins, click Data Sync in the left pane. (Figure 2) Figure 2: Click Data Sync
Click the Provision a Data Sync Server button. (Figure 3) Figure 3: Click Provision a Data Sync Server
Carefully read the Terms of Use. (Figure 4:1) If you agree to the Terms of Use check the I agree to the Terms of Use statement above check box. (Figure 4:2) Click Next or Cancel. (Figure 4:3) Figure 4: Terms of Use
From the dropdown select the SQL Azure subscription you want to provision (Figure 5:1) then click Next. (Figure 5:2)
Figure 5: Select the SQL Azure Subscription to Provision
From the dropdown select the data center you want to host the Data Sync server (Figure 6:1) then click Finish. (Figure 6:2)
Figure 6: Select the SQL Azure Region to host your Data Sync server
Top