Blog Tools Beyond Innovation

Cloud Tip: Azure Service Groups explained

Jaroslav Urbánek, founder of TECHNOMATON 2 June 2025 3 min read

This article was published on and describes the situation as of that date.

Quick Take

Microsoft has just launched the public preview of Azure Service Groups (SGs) — a lightweight, cross-subscription label that lets you gather any resources under one logical umbrella without touching their physical layout. Think of it as “super-tags on steroids”: perfect for slicing infrastructure by product, workload or life-cycle stage when traditional tags have become messy or unreliable.

Why Service Groups matter

FeatureWhat it means in real life
Cross-scope grouping (subscriptions, resource groups, regions)Build a single view called “All Production VMs” or “ERP-Stack” without relocating anything.
Many-to-many membershipOne resource may belong to multiple SGs, e.g. a VM can sit in both Finance-Prod and Windows-Servers.
Up to 10 levels of nestingModel hierarchies such as ApplicationMicroserviceResource for neat drill-downs.
Low-privilege authoringYou don’t need full subscription rights — great for decentralised teams.
Azure Resource Graph readyInstant dashboards and workbook queries across the new logical boundary.
Portal + REST supportIaC modules will come later; for now use the Portal or direct REST calls.
Preview statusNo SLA, breaking changes are possible — treat it as experimental.

Hidden pitfalls the promo post glosses over

  • Not a deployment target – you can’t deploy ARM/Bicep templates to a Service Group.
  • No Policy inheritance – assigning RBAC at SG level doesn’t cascade down to the contained resources.
  • CLI / Bicep missing – provisioning is Portal-only or REST for the moment.
  • Preview terms apply – GA will bring different guarantees and maybe new limitations.

How SGs compare to existing constructs

Azure constructPurposeTypical question answeredRelationship to Service Groups
TagsMetadata & cost reporting“How much for costCenter = 123?”SGs complement or replace tags when tags get out of hand.
Resource GroupLife-cycle, RBAC, deployment unit“Delete the whole solution at once”Still mandatory; SGs are just logical filters.
Management GroupGovernance & Policy“Block non-EU regions”SG is not a governance layer; policies don’t flow through it.
Action GroupAlert routing“Who receives SMS alerts?”You can target alerts at resources inside an SG.

When and how to try them

  1. Pinpoint tag pain-points – mergers, shared services, multi-subscription cost views.
  2. Pilot in non-prod – enable the preview feature first.
  3. Define naming & ownership rules – avoid SG sprawl (DevTeam-Tmp-01 syndrome).
  4. Wire into Workbooks/ARG – build an SRE dashboard like Prod-SG-Health.
  5. Keep tagging – Cost Management and Policy still hinge on tags.
  6. Watch the roadmap – GA, IaC modules and Policy integration are already hinted at.

Who benefits most?

  • Highly regulated sectors – quick audit answers such as “show every Tier-0 workload”.
  • Dev teams – one pane of glass for all Dev/Test VMs scattered across projects.
  • FinOps – refined cost slices (e.g. Shared Services, Kubernetes Clusters) beyond plain tags.
  • MSPs / Outsourcers – give a client Reader rights to “their” SG and they instantly see only their assets, even inside a shared subscription.

Bottom line

Service Groups won’t turn Azure upside down, but they finally close the gap between unruly tags and rigid Resource Groups. If you manage a large Azure estate, spin up a pilot SG — the time savings on inventory and reporting can be immediate, even in preview mode.

Newsletter on LinkedIn

Subscribe to Beyond Innovation

Jaroslav Urbánek’s newsletter: analyses of developments in AI and what they mean for companies.

Subscribe on LinkedIn

Next step

AI Readiness Check

Eight questions, no registration. Your answers suggest a topic for your first step with AI. The result is indicative.

Start the Readiness Check

Further reading

3 articles