Home Services Work About Blog Contact Let's Talk
Blog SharePoint Online
SharePoint Online

SharePoint Hub Sites: Complete Architecture Guide for Enterprise Intranets

Multi-Hub Architecture for Large Enterprises

Organisations with more than 2,000 employees often need a two-tier hub structure. A single flat list of department hubs breaks down when you have 20+ departments, regional variations, and subsidiary companies. Multi-hub architecture introduces a root hub (the company intranet home) and second-tier hubs (departments or regions) that associate to it.

As of 2023, Microsoft introduced hub-to-hub association, allowing a hub site to associate to another hub site. This creates genuine hierarchy: the EMEA HR hub associates to the corporate HR hub, which associates to the intranet home hub. Navigation and theming cascade down through the layers. Search scoping works at each level independently — users on the EMEA HR hub see EMEA-specific content; users on the corporate HR hub see all regions.

PowerShell — Hub-to-Hub Association
# Associate a hub site to a parent hub site
# (requires SharePoint Online Management Shell v16.0.22601+)
Add-SPOHubSiteAssociation `
  -Site "https://contoso.sharepoint.com/sites/HR-EMEA" `
  -HubSite "https://contoso.sharepoint.com/sites/HR"

# Verify the hierarchy
Get-SPOHubSite -Identity "https://contoso.sharepoint.com/sites/HR-EMEA" |
  Select ParentHubSiteId, HubSiteId

Hub Site Migration Checklist

If you're migrating from a classic SharePoint environment with subsites, converting to a hub architecture requires careful planning. The migration cannot be automated — it requires content decisions at every level of the old hierarchy.

Key Takeaways

Hub sites provide hierarchy without subsites — they're the cornerstone of any well-architected SharePoint modern intranet in 2025.

Hub association gives you shared navigation, theming, and scoped search automatically — without custom development or complex configuration.

Hub-to-hub association enables multi-tier architectures for large enterprises with regional or subsidiary structures.

Hub association never changes site permissions — each site retains full ownership of its own access control.

AT

Akshara Technologies Team

Microsoft 365 Development Experts

The Akshara Technologies engineering team specialises in SPFx web parts, SharePoint modern intranets, Power Automate workflows, and Flutter mobile apps for enterprise clients across India, UAE, USA, and Australia. We've shipped over 40 production Microsoft 365 solutions since 2019.

Related Articles

Need help designing your SharePoint intranet?

We've architected hub-based intranets for organisations from 200 to 15,000 employees. Let's design yours right, from day one.

Start a Conversation View Intranet Services