Skip to content

Domain 2: Microsoft AI Solutions (35-40%) ​

← Domain 1 Β· Next Domain β†’


Which Solution for What? ​

NeedSolution
Everyday productivityMicrosoft 365 Copilot
Custom AI appsAzure AI Foundry
Sales workflowsCopilot for Sales
Customer serviceCopilot for Service
CRM/ERP workflowsDynamics 365 Copilot
Low-code automationPower Platform AI

Trap

Know the difference: M365 Copilot = productivity tool for users. Azure AI Foundry = platform for building custom AI.

Microsoft 365 Copilot by App ​

AppWhat it does
WordDraft, summarize, rewrite
ExcelAnalyze, formulas, charts
PowerPointCreate from docs, design
OutlookDraft, summarize threads, prioritize
TeamsMeeting summaries, action items

Business Chat / M365 Chat: Cross-app assistant. Queries emails, docs, meetings together.

Exam Tip

Copilot Studio is for extending Copilot. If a question asks how to give Copilot access to a non-Microsoft database (like Salesforce), the answer is usually Copilot Studio (Connectors).

Build vs Buy vs Extend (Strategic Selection) ​

Microsoft recommends this sequence to minimize cost and time-to-value.

ApproachToolBest For...Investment
BuyM365 CopilotStandard productivity, off-the-shelf value.Low (Licensing)
ExtendCopilot StudioConnecting Copilot to custom data/APIs.Medium (Low-code)
BuildAzure AI FoundryHigh-customization, unique business logic.High (Pro-code)

Copilot Security & Compliance ​

Three things to remember:

  1. Tenant isolation β€” Your data stays in your tenant.
  2. Respects permissions β€” Users only see what they already have access to.
  3. Not used for training β€” Microsoft doesn't train public models on your data.

Critical

Tenant Isolation: Your data is NOT used to train foundation models (like GPT-4). This is a foundational Microsoft promise you must know for the exam.

Advanced Security ​

  • Data Residence: You can control where your data is stored (e.g., EU-only for GDPR).
  • Sovereign Clouds: Specialized environments for high-security governments (e.g., Azure Government).
  • Content Security: Built-in filters to block harmful content (hate, violence, self-harm) at the gateway.

Copilot Security

1 / 4
❓

Does Copilot use my data to train public models?

(Click to reveal)
πŸ’‘
NO. Enterprise data stays private within your tenant and is not used to train the base models.

Azure AI Foundry ​

  • Build custom AI applications
  • Access multiple models (OpenAI, Meta, Mistral)
  • Fine-tuning, RAG, prompt engineering tools
  • Enterprise security and compliance

Licensing & Pricing (Cost Models) ​

Understanding costs is critical for a transformation leader.

Microsoft 365 Copilot ​

TierCost (Approx.)Target
Copilot ChatIncludedStandard business/enterprise licenses.
Copilot Pro$20/user/moIndividuals, Family, and Personal plans.
M365 Copilot$30/user/moBusiness & Enterprise. (No min. seat requirement).
Copilot Studio$200/moFor building and publishing custom agents.

Exam Tip

Role-based Copilots (Sales, Service, Finance) are now generally included in the $30/mo M365 Copilot license. You don't need a separate add-on anymore.

Azure AI Services ​

  • Pay-As-You-Go: Charged per 1,000 tokens (Input vs. Output). Flexible but variable.
  • PTU (Provisioned Throughput): Reserved capacity for high-volume, predictable workloads. Costs are more predictable but require a commitment.
  • Storage & Search: Additional costs for Azure AI Search (indexing) and Data Storage.

Azure AI Services Deep Dive ​

ServiceWhat it isWhere it is used (Use Case)
Microsoft 365 CopilotAI assistant integrated into M365 apps (Word, Excel, Teams, etc.).Everyday productivity, summarizing meetings, drafting emails, and document creation.
Azure AI Foundry (Studio)A unified platform for building, testing, and deploying custom AI solutions.For developers/leaders to build custom AI apps using multiple models (OpenAI, Meta, etc.).
Azure OpenAI ServiceCloud-based access to OpenAI's powerful models (GPT-4o, DALL-E) with enterprise security.Generating text, code, and images; building advanced chatbots and RAG systems.
Azure AI SearchA high-performance retrieval service for indexing and searching data.RAG (Retrieval-Augmented Generation)β€”connecting AI models to your specific business data.
Azure AI LanguageNatural Language Processing (NLP) service for text analysis.Sentiment analysis, key phrase extraction, summarization, and entity recognition.
Azure AI VisionComputer vision service for analyzing images and videos.Object detection, OCR (extracting text from images), and content moderation.
Azure AI SpeechVoice services for conversion between speech and text.Transcription (Talk-to-Text), Speech Synthesis (Text-to-Talk), and real-time translation.
Azure AI Document IntelligenceIntelligent document processing using AI.Extracting key-value pairs, tables, and text from PDFs, invoices, and forms automatically.
Copilot StudioA low-code tool to create and customize Copilots.Extending M365 Copilot or building custom standalone agents for specific business workflows.
Power Platform AI BuilderLow-code AI capabilities for Power Apps and Power Automate.Automating business processes with AI without deep coding knowledge.