Skip to content

Commit efc1b7a

Browse files
authored
Revise audit trails documentation for AI systems
Updated the audit trail documentation to emphasize the importance of audit trails in AI systems, detailing requirements for model and data changes, and outlining Azure AI Foundry's auditing capabilities.
1 parent 5e9c1df commit efc1b7a

1 file changed

Lines changed: 9 additions & 9 deletions

File tree

learn-pr/wwl/design-responsible-ai-security-governance-risk-management-compliance/includes/9-design-audit-trails-changes-models-data.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -72,9 +72,9 @@ Architects must ensure logs capture _metadata_, not _content_, to avoid unnecess
7272

7373
Azure AI Foundry provides a centralized control plane for model registration, environment configuration, agent deployment, and diagnostic logging.
7474

75-
Key audit features include:
75+
### Key audit features include
7676

77-
Foundry activity logs:
77+
#### Foundry activity logs
7878

7979
Track administrative actions across workspaces, registries, and deployments. Logs support export to:
8080

@@ -84,9 +84,9 @@ Track administrative actions across workspaces, registries, and deployments. Log
8484

8585
- SIEM tools (such as Microsoft Sentinel)
8686

87-
Foundry diagnostics and tracing:
87+
### Foundry diagnostics and tracing
8888

89-
Diagnostics provide traceability of execution across:
89+
#### Diagnostics provide traceability of execution across
9090

9191
- Model calls
9292

@@ -98,7 +98,7 @@ Diagnostics provide traceability of execution across:
9898

9999
## Designing audit pipelines with tracing
100100

101-
Tracing allows architects to follow execution paths and debug generative AI behaviors. When integrated into audit trails, tracing provides:
101+
### Tracing allows architects to follow execution paths and debug generative AI behaviors. When integrated into audit trails, tracing provides
102102

103103
- End-to-end visibility of model inference
104104

@@ -110,7 +110,7 @@ Tracing allows architects to follow execution paths and debug generative AI beha
110110

111111
- Detection of unusual patterns (loops, excessive token spikes, cascading failures)
112112

113-
Recommended tracing fields include:
113+
### Recommended tracing fields include
114114

115115
- Correlation ID
116116

@@ -128,7 +128,7 @@ Recommended tracing fields include:
128128

129129
## Designing audit-ready processes
130130

131-
Governance workflows to include:
131+
### Governance workflows to include
132132

133133
- **Approval workflows** for promoting new model versions
134134

@@ -142,7 +142,7 @@ Governance workflows to include:
142142

143143
### Retention policies
144144

145-
Define retention requirements with Legal, Compliance, and Information Security teams.<br>Common patterns:
145+
#### Define retention requirements with Legal, Compliance, and Information Security teams.<br>Common patterns
146146

147147
- 90 days for low-risk workloads
148148

@@ -156,4 +156,4 @@ Define retention requirements with Legal, Compliance, and Information Security t
156156

157157
- [Tracing a generative AI app](/training/modules/tracing-generative-ai-app/)
158158

159-
- [Enable Azure AI Foundry diagnostics](/training/modules/azure-ai-foundry-secure-environment/enable-foundry-diagnostics)
159+
- [Enable Azure AI Foundry diagnostics](/training/modules/azure-ai-foundry-secure-environment/enable-foundry-diagnostics)

0 commit comments

Comments
 (0)