I have 2 subscriptions which have the same database and they would need to sync the data. Is this posible to achive with Azure SQL Sync.
Reason why we have 2 Subscriptions is becouse one of it is customers and other one is clients.
If this is not possible what would be the best way to sync 2 databses between azure subscriptions.
答案 0 :(得分:3)
这是Microsoft Azure SQL Data Sync团队提供的答案:
感谢您与我们联系。我们支持同步数据库 订阅。 (事实上,这是我们的一个使用案例。)
如果其他订阅也属于同一个租户,则可以 添加时通过选择其他订阅直接添加 Azure数据库:
否则,最好使用我们的PowerShell cmdlet New-AzureRmSqlSyncMember,您需要指定 “MemberServerName”参数,即完全限定的DNS名称 对于逻辑服务器。
要查看门户网站中的订阅,它们必须位于同一租户下 并且用户需要拥有这两者的权限。如果不是这样的话 在这种情况下,他们可以使用PowerShell添加同步成员。
答案 1 :(得分:1)
我相信您可以按照 Microsoft 的 SQL Data Sync documentation 中所述。