It is possible use the same sql azure instance from two different cloud service of two different subscription?

徘徊边缘 提交于 2019-12-11 01:56:19

问题


I have one Microsoft Azure subscription with one cloud service and one sql azure instance. Now I want create another cloud service with a different subscription (using a different microsoft account). With this second cloud service, can I use the same sql azure instance of the first subscription? (I need to share data between the two cloud service)

Or there may be performance issues?

Thanks in advance


回答1:


Yes. Azure SQL DB instance can be accessed from different subscription as long as you have the connection string, username and password to the Azure SQL instance. As long as both the services are from the same region, there is no performance issue.




回答2:


Yes, sure. From user perspective SQL Azure is mostly an ordinary SQL Server which you can access from anywhere in the world (given that the firewall rules allow that access) - from Azure services, from VMs in some other services hosted elsewhere, from your desktop, from servers in your company server room.

Network latency might kick in. Also more clients to the same instance mean more load. Also there's a limit on number of concurrent connections. Other than that - no problems.




回答3:


You need to make sure are a member in each Azure instance to be able to use the others SQL DB



来源:https://stackoverflow.com/questions/29406910/it-is-possible-use-the-same-sql-azure-instance-from-two-different-cloud-service

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!