Microsoft has published a new customer story detailing how Danish financial technology firm SimCorp unified its SimCorp One investment-management platform on Microsoft Azure, leveraging standardization and discipline to deploy governed artificial intelligence at scale. The move, announced on May 26, 2026, underscores a growing trend among enterprise software vendors: packaging complex, AI-powered capabilities into a consistent SaaS-like operating model that meets the strict regulatory demands of the financial sector.
SimCorp, a global provider of investment management solutions, serves a broad array of asset managers, insurers, pension funds, and banks. Its flagship SimCorp One platform integrates front-to-back investment operations, data management, and analytics. By migrating to Azure and adopting a standardised approach, the company is able to deliver advanced AI features—such as predictive analytics, risk modeling, and natural language interfaces—while maintaining the governance and compliance posture that financial institutions require.
The customer story reveals that SimCorp’s journey was not a simple lift-and-shift. It involved a fundamental re-architecture of its platform to run as a set of modular, containerised services orchestrated by Azure Kubernetes Service (AKS). But the deeper story is one of operational discipline. “To scale AI responsibly, you need more than powerful models—you need a factory floor that repeats the same quality check every time,” a SimCorp executive is quoted as saying. That factory floor metaphor captures the essence of what Microsoft calls “SaaS discipline”: a set of practices that treat the platform as a product, with automated deployments, continuous compliance monitoring, and a policy-driven governance framework.
The SimCorp One Platform
SimCorp One is an integrated investment management system that covers order management, compliance, risk, performance measurement, and accounting. It processes trillions of dollars in assets daily. For years, the platform was delivered primarily as an on-premises or hosted solution. The shift to a cloud-native, SaaS-like delivery model on Azure is a multi-year transformation that SimCorp began in 2023.
The platform now runs on a microservices architecture. Each service—trade processing, settlement, data warehousing, AI model serving—is containerised. This allows SimCorp to update components independently, scale them based on demand, and inject new AI capabilities without destabilising the core. The company uses Azure AI services, including Azure Machine Learning for model training and deployment, and Azure Cognitive Services for document intelligence and natural language processing.
Why Azure for Financial Workloads
Financial services firms demand the highest levels of security, reliability, and regulatory compliance. Azure’s global infrastructure offers more than 60 regions with compliance certifications for ISO 27001, SOC 1/2/3, PCI DSS, and specific financial regulatory standards such as the European Banking Authority guidelines and Germany’s BaFin requirements.
For SimCorp, Azure provides the foundation to meet data residency requirements. Customer data can be kept within preferred geographic boundaries while still benefiting from Azure’s AI innovation. Moreover, Azure’s confidential computing capabilities allow sensitive financial data to be processed even during AI inference, a critical feature when handling personally identifiable information or proprietary trading strategies.
Building a Governed AI Foundation
The term “governed AI” means embedding guardrails at every stage of the AI lifecycle—from data preparation and model training to inference and monitoring. For SimCorp, this starts with Azure Policy and Azure Machine Learning’s responsible AI dashboard. The platform enforces that any model deployed to production passes fairness and interpretability checks.
Azure’s three lines of defence for AI governance are:
- Data governance: Azure Purview classifies and tracks data lineage, ensuring that models are trained only on compliant datasets.
- Model governance: Azure Machine Learning registers models with version history and audit trails. Models are stored in Azure Container Registry and deployed via secure endpoints.
- Operational governance: Azure Monitor and Application Insights collect telemetry from both traditional workloads and AI services. Alerts fire if a model’s accuracy drifts or if inference latency exceeds thresholds.
By baking these controls into the platform’s CI/CD pipelines, SimCorp ensures that every AI component inherits the same compliance profile as the rest of the platform. That is the essence of SaaS discipline: no feature, AI or otherwise, goes live without passing the same automated gates.
SaaS Discipline as the Backbone
SaaS discipline refers to the operational practices that differentiate a well-managed cloud service from a haphazard arrangement of virtual machines. It includes:
- Infrastructure as Code: Terraform and Bicep templates define the entire Azure footprint, making environments reproducible and auditable.
- Policy-as-Code: Azure Policy assignments enforce rules like “all AKS clusters must use Azure AD for authentication” or “encryption at rest must be enabled.”
- Continuous Compliance: Azure Automanage automatically applies best practices, such as configuring Azure Backup and vulnerability assessments.
- Deployment Rings: Updates roll out progressively across development, staging, and production rings, with automated canary analysis.
For SimCorp, adopting these disciplines meant that even cutting-edge AI services such as GPT-4-powered client reporting had to pass the same CI/CD pipeline as a simple trade blotters. That uniformity reduces risk and accelerates the pace of innovation because once a pattern is proven, it can be reused across dozens of modules.
The customer story notes that SimCorp reduced its platform release cycle from six months to two weeks. Bug fixes can be deployed in hours rather than days. This velocity is only possible because the platform itself enforces the guardrails—developers do not need to negotiate security approvals for every change.
Kubernetes Governance in Action
SimCorp One runs on AKS clusters spread across multiple Azure regions for high availability. Kubernetes brings its own set of governance challenges: controlling pod security, network policies, and resource quotas. SimCorp uses:
- Azure Policy for Kubernetes to enforce rules like requiring container images from trusted registries, forbidding privileged pods, and ensuring that namespaces have resource limits.
- Azure AD Pod Identity to assign managed identities to pods, so an AI model serving container can securely access Azure Blob Storage or Cosmos DB without secrets.
- Open Policy Agent (OPA) Gatekeeper for custom constraints, such as “all AI model containers must have a label indicating the model version.”
The AKS clusters are also integrated with Azure Security Center and Azure Sentinel for threat detection. Lateral movement risks are mitigated by network policies that restrict traffic between namespaces. The governance model is templated: any new AKS cluster created for a customer environment automatically inherits the baseline policies, thanks to Azure Policy’s “deployIfNotExists” effects.
Compliance and Regulatory Alignment
The European Union’s AI Act is on the horizon, and financial regulators in the US, UK, and Asia are increasingly scrutinising algorithmic trading and credit decision models. SimCorp’s governed AI approach on Azure is designed to stay ahead of these requirements. The platform maintains model cards documenting each AI component’s purpose, training data, and performance metrics. These cards are auto-generated by Azure Machine Learning and stored in the Purview data catalog.
For clients that operate under GDPR, Azure’s data residency and EU Data Boundary commitments mean that customer data stays within Europe. SimCorp leverages Azure’s Customer Lockbox and double encryption capabilities to assure clients that even Microsoft support engineers cannot access sensitive data without explicit permission.
Outcomes and Industry Impact
According to the customer story, SimCorp has seen a 40% improvement in infrastructure cost efficiency by moving from static, hand-managed environments to a dynamic, policy-driven Azure deployment. More importantly, the governed AI framework has enabled the company to embed machine learning into more than 20 platform modules without a single compliance exception.
One measurable result is in trade settlement prediction. SimCorp’s AI now predicts settlement fails with 92% accuracy up to two days in advance, allowing fund managers to take corrective action. That model was developed, tested, and deployed in production following the standard SaaS discipline pipeline—proof that innovation and control can coexist.
SimCorp’s story is not just a case study; it is a blueprint. It shows that to harness AI at scale in regulated industries, the underlying platform must be as rigorous as the AI governance itself. The cloud is not merely a cost-saving utility; it is the operating system for an AI-enabled financial future. By combining Azure’s native governance tools with Kubernetes orchestration and a SaaS-like operational mindset, SimCorp has turned compliance from a bottleneck into a business enabler.
For other enterprise software vendors, the message is clear: governed AI starts not with a fancy algorithm, but with the disciplined management of the environment in which that algorithm runs. The SimCorp–Azure partnership signals that 2026 will be the year financial technology moves from talking about AI to actually controlling it.