简体   繁体   English

Azure存储和VNET?

[英]Azure Storage and VNET?

I've been scouring the internet to try to find information on how Azure Storage and Azure Virtual Networks work together, is it possible to setup a Storage so that it can be accessed from another location? 我一直在搜寻Internet,以查找有关Azure存储和Azure虚拟网络如何协同工作的信息,是否可以设置存储以便可以从其他位置访问它?

For example I have a centralized authentication solution hosted on the US EAST center, but I have several identical region-local systems (one on EU NORTH, EU WEST, US EAST and US WEST) that need to be able to authenticate its users against the centralized authenticator located on the US EAST data-center. 例如,我在美国EAST中心托管了一个集中式身份验证解决方案,但是我有几个相同的区域本地系统(一个在EU NORTH,EU WEST,US EAST和US WEST上),需要能够针对其用户进行身份验证。位于美国EAST数据中心的集中式身份验证器。

Storage is not accessed via virtual networks. 无法通过虚拟网络访问存储。 It's is accessed via its URI endpoint directly. 可通过其URI端点直接访问它。 You just access it from your app. 您只需从您的应用程序中访问它即可。 If you cross region boundaries (eg running an app in one region, accessing storage in another region), you have to deal with latency, plus the cost of any outbound storage cost (for any data leaving the region). 如果您跨越区域边界(例如,在一个区域中运行应用程序,访问另一区域中的存储),则必须处理延迟,再加上所有出站存储成本(对于离开该区域的任何数据)的成本。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM