**What is Resource group in Azure?**
A Resource Group in Azure is a logical container that holds related resources for an Azure solution, such as virtual machines, databases, and networking components. It helps organize and manage resources collectively based on lifecycle, permissions, and billing. You can deploy, monitor, and delete all resources in a group together, simplifying operations and access control.