Overview of Viva Connections Extensibility

Microsoft Viva Connections is available as a desktop via the installable Microsoft Teams client, tablet and as mobile app in Microsoft Teams. All of these experiences, desktop & mobile, leverage the SPFx or bots for all customizations and extensibility opportunities.

Viva Connections has a set of out of the box cards which are exposed through the dashboard feature. This dashboard can be adjusted and configured based on the company requirements. You can introduce new cards and experiences based on your business requirements.

Viva Connections dashboard is available in the desktop, tablet and mobile experiences. It enables end users to easily access the most relevant information and applications directly for their role in the dashboard. You can personalize or introduce seperate dashboards based on audiences, which can be created using your company requirements.

Tip

See the Extend Microsoft Viva Connections learning path for a structured way to learn how you can extend Viva Connections, what tools you need, and how to get started.

Extensibility opportunities

Viva Connections personalization and extensibility model is based on the Adaptive Card Extensions (ACEs) which can be created using the widely adopted SharePoint Framework (SPFx) as client-side extensibility or by using server-side implementations using a bot.

To learn more about customizing modern pages in SharePoint with SPFx, see Overview of SPFx client-side web parts & Overview of SPFx Extensions.

Viva Connections desktop experience

The Viva Connections desktop experience can be extended and customized using Adaptive Card Extensions (ACEs). Developers can use both SPFx and the bot powered option to introduce new Viva Connections Adaptive Card extensions to customize the dashboard based on the business requirements.

Example Viva Connections desktop layout as available in 2024

Viva Connections mobile & tablet experience

The Viva Connections mobile experience is aligned with the desktop experience and is exposing by default the same ACEs as configured for the desktop area, optiomized for the mobile experiences.

Example Viva Connections mobile layout as available in 2024

Choosing the right model

Here are the considerations on choosing the right extensibility model for your deployment:

  • SPFx created ACEs pattern is suitable for you when

    • Your team is familiar with client-side web stack development
    • You've built other extensibility to Microsoft 365 using SPFx - for SharePoint, Microsoft Teams, Office or Outlook
    • You want the extensibility to be automatically hosted in the Microsoft 365 without costs
  • Bot powered ACEs is suitable for you when

    • You've an existing bot which is used in the Microsoft Teams - you can easily extend that to be exposed in the Viva Connections as well
    • You've implemented Microsoft 365 extensibility with server-side implementation hosted in Microsoft Azure

Start building for Microsoft Viva Connections

Here are the resources to get started on creating your first Adaptive Card Extension (ACE) depending on your chosen path: