You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
Copy file name to clipboardExpand all lines: learn-pr/wwl/design-responsible-ai-security-governance-risk-management-compliance/includes/9-design-audit-trails-changes-models-data.md
+9-9Lines changed: 9 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -72,9 +72,9 @@ Architects must ensure logs capture _metadata_, not _content_, to avoid unnecess
72
72
73
73
Azure AI Foundry provides a centralized control plane for model registration, environment configuration, agent deployment, and diagnostic logging.
74
74
75
-
Key audit features include:
75
+
### Key audit features include
76
76
77
-
Foundry activity logs:
77
+
#### Foundry activity logs
78
78
79
79
Track administrative actions across workspaces, registries, and deployments. Logs support export to:
80
80
@@ -84,9 +84,9 @@ Track administrative actions across workspaces, registries, and deployments. Log
84
84
85
85
- SIEM tools (such as Microsoft Sentinel)
86
86
87
-
Foundry diagnostics and tracing:
87
+
### Foundry diagnostics and tracing
88
88
89
-
Diagnostics provide traceability of execution across:
89
+
#### Diagnostics provide traceability of execution across
90
90
91
91
- Model calls
92
92
@@ -98,7 +98,7 @@ Diagnostics provide traceability of execution across:
98
98
99
99
## Designing audit pipelines with tracing
100
100
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
102
102
103
103
- End-to-end visibility of model inference
104
104
@@ -110,7 +110,7 @@ Tracing allows architects to follow execution paths and debug generative AI beha
0 commit comments