【问题标题】:Azure Cloud Service UsageAzure 云服务使用 【发布时间】:2016-01-18 06:33:23 【问题描述】: 我想在由两个独立应用程序组成的软件产品的两侧使用数据库: 用户端(移动)---> 数据库 问题: Azure 云服务能否解决这个问题或是否存在更好的解决方案? Azure 云服务是否在云中提供 SQL 数据库? 【问题讨论】: 标签: sql azure-cloud-services 【解决方案1】: 1) 是的,https://azure.microsoft.com/en-in/services/sql-database/ 2)Connect two or more applications to the same database using Hibernate 这可能会有所帮助 3)https://azure.microsoft.com/en-in/documentation/articles/data-management-azure-sql-database-and-sql-server-iaas/ 【讨论】: