Question 46 of 642 from exam AZ-900: Microsoft Azure Fundamentals

Question 46 of 642 from exam AZ-900: Microsoft Azure Fundamentals

Prev Question Next Question

Question

HOTSPOT -

For each of the following statements, select Yes if the statement is true. Otherwise, select No.

NOTE: Each correct selection is worth one point.

Hot Area:

Explanations

Box 1: No -

A resource can interact with resources in other resource groups.

Box 2: Yes -

Deleting the resource group will remove the resource group as well as all the resources in that resource group. This can be useful for the management of resources. For example, a virtual machine has several components (the VM itself, virtual disks, network adapter etc.). By placing the VM in its own resource group, you can delete the VM along with all its associated components by deleting the resource group.

Another example is when creating a test environment. You could place the entire test environment (Network components, virtual machines etc.) in one resource group. You can then delete the entire test environment by deleting the resource group.

Box 3: Yes -

Resources from multiple different regions can be placed in a resource group. The resource group only contains metadata about the resources it contains.

https://docs.microsoft.com/en-us/azure/azure-resource-manager/resource-group-overview https://www.codeisahighway.com/effective-ways-to-delete-resources-in-a-resource-group-on-azure/