LyraLearn AI Learning Platform
Exams
← Module 14 Β· Azure AI Services
🎧 Listen

The Azure AI Landscape

When an Azure-and-.NET shop decides to put AI into production, it rarely starts by renting GPUs. It reaches for managed services β€” Azure's hosted building blocks that handle scaling, patching, and compliance so your team can focus on the application. Knowing which service does what is the first step in any architecture decision.

Four managed Azure AI services shown as swappable plug-in modules that can slot into an application's interface sockets alongside local components.

The services you actually reach for

A handful of services cover the vast majority of enterprise AI work:

You won't use all four on day one, but most production systems end up combining a generation model (Azure OpenAI), a retrieval layer (AI Search or a database), and a safety gate (Content Safety).

How it fits the Azure ecosystem

The reason an Azure shop picks these over running models itself is integration, not raw capability:

Where LyraLearn fits

LyraLearn runs local-first β€” local embeddings and a local chat model behind interfaces β€” but it is built to slot into exactly this landscape. Because every AI capability sits behind an interface like IChatCompletionService or IEmbeddingService, adopting Azure OpenAI is a registration and config change, not a rewrite. The same is true for retrieval: today LyraLearn uses SQL Server vectors, but the IVectorStore abstraction means Azure AI Search could back it tomorrow. The landscape is a menu of swappable components, and good architecture keeps every choice on the table.

🧠 Quiz yourself on this lesson →

Ask the AI Tutor

Grounded in the course lessons β€” it cites its sources and says when it doesn't know.