为什么 Azure 资源组与特定区域相关联? [英] Why are Azure Resource Groups associated with a specific region?

查看:17
本文介绍了为什么 Azure 资源组与特定区域相关联?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我是 Azure 架构的新手,我想了解为什么 Azure 资源组(在 Azure 上构建的应用程序的逻辑部署存储桶)在定义时与区域相关联.

I'm new to Azure architecture and am trying to understand why Azure Resource Groups, which are logical deployment buckets for applications built on Azure, are associated with a region when they are defined.

起初我以为是为灾难恢复或地理冗余提供全球分布,但后来我意识到单个资源组可以包含不同区域的 Web 应用程序,它可以通过流量管理器提供这些功能.我认为使用单独的资源组将有助于更好地确定哪些资源位于哪个区域,但除了出于组织目的之外,我无法理解资源组的区域定义意味着什么.

At first I thought it was to provide global distribution for disaster recovery or geographic redundancy, but then I realized that a single Resource Group can contain web apps in different regions, which can provide those features via Traffic Manager. I suppose that using separate Resource Groups would help better identify which resources are in which region, but other than for organizational purposes, I can't understand what the region definition for Resource Groups implies.

(删除一般建议查询以更加集中)

(edit: removed general advice query to be more focused)

推荐答案

指定资源组位置的主要原因是为部署存储的数据/元数据指定一个位置... 它也使得API 一致(想想 REST API 调用中的路径),但主要原因是部署期间的存储.

The main reason for specifying the location of a resource group is to specify a location for data/metadata for the deployment to be stored in... It also makes the API consistent (think of the paths in REST API calls) but the primary reason is storage during deployment.

组中资源的位置与组本身的位置无关/无关.

The location of the resources in the group is independent/not related to the location of the group itself.

这篇关于为什么 Azure 资源组与特定区域相关联?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆