The library wants one lifecycle unit so deleting a container removes the entire catalog stack together. Which Azure construct provides that logical container for related resources?
Select an answer to reveal the explanation.
Short Explanation
A resource group is the moving box for related stuff — pack the catalog VM, NIC, and disk together, and one delete cleans the shelf. Lifecycle as a unit is the everyday reason cities love resource groups. Not a region pair, not Entra users.
Full Explanation
A resource group is a logical container for related Azure resources and is commonly used as a shared lifecycle boundary. Deleting a resource group can remove the contained resources together, which matches a library's desire to retire an entire catalog stack as one unit. Regions, zones, and identity services do not replace that container role.