Microsoft 365

Microsoft Viva + SharePoint Integration Guide for 2026

Deploy Microsoft Viva modules with SharePoint to create a unified employee experience. Covers Viva Connections, Topics, Learning, Engage, and Amplify integration patterns.

SharePoint Support TeamMarch 26, 202619 min read
Microsoft Viva + SharePoint Integration Guide for 2026 - Microsoft 365 guide by SharePoint Support
Microsoft Viva + SharePoint Integration Guide for 2026 - Expert Microsoft 365 guidance from SharePoint Support

Microsoft Viva + SharePoint: Building the Modern Employee Experience

Microsoft Viva is the employee experience platform built on top of Microsoft 365, and SharePoint is its backbone. Every Viva module depends on SharePoint in some way — from Viva Connections running directly on your SharePoint home site to Viva Topics indexing SharePoint content for AI-driven knowledge discovery.

SharePoint architecture diagram showing hub sites, team sites, and content structure
Enterprise SharePoint architecture with hub sites and connected team sites

This guide covers how each Viva module integrates with SharePoint, the configuration steps required, and the architectural decisions that determine whether your Viva deployment succeeds or becomes shelfware.

---

The Viva Module Landscape in 2026

Microsoft Viva has expanded significantly since its 2021 launch. The current module set includes Viva Connections (company communications and resources), Viva Topics (AI-powered knowledge management), Viva Learning (employee training and development), Viva Engage (communities and social), Viva Amplify (corporate communications), Viva Insights (workplace analytics), Viva Goals (OKR tracking), and Viva Pulse (employee feedback surveys).

Of these, Connections, Topics, Learning, Engage, and Amplify have the deepest SharePoint integration. The others operate more independently through Teams and Azure.

---

Viva Connections: Your SharePoint Intranet in Teams

Viva Connections is the most SharePoint-dependent Viva module. It takes your SharePoint home site and surfaces it as a branded app inside Microsoft Teams, giving employees a single entry point for company news, resources, and personalized content.

Architecture Requirements

Viva Connections requires a SharePoint home site. The home site is a communication site that has been designated as the organization's primary landing page. Only one site can be the home site at a time.

```powershell

# Set the home site

Set-SPOHomeSite -HomeSiteUrl https://contoso.sharepoint.com/sites/Intranet

# Verify home site

Get-SPOHomeSite

```

Dashboard Configuration

The Viva Connections dashboard is built with adaptive cards that display personalized content. Cards can show tasks from Planner, approvals from Power Automate, news from SharePoint, shifts from Teams, custom data from APIs, and third-party integrations.

Configure the dashboard by editing the dashboard page on your home site. Add cards, configure their data sources, and set audience targeting so different employee groups see relevant cards.

Feed Configuration

The Viva Connections feed aggregates content from SharePoint news, Viva Engage communities, and Stream videos. The feed uses AI to personalize content for each user based on their role, department, and interaction patterns.

To ensure your SharePoint news appears in the feed, publish news posts on communication sites (not team sites), use audience targeting on news posts, designate organization news sites for priority content, and apply engaging thumbnails and headlines.

Global Navigation

Viva Connections inherits navigation from the SharePoint home site and adds a global navigation bar that appears in the Teams app. Configure this through the SharePoint app bar settings. Use audience targeting on navigation links so employees see only relevant items.

---

Viva Topics: AI-Driven Knowledge from SharePoint Content

Viva Topics uses AI to automatically identify topics (people, projects, processes, terminology) across your SharePoint content and build topic pages that aggregate related information.

How Topics Indexes SharePoint

The Topics AI crawler processes content stored in SharePoint sites, document libraries, pages, and lists. It identifies topics based on content analysis, then creates topic cards and topic pages that show definitions and descriptions, related people who are experts, related files and pages, related sites, and suggested resources.

SharePoint Configuration for Topics

Content sources: By default, Topics indexes all SharePoint sites. You can exclude specific sites that contain sensitive content, test data, or irrelevant material.

Topic center: Topics creates a dedicated SharePoint site called the Topic Center where knowledge managers can review, confirm, edit, or reject AI-suggested topics. Configure the Topic Center URL during Viva Topics setup.

Permissions impact: Topics respects SharePoint permissions. Users only see topic information from content they already have access to. This means two users looking at the same topic card might see different related files depending on their permissions.

Optimizing SharePoint for Topics

To improve Topics quality, ensure your SharePoint content has consistent metadata and taxonomy, document titles and headings are descriptive rather than generic, pages have meaningful body text not just images, and site descriptions are filled in and accurate.

Organizations with well-structured SharePoint environments see dramatically better Topics results. We have observed a direct correlation between taxonomy maturity and Topics accuracy in our client deployments.

---

Viva Learning: SharePoint as a Content Source

Viva Learning aggregates training content from LinkedIn Learning, third-party providers, and your own organization. SharePoint serves as the content repository for organizational learning content.

Configuring SharePoint as a Learning Source

Create a centralized SharePoint site for learning content. Structure it with libraries for different content categories such as videos, documents, courses, and presentations. Configure the Learning App in the Microsoft 365 admin center to point to this site.

```

Learning Content Site Structure:

/sites/LearningContent

/Compliance Training

/Technical Skills

/Leadership Development

/Onboarding

/Department-Specific

```

Content Organization Best Practices

Use managed metadata columns to tag learning content with topic, skill level (beginner, intermediate, advanced), role relevance, and compliance requirement. This metadata enables Viva Learning to recommend content based on employee profiles and learning goals.

Publish content in standard formats: MP4 for video, PDF or PPTX for documents, and SCORM packages for interactive courses. Viva Learning can index and display all of these from SharePoint.

---

Viva Engage: Communities Connected to SharePoint

Viva Engage (formerly Yammer) provides social communication and community features. Its SharePoint integration creates bidirectional connections between communities and sites.

SharePoint Resources in Communities

Each Viva Engage community can have an associated SharePoint site that stores files shared in the community, community resources and documentation, pinned content and FAQ pages, and event information.

News Integration

SharePoint news posts can be shared directly to Viva Engage communities, extending their reach beyond site visitors to community members who follow the conversation in Teams or the Viva Engage app.

Featured Links

Add Viva Engage community feeds to SharePoint pages using the Conversations web part. This brings community discussions directly into your intranet pages, creating a more interactive experience than static content alone.

---

Viva Amplify: Corporate Comms via SharePoint

Viva Amplify is the corporate communications module that helps communication teams draft, review, and publish announcements across multiple channels simultaneously. SharePoint is both a content source and a distribution channel.

Multi-Channel Publishing

With Amplify, a communications manager creates a single announcement and publishes it to SharePoint news, Viva Engage communities, Outlook email, and Teams channels simultaneously. SharePoint serves as the permanent record while other channels provide immediate visibility.

SharePoint News as the Foundation

Amplify publications that target SharePoint are published as news posts on designated communication sites. Configure your Amplify publication channels to point to the correct SharePoint sites for each audience segment.

---

Deployment Planning

Phase 1: Foundation (Weeks 1-4)

  • Audit SharePoint home site readiness
  • Configure or redesign the home site for Viva Connections
  • Set up global navigation and audience targeting
  • Deploy Viva Connections to a pilot group in Teams

Phase 2: Knowledge (Weeks 5-8)

  • Enable Viva Topics and configure content sources
  • Designate knowledge managers for the Topic Center
  • Exclude sensitive or irrelevant sites from indexing
  • Train knowledge managers on topic curation

Phase 3: Learning and Communications (Weeks 9-12)

  • Create the Learning Content SharePoint site
  • Configure Viva Learning to index organizational content
  • Set up Viva Amplify publication channels
  • Train communications team on multi-channel publishing

Phase 4: Optimization (Ongoing)

  • Monitor adoption metrics in Viva Insights
  • Refine Connections dashboard cards based on usage
  • Curate and expand Topics coverage
  • Update learning content quarterly

---

Licensing Considerations

Viva licensing changed in 2025 with the introduction of the Microsoft Viva suite license and individual module licenses. Viva Connections is included in Microsoft 365 E3 and E5 at no additional cost. Viva Topics, Learning, and Engage require either the Viva suite add-on or individual module licenses. Viva Amplify requires E5 or the Viva suite.

Plan your licensing based on which modules you will deploy and to which user populations. Not every employee needs every module.

---

Frequently Asked Questions

Does Viva Connections require a separate app installation?

Yes, Viva Connections is deployed as a Teams app through the Teams admin center. Users see it as a branded app in their Teams sidebar. The underlying content comes from your SharePoint home site.

Can Viva Topics identify topics from content outside SharePoint?

Yes, Topics can also index content from Exchange, Teams conversations, and third-party sources through Graph connectors. However, SharePoint is the richest content source for most organizations.

Do we need to rebuild our intranet for Viva?

Not necessarily. Viva Connections works with your existing SharePoint home site. However, if your current intranet is built on classic SharePoint pages or uses heavily customized master pages, you will need to modernize before deploying Viva Connections.

How does Viva integrate with Copilot?

Microsoft Copilot can access Viva Topics knowledge when answering questions, reference learning content from Viva Learning, and use Viva Insights data to provide personalized productivity recommendations. The integration deepens with each Microsoft 365 update.

---

For help planning and deploying Microsoft Viva with SharePoint, [contact our consulting team](/contact) for a Viva readiness assessment. We specialize in employee experience platform deployments across [healthcare, finance, and government organizations](/services) where compliance and governance requirements add complexity to every deployment decision.

Share this article:

Written by Errin O'Connor

Founder, CEO & Chief AI Architect | Microsoft Press Bestselling Author | 25+ Years Microsoft Ecosystem

Errin O'Connor is a Microsoft Press bestselling author of 4 books covering SharePoint, Power BI, Azure, and large-scale migrations. He leads our SharePoint consulting practice with expertise spanning 500+ enterprise migrations and compliance implementations across HIPAA, SOC 2, and FedRAMP environments.

Need Expert Help?

Our SharePoint consultants are ready to help you implement these strategies in your organization.