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.
我的服务可以放置在不同的资源组上,但需要知道资源组的名称才能请求有关运行它的 VM 规模集的信息。如何从 Fabric 中获取 Fabric 所在资源组的名称?
这可能有效:
如果您对资源组进行唯一标记,并将 sf 应用程序配置为知道该标记,则您可能能够查询资源组并按标记过滤。您可以使用服务主体来访问资源管理器。