Share via

Azure resource groups

Thierry Kadji 40 Reputation points
2023-10-02T12:44:05.8366667+00:00

Hi people;

I am preparing the Az-900 exam and i have a question.

As we know, an application can be part of several resources group. 

i.e:

Application A is part of resource group B and Resource group C.

After we make a change to the resource group B, it will affect application A which is part of the resource group. Will it also change the application A in resource group C?

Thank you for your explanation.

Microsoft Security | Microsoft Entra | Microsoft Entra ID
Microsoft Security | Microsoft Entra | Other
0 comments No comments

Answer accepted by question author

Akhilesh Vallamkonda 15,355 Reputation points Moderator
2023-10-03T10:09:56.9133333+00:00

Hi @Thierry Kadji

Thank you for reaching us!

In response to your question, it's a No. Resource groups are used to organize and manage Azure resources.

A resource group contain logics that holds related resources for an Azure solution. the resource group does not define or enforce any dependency or relation between resource.

With your example, the application A can use both resource group B & C, if the changes will apply to resource group B that will only affects the resources within the resource group.

The resources within the resource group C will not affect by the changes made to resource group B. So, the application A does not change in the resource group C.

Each resource group is isolated from other resource groups. which means that changes made to one resource group will not affect resources in other resource groups.

conclusion: changing one resource group does not affect the other resource groups or the resources within them.

Refence: https://learn.microsoft.com/en-us/azure/azure-resource-manager/management/overview#resource-groups

           [https://learn.microsoft.com/en-us/azure/azure-resource-manager/management/manage-resource-groups-portal](https://learn.microsoft.com/en-us/azure/azure-resource-manager/management/manage-resource-groups-portal)  

Thanks,
Akhilesh

Please Accept the answer if the information helped you. This will help us and others in the community as well.

Was this answer helpful?

1 person found this answer helpful.
0 comments No comments

0 additional answers

Sort by: Most helpful

Your answer

Answers can be marked as 'Accepted' by the question author and 'Recommended' by moderators, which helps users know the answer solved the author's problem.