Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
This article provides an overview of the architecture for Finance Agent in Outlook and Excel.
Architectural component layers
The architecture consists of the following component layers.
- Admin layer
- Client layer
- Service layer
- Storage and security layer
- Microsoft 365 and Microsoft Office data layer
- ERP data layer
Each layer is described in the following sections.
Admin layer
Finance Agent is integrated as copilot extensions within Microsoft Office: Outlook and Excel. The administrative layer of Finance Agent provides users with the ability to install and manage these Office add-ins.
Client layer
Finance Agent consists of two distinct client experiences - Finance Agent for Microsoft 365 Outlook and Finance Agent for Microsoft 365 Excel. The Outlook experience is developed as a third-party Outlook add-in and the Excel experience is developed as a third-party Excel add-in.
Both consist of a manifest, which describes how the add-in and app integrate into Outlook and Excel, and JavaScript/HTML, which makes up the User Interface (UI) of the experience. The UI for both experiences is cloud-hosted and fully managed by Microsoft. None of the UI or business logic for Finance Agent is shipped as client-side code in Excel or Outlook. Therefore, customers don't need to manage the application lifecycle for the Finance Agent client or server-side components. For more information, see the Application Lifecycle Management section.
The Finance Agent client only stores minimal setup and settings data in the local browser-based application storage and no personal or other customer data outside of settings persists locally.
Service layer
The Finance Agent service layer consists of the cloud-hosted Finance Agent experiences, which are served to the Finance Agent client experiences, and Core Business Logic Layer, which processes and combines ERP data, MS Graph data (for example, E-Mails, Meetings), Azure OpenAI generated data. All Finance Agent services are hosted on the Microsoft Azure cloud to provide a resilient foundation to help meet organizational compliance, reliability, availability, and disaster recovery needs.
The Finance Agent data layer consists of three distinct sets of data.
- MS Graph data: The end user’s existing Microsoft 365/Office Data (E-Mails, Meetings, etc.) are stored in Microsoft Graph.
- ERP data: The customer’s ERP data is only stored in the existing ERP system (SAP, Dynamics Finance, and operations, …), which serves as the system of record for all ERP entities.
- Non-ERP related data: Finance Agent stores some non-ERP related data in customer’s Power Platform Dataverse. For example, email summaries, emails, and notes.
- Finance Agent data: The customer’s Finance Agent data is generated through Finance Agent feature flows and doesn't fall into the previous definition for Office Data or ERP Data, Dataverse data. For example, Finance Agent settings or Finance Agent generated insights data.
Storage and security layer
Finance Agent always respects the data privacy, data security, data retention, and compliance boundaries of the underlying data store for data at rest and use Transport Layer Security (TLS) to protect data in transit and doesn't store data outside any of the data stores described previously.
Microsoft 365 and Office data layer
The end-user’s Microsoft 365 and Office data is always accessed in the end user’s authentication context and referenced in two distinct ways:
- Read in real-time to enable insights scenarios, for example Generative AI e-mail replies, AI generated e-mail summaries, etc. The Microsoft 365 / Office data is only read in these scenarios and discarded after it's processed.
- Read in real-time to enable value in the customer’s ERP system, for example when e-mail data is copied from the Microsoft Graph to the customer’s ERP as activities or meeting transcripts are copied to Dataverse to enable extensibility scenarios.
ERP data layer
All ERP data access (read and write access) in Finance Agent is managed via real-time integrations with the underlying ERP system. Finance Agent doesn't copy any ERP data to other systems except when unique identifiers are used for mapping ERP environment and entities to Finance Agent specific data. For example, Finance Agent customer identifiers are used to map customers to nonfinancial data stores in Dataverse. In these scenarios, Finance Agent only stores the unique identifiers from the ERP system being referenced. Finance Agent fully respects the existing retention policies and compliance boundaries of the existing ERP system and Dataverse.
Finance Agent is designed and intended to work with a single ERP connection at a time. Finance Agent doesn't connect to multiple ERP or Dataverse instances at the same time, nor synchronize data between them. The data accessed and stored via Finance Agent is always scoped to the ERP that the end user is currently connected to.
Application lifecycle management
This section describes the application lifecycle management for Finance Agent.
Release cycle
There are two sets of release cycles for Finance Agent.
- Bi-Monthly product releases, which include major product capabilities.
- Ongoing service updates, which include product hotfixes and minor product changes.
Component overview
There are two distinct components that are relevant to the Finance Agent application lifecycle management.
- Finance Agent client add-in / app manifests, which are deployed as third-party Outlook add-in and third-party Excel app and describe the behavior of the add-in / app.
- Finance Agent service layer, which hosts the UI experiences for all Finance Agent add-ins / apps and the core service layer, containing front-end APIs, core business logic, data integration layer, and AI services.
Updates
Finance Agent client add-in and apps
The Finance Agent manifest for the Microsoft Outlook add-In and the Microsoft Excel add-In require occasional updates when new capabilities are introduced. These updates are rolled out by Microsoft as part of the bi-monthly product releases and is automatically pushed to all users who have the add-in / app installed without the need for an admin or end-user to take any action. In rare circumstances, Microsoft introduces new permissions as part of a bi-monthly release, which requires explicit consent and update from the admin or end-user. In these circumstances, admins and users see that a new update is available via the Microsoft 365 Admin Center. Additionally, Microsoft informs admins via the What’s New section of the Finance Agent documentation, and via the Microsoft Viva Blog. Customers aren't able to take advantage of the latest Finance Agent capabilities if they haven't applied the latest updates to the add-in / app.