πŸ”’ Guided

Pre-launch preview. Authorised access only.

Incorrect code

Guided by A Guide to Cloud
Explore AB-900 AI-901
Guided AB-100 Domain 3
Domain 3 β€” Module 11 of 13 85%
27 of 29 overall

AB-100 Study Guide

Domain 1: Plan AI-Powered Business Solutions

  • Agent Requirements & Data Readiness
  • AI Strategy & the Cloud Adoption Framework
  • Multi-Agent Solution Design
  • Build, Buy, or Extend
  • Generative AI, Knowledge Sources & Prompt Engineering
  • Small Language Models & Model Selection
  • ROI, TCO & Business Case Analysis

Domain 2: Design AI-Powered Business Solutions

  • Copilot in D365 Customer Experience & Service
  • Agent Types: Task, Autonomous & Prompt/Response
  • Foundry Tools & Code-First Solutions
  • Copilot Studio: Topics, Flows & Prompt Actions
  • Power Apps, WAF & Data Processing
  • Extensibility: Custom Models, M365 Agents & Copilot Studio
  • MCP, Computer Use & Agent Behaviours
  • M365 Agents: Teams, SharePoint & Sales/Service in M365 Copilot
  • D365 AI Orchestration: Finance, SCM & Customer Experience

Domain 3: Deploy AI-Powered Business Solutions

  • Agent Monitoring: Tools, Metrics, and Processes
  • Telemetry Interpretation and Agent Tuning
  • Testing Strategy for AI Agents
  • Custom Model Validation and Prompt Best Practices
  • End-to-End Testing for Multi-App AI Solutions
  • ALM Foundations & Data Lifecycle for AI
  • ALM for Copilot Studio Agents
  • ALM for Microsoft Foundry Agents
  • ALM for D365 AI Features
  • Agent Security Free
  • Governance for AI Agents Free
  • Prompt Security & AI Vulnerabilities Free
  • Responsible AI & Audit Trails Free

AB-100 Study Guide

Domain 1: Plan AI-Powered Business Solutions

  • Agent Requirements & Data Readiness
  • AI Strategy & the Cloud Adoption Framework
  • Multi-Agent Solution Design
  • Build, Buy, or Extend
  • Generative AI, Knowledge Sources & Prompt Engineering
  • Small Language Models & Model Selection
  • ROI, TCO & Business Case Analysis

Domain 2: Design AI-Powered Business Solutions

  • Copilot in D365 Customer Experience & Service
  • Agent Types: Task, Autonomous & Prompt/Response
  • Foundry Tools & Code-First Solutions
  • Copilot Studio: Topics, Flows & Prompt Actions
  • Power Apps, WAF & Data Processing
  • Extensibility: Custom Models, M365 Agents & Copilot Studio
  • MCP, Computer Use & Agent Behaviours
  • M365 Agents: Teams, SharePoint & Sales/Service in M365 Copilot
  • D365 AI Orchestration: Finance, SCM & Customer Experience

Domain 3: Deploy AI-Powered Business Solutions

  • Agent Monitoring: Tools, Metrics, and Processes
  • Telemetry Interpretation and Agent Tuning
  • Testing Strategy for AI Agents
  • Custom Model Validation and Prompt Best Practices
  • End-to-End Testing for Multi-App AI Solutions
  • ALM Foundations & Data Lifecycle for AI
  • ALM for Copilot Studio Agents
  • ALM for Microsoft Foundry Agents
  • ALM for D365 AI Features
  • Agent Security Free
  • Governance for AI Agents Free
  • Prompt Security & AI Vulnerabilities Free
  • Responsible AI & Audit Trails Free
Domain 3: Deploy AI-Powered Business Solutions Free ⏱ ~15 min read

Governance for AI Agents

Design governance frameworks for agent registration, approval workflows, data residency compliance, and access controls on grounding data and model tuning.

Governance is the guardrails, not the brakes

β˜• Simple explanation

Imagine a city with no building codes. Anyone can build anything, anywhere, with any materials. Some buildings will be great. Some will collapse. Nobody knows which buildings exist or who is responsible for them.

AI governance is like building codes for agents. You register every agent (know what exists). You require approvals based on risk (high-risk agents get more scrutiny). You enforce data residency (data stays where the law says it must). You control who can change the knowledge and tuning data that shapes agent behaviour.

Good governance enables AI adoption β€” it removes the fear that blocks deployment.

Enterprise AI governance spans four pillars: agent registration (a central catalogue of all agents with metadata), approval workflows (risk-based review gates before deployment), data residency and movement compliance (ensuring data processing meets geographic and regulatory requirements), and access controls on grounding data and model tuning (who can modify the data that shapes agent behaviour).

The AB-100 exam tests architects on designing governance frameworks that are practical (not bureaucratic), risk-proportionate (low-risk agents get lighter governance), and auditable (every decision is traceable).

The four governance pillars

Governance is practical, risk-proportionate, and auditable
PillarPurposeKey Design Decisions
Agent registryCentral catalogue of all agents in the organisationWhat metadata to capture (owner, purpose, data access, risk level, deployment status). Where to host the registry. How to enforce registration.
Approval workflowsRisk-based review gates before agents reach productionHow many tiers (typically 3). Who approves at each tier. What evidence is required (impact assessment, security review, legal review).
Data residencyEnsuring data stays where regulatory and policy requirements demandWhich regulations apply (GDPR, APRA, HIPAA). Where model inference happens (inference = data processing). Cross-border data movement controls.
Access controls on dataControlling who can modify grounding data and model tuning dataRole-based access to knowledge sources. Approval for training data changes. Audit trail for all data modifications.

Agent registry

Every agent in the organisation should be registered in a central catalogue. The registry answers fundamental questions: what agents exist, who owns them, what data do they access, and what risk do they pose.

Registry FieldPurposeExample
Agent nameUnique identifier”Vanguard Financial Advisory Agent”
OwnerAccountable person or teamDev Patel, AI Platform Team
PurposeWhat the agent does”Provides portfolio summaries and market insights to wealth clients”
PlatformWhere the agent is builtCopilot Studio, Foundry, D365 built-in
Data sourcesWhat data the agent accessesD365 Finance (client portfolios), SharePoint (market research), Bloomberg API
Risk levelClassified risk tierHigh β€” accesses financial data and provides advisory content
Deployment statusCurrent stateProduction since 2025-03-15
Last review dateWhen governance review last occurred2025-09-01

Approval workflows

Not every agent needs the same level of scrutiny. Risk-based tiers keep governance proportionate:

TierRisk LevelApproval ProcessExamples
Tier 1 β€” LowNo sensitive data, no customer-facing outputAuto-approve with registrationInternal FAQ bot, meeting scheduler
Tier 2 β€” MediumAccesses business data or produces customer-visible contentManager approval plus security reviewSales assistant, HR policy bot
Tier 3 β€” HighAccesses sensitive/regulated data or makes decisions with business impactSecurity review, legal review, executive sponsor, responsible AI assessmentFinancial advisory agent, clinical decision support, credit risk agent

Data residency and movement compliance

Data residency is about WHERE data is stored AND processed. For AI, model inference counts as data processing.

  • Storage residency β€” where is the data at rest? Dataverse, Azure storage, SharePoint β€” each has geographic configuration.
  • Processing residency β€” where does the model run inference? If your data is in Australia but the model endpoint is in the US, the data crosses borders during inference.
  • Transit controls β€” how is data protected in motion between regions? Encryption in transit, VPN tunnels, private connectivity.
  • Regulatory mapping β€” which regulations apply? GDPR (EU), APRA (Australia), HIPAA (US health), CCPA (California), PIPL (China). Each has specific data residency requirements.

Design pattern for keeping data in-region:

  1. Deploy model endpoints in the same region as the data
  2. Use Standard or Data Zone deployment types β€” Global deployment types may process data outside your selected region
  3. Use Azure regions that support the required AI services
  4. Configure Dataverse environments with the correct geographic region
  5. Use Azure Private Link to keep traffic off the public internet
  6. Audit data movement with Microsoft Purview

Important caveat: Deploying an Azure resource in a specific region does not automatically guarantee data residency. For Foundry/OpenAI deployments, Global and Data Zone deployment types can process prompts and responses outside the single region. Always verify the deployment type supports your residency requirements.

Access controls on grounding data and model tuning

The data that feeds agents and models is just as sensitive as the output. Controlling who can modify it is critical:

  • Knowledge source access β€” who can add, update, or remove documents from an agent’s knowledge base? A malicious or accidental change to knowledge sources can completely alter agent behaviour.
  • Training data access β€” who can modify the datasets used to fine-tune models? Unauthorised training data changes can introduce bias or degrade quality.
  • Model tuning access β€” who can change prompt templates, system messages, or fine-tuning parameters? These directly control model behaviour.
  • Audit trail β€” every change to grounding data, training data, and tuning parameters must be logged with who, what, when, and why.
πŸ’‘ Scenario: Yuki designs Vanguard's AI governance framework

Yuki Tanaka (compliance officer at Vanguard Financial Group) designs the enterprise AI governance framework:

Agent registry: Hosted in a dedicated SharePoint list with Power Automate workflows for registration. Every new agent must be registered before development begins. The registry feeds a Power BI dashboard for executive visibility.

3-tier approval process:

  • Tier 1 (low risk): IT self-service. Auto-approved upon registration. Example: internal IT help desk bot.
  • Tier 2 (medium risk): Requires approval from the business unit head and a security checklist review. Example: customer service Copilot customisation.
  • Tier 3 (high risk): Full review β€” security assessment by Marcus’s team, legal review for regulatory compliance, executive sponsor sign-off, responsible AI impact assessment. Example: financial advisory agent, credit risk model.

Data residency for APRA compliance:

  • All Vanguard customer data must be processed within Australia
  • Yuki verifies that D365 Finance runs in the Australia East Azure region
  • The Foundry model endpoint is deployed in Australia East
  • SharePoint knowledge sources are in the Australia geography
  • Azure Private Link ensures data never transits the public internet between services

Access controls:

  • Knowledge source updates require approval from the content owner plus the compliance team
  • Training data changes require approval from the data steward plus the model owner
  • Prompt template changes require approval from the AI Platform team lead
  • All changes logged in an immutable audit trail (Azure Immutable Blob Storage)
πŸ’‘ Exam tip: data residency is about processing, not just storage

This is a frequently tested concept:

  • Data at rest in Australia does not satisfy residency requirements if the model endpoint is in the US. Inference is processing. Processing must also be in-region.
  • Cross-border data movement happens anytime data leaves a geographic boundary β€” even temporarily during an API call to a model endpoint.
  • The exam may describe a scenario where data is stored locally but the AI service is in another region. The correct answer involves deploying the AI service in the same region as the data.
  • Microsoft 365 data residency is separate from Azure data residency. Know which services respect M365 geographic boundaries and which require separate Azure region selection.

Flashcards

Question

What are the four pillars of AI governance?

Click or press Enter to reveal answer

Answer

1) Agent registry β€” central catalogue of all agents with metadata. 2) Approval workflows β€” risk-based review gates before deployment. 3) Data residency β€” ensuring data storage and processing meet geographic requirements. 4) Access controls β€” managing who can modify grounding data and model tuning parameters.

Click to flip back

Question

Why does model inference count as data processing for residency purposes?

Click or press Enter to reveal answer

Answer

When a model processes a query, it reads and transforms data β€” that is data processing. If your data is in Australia but the model runs in the US, the data crosses borders during inference, potentially violating data sovereignty laws like APRA or GDPR.

Click to flip back

Question

What is the purpose of a risk-based approval tier system?

Click or press Enter to reveal answer

Answer

To keep governance proportionate. Low-risk agents (internal FAQ bots) get auto-approved to avoid bottlenecks. High-risk agents (financial advisory, clinical decision support) get full security, legal, and responsible AI reviews. This prevents governance from becoming a blocker for safe AI use.

Click to flip back

Question

Why must access to grounding data be controlled as tightly as access to the agent itself?

Click or press Enter to reveal answer

Answer

Grounding data directly shapes agent behaviour. If someone modifies knowledge sources or training data without oversight, they can change what the agent says β€” introducing bias, errors, or malicious content. Access controls with audit trails ensure all data changes are authorised, reviewed, and traceable.

Click to flip back

Knowledge check

Knowledge Check

Yuki discovers that a team has deployed a Copilot Studio agent to production without going through the governance process. The agent accesses customer financial data. What is the most appropriate first action?

Knowledge Check

An architect designs a solution where customer data is stored in Dataverse (Australia East) but the Foundry model endpoint is deployed in US West 2 because it offers newer GPU instances. The solution serves Australian financial services clients regulated by APRA. What is the problem?

Knowledge Check

A data engineer updates the knowledge sources for a financial advisory agent by adding new market research documents to the agent's SharePoint library. No one reviews the change. Two days later, the agent starts giving inaccurate investment guidance. What governance control was missing?

🎬 Video coming soon

Next up: Prompt Security β€” analysing AI vulnerabilities including prompt injection, data poisoning, and model extraction β€” and the mitigations that defend against them.

← Previous

Agent Security

Next β†’

Prompt Security & AI Vulnerabilities

Guided

I learn, I simplify, I share.

A Guide to Cloud YouTube Feedback

© 2026 Sutheesh. All rights reserved.

Guided is an independent study resource and is not affiliated with, endorsed by, or officially connected to Microsoft. Microsoft, Azure, and related trademarks are property of Microsoft Corporation. Always verify information against Microsoft Learn.