A city finance clerk asks whether creating a new resource group automatically creates a separate Azure bill for that group. What should the cloud lead explain?
Select an answer to reveal the explanation.
Short Explanation
A resource group is a folder for related resources, not a second bank account. The subscription is where Azure rolls up charges. Use groups to organize and delete cleanly — use subscriptions when you need a real billing wall.
Full Explanation
Resource groups organize and scope the lifecycle of resources, but they are not themselves the Azure billing account. Usage is billed against the subscription that owns those resources. Teams that need separate invoices or chargebacks typically use separate subscriptions (often with tags for finer cost allocation inside a subscription).