Resource Group Sharing on Microsoft Azure

I am trying to split a resource group in Microsoft Azure, but users to whom I give ownership / administrator rights cannot see the resources or resource group on my Azure portal (I grant permissions for the resource group). Am I missing something in granting permissions? I checked that both users are administrators in the active directory, but I'm not entirely sure that this is important.

The resource group contains only a simple WebApp, a gateway, and its associated SQL server / database. The Azure master account and another azure account are under the same Azure subscription (BizSpark).

I'm new to Azure, so thanks for any help!

+5
source share
1 answer

It turns out I was stupid and did not change directories. Thanks BenV !

Make sure that other users have selected your catalog from the drop-down list in the upper right corner of the portal. - BenV

+2
source

Source: https://habr.com/ru/post/1234098/


All Articles