Skip to main content

Generative AI and Agents Reshape Modern Cloud Platforms

 Generative AI is reshaping digital platforms. Previously, cloud programs focused on migration, stability, and cost. Now, leaders seek intelligence, automation, and proactive experiences. This is where Generative AI and agents come in — and why modern cloud platforms must evolve again.

Many companies believe GenAI is simply calling a large language model through an API. In reality, GenAI is not just a feature you add on top of the platform. It becomes a new layer in the architecture. It changes how systems are built, how data flows, and how operations work. In our Intelligent Cloud Modernisation for AI-Native work at Endava, we describe this as moving from “cloud-hosted” to “cloud-modernised” and then to “AI-Native”. The difference is important: migration puts workloads in the cloud, modernisation changes how they behave, and AI-Native embeds intelligence into the platform itself.
A good way to explain it is to compare AI-enabled versus AI-native. AI-enabled means adding a chatbot, summarizing documents, or generating content. AI-native is when intelligence is embedded end-to-end: data is ready, workloads scale, governance is built in, and the platform evolves continuously. Agents accelerate this shift. They don’t just generate text. They reason, plan, and act. They can call tools, orchestrate workflows, and make decisions inside defined guardrails. This is why agents reshape modern cloud platforms: they force the platform to become smarter, more connected, and more controlled.
The first big change is the need for strong context. A model without context is just a general assistant. Enterprise GenAI requires Retrieval-Augmented Generation, where the model retrieves knowledge from internal sources before generating an answer. This emphasizes the importance of a robust data foundation. In Microsoft's ecosystems, Microsoft Fabric exemplifies how platforms are evolving to meet this need. The main benefit of Fabric is that it unifies lakehouse storage, analytics, and governance, enabling organizations to build reliable data products that GenAI can use more effectively. When structured data, unstructured documents, and metadata are centrally available, RAG becomes more practical and less fragile.
The second change is integration. Traditional platforms used APIs and microservices. Now, agents use tool calling and workflow orchestration. Agents require permissioned access, controlled execution, and audit trails. This is essential for trust. In Azure, organisations often use Azure OpenAI with Azure AI Search, and orchestrate agent workflows with Prompt Flow or AI Studio, triggered via Functions or Event Grid. Microsoft Fabric provides curated data and real-time analytics for agents' context and decision-making.
The third change is how we operate systems. GenAI introduces new operational metrics: token consumption, prompt latency, retrieval latency, hallucination rate, and model drift. This is why playbooks are important; we strongly push for the Build–Run–Evolve cycle. AI solutions cannot be “built once.” They must evolve. Modern cloud platforms need MLOps for model lifecycle, but also AIOps and FinOps to control reliability and cost. Without this, agents can become expensive very quickly, and their behaviour becomes unpredictable.
The final change is governance. Agents can take actions, and actions create risk. A mature platform needs security, privacy, compliance, and responsible AI built in from day one. It must track lineage, manage access, and enforce policies. Microsoft’s ecosystem supports this with Purview, Defender for Cloud, and policy controls that help organisations keep AI solutions safe and auditable.
Generative AI and agents are reshaping cloud platforms, demanding a new, elastic, data-driven, automated, and governed foundation. To move beyond demos, we must modernise the platform and data layer—especially with tools like Microsoft Fabric—so GenAI becomes a scalable business capability. Start modernising to unlock the full value of AI.

Comments

Popular posts from this blog

Why Database Modernization Matters for AI

  When companies transition to the cloud, they typically begin with applications and virtual machines, which is often the easier part of the process. The actual complexity arises later when databases are moved. To save time and effort, cloud adoption is more of a cloud migration in an IaaS manner, fulfilling current, but not future needs. Even organisations that are already in the cloud find that their databases, although “migrated,” are not genuinely modernised. This disparity becomes particularly evident when they begin to explore AI technologies. Understanding Modernisation Beyond Migration Database modernisation is distinct from merely relocating an outdated database to Azure. It's about making your data layer ready for future needs, like automation, real-time analytics, and AI capabilities. AI needs high throughput, which can be achieved using native DB cloud capabilities. When your database runs in a traditional setup (even hosted in the cloud), in that case, you will enc...

How to audit an Azure Cosmos DB

In this post, we will talk about how we can audit an Azure Cosmos DB database. Before jumping into the problem let us define the business requirement: As an Administrator I want to be able to audit all changes that were done to specific collection inside my Azure Cosmos DB. The requirement is simple, but can be a little tricky to implement fully. First of all when you are using Azure Cosmos DB or any other storage solution there are 99% odds that you’ll have more than one system that writes data to it. This means that you have or not have control on the systems that are doing any create/update/delete operations. Solution 1: Diagnostic Logs Cosmos DB allows us activate diagnostics logs and stream the output a storage account for achieving to other systems like Event Hub or Log Analytics. This would allow us to have information related to who, when, what, response code and how the access operation to our Cosmos DB was done. Beside this there is a field that specifies what was th...

[Post Event] Azure AI Connect, March 2025

On March 13th, I had the opportunity to speak at Azure AI Connect about modern AI architectures.  My session focused on the importance of modernizing cloud systems to efficiently handle the increasing payload generated by AI.