Azure: share resource across multiple resource group

后端 未结 2 555
终归单人心
终归单人心 2021-01-25 06:53

Is it possible to share a particular resource (redis cache in my case) across multiple resource group?

2条回答
  •  Happy的楠姐
    2021-01-25 07:32

    Resource group is just logical container. It doesn't matter in which resource group resource is. You can use resources from any resource group.

    Example:
    Imagine that you create App Service Plan in RG1 and Web App Service in RG2. This Web App Service can use App Service Plan from RG1.

提交回复
热议问题