Skip to content

Commit 9ca6a9c

Browse files
authored
Added introduction
This module outlines the implementation of governance controls for AI workloads, focusing on compliance and risk management using Microsoft Purview and Azure Policy.
1 parent 63bb783 commit 9ca6a9c

1 file changed

Lines changed: 23 additions & 0 deletions

File tree

  • learn-pr/wwl-azure/apply-governance-controls-ai-ready-workloads/includes
Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
Your organization deployed Azure OpenAI Service across three business units, each team spinning up models independently. Within weeks, your compliance officer discovers training datasets containing customer personal data scattered across storage accounts in five different regions—some outside approved jurisdictions. Meanwhile, your security team can't answer an Audit (Standard) question: which production applications consume which AI models, and who approved those connections?
2+
3+
This scenario reflects a common challenge as organizations scale AI workloads. Without governance controls, AI infrastructure becomes a compliance uncertainty. Training datasets multiply across environments without classification. Model deployments bypass network security policies. Data lineage remains invisible, making regulatory audits time-consuming and error-prone. As AI adoption accelerates, these gaps create measurable risk: organizations face potential regulatory fines, data breaches exposing sensitive training data, and operational overhead managing access controls across hundreds of AI resources.
4+
5+
Microsoft Purview and Azure Policy provide a unified governance framework that addresses these challenges head-on. Purview automatically discovers AI assets across your Azure environment, classifies sensitive data, and traces lineage from source datasets through model training to inference endpoints. Azure Policy enforces guardrails that prevent noncompliant deployments before they reach production. Together, these services transform AI governance from reactive firefighting into proactive risk management.
6+
7+
In this module, you implement governance controls for a multi-region AI deployment. You configure Purview to discover and classify Azure OpenAI Service and Azure Machine Learning resources, deploy policy guardrails that enforce data residency and encryption requirements, establish data lineage tracking for training pipelines, and monitor compliance using audit logs and reports. By the end, you have a repeatable framework for governing AI infrastructure that reduces compliance risk while enabling innovation.
8+
9+
## Learning objectives
10+
11+
By the end of this module, you're able to:
12+
13+
- Configure Microsoft Purview to discover and classify AI infrastructure assets
14+
- Implement Azure Policy guardrails for AI resource provisioning and management
15+
- Establish data lineage tracking for AI training datasets and model outputs
16+
- Monitor AI workload compliance using Microsoft Purview audit logs and reports
17+
- Design access controls that protect AI models and sensitive training data
18+
19+
## Prerequisites
20+
21+
- Familiarity with Azure fundamentals and resource management
22+
- Basic understanding of AI and machine learning concepts
23+
- Experience with Microsoft Entra ID (formerly Azure Active Directory) for identity management

0 commit comments

Comments
 (0)