Skip to content

Commit 708f418

Browse files
authored
Add module for managing secure AI-Ready infrastructure
This module provides guidance on securing AI agents using Azure RBAC and managed identities, along with deploying Azure Cosmos DB for optimized workloads.
1 parent 87322e2 commit 708f418

1 file changed

Lines changed: 41 additions & 0 deletions

File tree

  • learn-pr/wwl-azure/manage-secure-ai-ready-infrastructure
Lines changed: 41 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,41 @@
1+
### YamlMime:Module
2+
uid: learn.wwl.manage-secure-ai-ready-infrastructure
3+
metadata:
4+
title: "Manage secure AI-Ready Infrastructure"
5+
description: "This module shows how to secure AI agents using Azure RBAC and Microsoft Entra ID managed identities, eliminating stored credentials while enforcing least‑privilege access. It then demonstrates deploying Azure Cosmos DB for NoSQL as a scalable, compliant conversation store optimized for agent workloads."
6+
ms.date: 02/02/2026
7+
author: wwlpublish
8+
ms.author: bradj
9+
ms.topic: module
10+
ms.service: azure
11+
title: "Manage secure AI-Ready Infrastructure"
12+
summary: This module shows how to secure AI agents using Azure RBAC and Microsoft Entra ID managed identities, eliminating stored credentials while enforcing least‑privilege access. It then demonstrates deploying Azure Cosmos DB for NoSQL as a scalable, compliant conversation store optimized for agent workloads.
13+
abstract: |
14+
After completing this module, you'll be able to:
15+
- Configure Azure RBAC role assignments to enforce least-privilege access for AI infrastructure components.
16+
- Implement system-assigned managed identities to enable keyless authentication between Azure services.
17+
- Deploy and configure Azure Cosmos DB for NoSQL as a conversation and metadata store for AI agents.
18+
- Evaluate security and governance considerations for production AI workloads on Azure.
19+
prerequisites: |
20+
- Foundational Azure Skills: Understanding of Azure services, resource groups, and subscription management.
21+
- Networking and Security Basics: Familiarity with virtual networks, identity management, and compliance principles.
22+
- AI and Compute Fundamentals: Awareness of AI workload requirements and experience with virtual machines or containerized environments.
23+
iconUrl: /training/achievements/generic-badge.svg
24+
levels:
25+
- intermediate
26+
roles:
27+
- administrator
28+
products:
29+
- azure
30+
subjects:
31+
- cloud-computing
32+
units:
33+
- learn.wwl.manage-secure-ai-ready-infrastructure.introduction
34+
- learn.wwl.manage-secure-ai-ready-infrastructure.configure-azure-rbac-infrastructure-components
35+
- learn.wwl.manage-secure-ai-ready-infrastructure.implement-keyless-authentication-microsoft
36+
- learn.wwl.manage-secure-ai-ready-infrastructure.deploy-azure-cosmos-agent
37+
- learn.wwl.manage-secure-ai-ready-infrastructure.exercise-configure-secure-infrastructure-azure
38+
- learn.wwl.manage-secure-ai-ready-infrastructure.knowledge-check
39+
- learn.wwl.manage-secure-ai-ready-infrastructure.summary
40+
badge:
41+
uid: learn.wwl.manage-secure-ai-ready-infrastructure.badge

0 commit comments

Comments
 (0)