Getting Started
Horizon Advisor runs as a Microsoft 365 Copilot agent backed by a deployed MCP service — there is no local end-user mode. Setup, deployment, and Microsoft 365 configuration are maintained in one place, the repository README, so there is a single source of truth:
Setup & deploy guide — README on GitHub
It covers:
- Microsoft Entra app registration and per-user auth setup
- Deploying the backend to Azure App Service (
deploy-api) - Generating and uploading the Microsoft 365 Copilot package (
package-copilot) - Environment variables and the manual tenant steps
To understand how a request flows and where the data boundary sits, see Architecture and Process flow.