A cloud-based identity and access management service for securing user authentication and resource access
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.