5.6 Microsoft Copilot and AI-Powered Applications

Key Takeaways

  • Microsoft Copilot is an AI assistant powered by GPT models that is integrated into Microsoft 365, Windows, Bing, Edge, and other Microsoft products.
  • Copilot in Microsoft 365 can draft emails in Outlook, create presentations in PowerPoint, analyze data in Excel, and summarize meetings in Teams.
  • Copilot uses RAG to ground responses in your organization's data — it searches your emails, documents, chats, and meetings for relevant context.
  • Azure AI Foundry (formerly Azure AI Studio) is the unified portal for building, evaluating, and deploying custom AI applications on Azure.
  • The AI-900 exam tests your awareness of Copilot capabilities and how organizations can build their own AI applications using Azure AI services.
Last updated: March 2026

Microsoft Copilot and AI-Powered Applications

Quick Answer: Microsoft Copilot is an AI assistant integrated into Microsoft 365, Windows, Bing, and Edge. It uses GPT models with RAG to help users draft emails, create presentations, analyze data, and more. Azure AI Foundry is the portal for building custom AI applications. The AI-900 tests awareness of these capabilities.

Microsoft Copilot

Microsoft Copilot is an AI-powered assistant that is embedded across Microsoft's product ecosystem. It uses large language models (primarily GPT-4o) combined with RAG over your data to provide contextual AI assistance.

Copilot in Microsoft 365

ApplicationWhat Copilot DoesExample
OutlookDraft emails, summarize email threads, suggest responses"Draft a reply declining this meeting politely"
WordWrite, rewrite, summarize, and format documents"Summarize this 20-page report into key findings"
ExcelAnalyze data, create formulas, generate charts, identify trends"What are the top 5 products by revenue?"
PowerPointCreate presentations from prompts or documents"Create a presentation from this Word document"
TeamsSummarize meetings, capture action items, answer questions"What decisions were made in today's meeting?"
OneNoteSummarize notes, generate to-do lists, draft content"Create a to-do list from my meeting notes"

How Copilot Works (The Architecture)

  1. User prompt — you type a request in natural language
  2. Grounding — Copilot searches your organization's data (emails, documents, chats, calendars) for relevant context using Microsoft Graph
  3. Augmented prompt — your request + retrieved context + responsible AI instructions are combined
  4. LLM processing — GPT-4o generates a response grounded in your data
  5. Post-processing — content filters check the response, citations are added
  6. Response — the grounded, filtered response is displayed in the application

Copilot in Other Products

ProductWhat Copilot Does
WindowsSystem tasks, file search, settings help, content creation
BingSearch with AI-generated summaries and answers
EdgeSummarize web pages, generate content, answer questions about pages
GitHubCode completion, code review, documentation, bug detection
Dynamics 365CRM insights, sales recommendations, customer summaries
Power PlatformBuild apps and automations with natural language

Azure AI Foundry

Azure AI Foundry (formerly Azure AI Studio) is the unified portal for building, evaluating, and deploying custom AI applications:

Key Capabilities

FeatureDescription
Model CatalogBrowse and deploy models from OpenAI, Meta, Mistral, Cohere, and more
Prompt FlowVisual builder for designing AI application workflows
EvaluationTools to evaluate model quality, groundedness, and safety
Content SafetyConfigure content filters and safety guardrails
DeploymentsManage model deployments with version control
Data & IndexesConnect data sources for RAG and fine-tuning
Agent BuilderBuild AI agents that can call tools and take actions

Foundry Projects and Hubs

ConceptDescription
HubTop-level container for shared resources (compute, storage, connections)
ProjectWorkspace within a hub for a specific AI application

Building AI Applications on Azure

Organizations can build custom AI applications using Azure AI services:

Common Application Patterns

PatternDescriptionAzure Services
Smart chatbotCustomer service bot with natural language understandingAzure OpenAI + Azure AI Search + Bot Service
Document processingAutomated extraction of data from documentsAzure AI Document Intelligence + Azure AI Search
Content moderationAutomated review of user-generated contentAzure AI Content Safety
Search and discoveryIntelligent search over organizational knowledgeAzure AI Search + Azure OpenAI
Real-time translationMultilingual communication platformAzure AI Speech + Azure AI Translator
Visual inspectionAutomated quality control from imagesAzure AI Vision + Custom Vision

The "AI Application Stack"

[End User Application] ← Web app, mobile app, chatbot, Copilot
         │
[Orchestration Layer]  ← Prompt Flow, LangChain, Semantic Kernel
         │
[AI Models]            ← Azure OpenAI (GPT-4o), Azure AI Services
         │
[Data Layer]           ← Azure AI Search, Azure SQL, Cosmos DB
         │
[Infrastructure]       ← Azure subscriptions, RBAC, networking

On the Exam: Know that Copilot uses RAG over organizational data (via Microsoft Graph) to provide grounded responses. Know that Azure AI Foundry is the portal for building custom AI applications. You do NOT need to know how to build applications — just understand the concepts and which services are used for which purposes.

Test Your Knowledge

How does Microsoft Copilot in Microsoft 365 access your organizational data to provide relevant responses?

A
B
C
D
Test Your Knowledge

What is Azure AI Foundry?

A
B
C
D
Test Your Knowledge

Which Copilot capability allows it to summarize a meeting you missed and list the action items?

A
B
C
D
Test Your KnowledgeMatching

Match each Microsoft Copilot application to what it can do:

Match each item on the left with the correct item on the right

1
Copilot in Outlook
2
Copilot in Excel
3
Copilot in PowerPoint
4
Copilot in Teams