Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我想为我创建的所有资源组创建一个单一的数据库服务器。早些时候,我为每个资源组使用了一台数据库服务器,但现在我希望为所有资源组只使用一台服务器。
我必须说,我相信您以前的设置更接近最佳实践。每个资源组都有一台服务器,您可以相互独立地扩展每台服务器并独立监控/配置。但要回答您的问题,Azure 中的每个资源都必须属于一个资源组。您可以创建一个公共资源组并在其下创建 SQL db/server。其他组中的其他资源仍然可以访问它。