Skip to content

Commit c22beb6

Browse files
authored
Added introduction unit
This module covers configuring secure infrastructure for AI agents, including RBAC role assignments, managed identities, and Cosmos DB deployment.
1 parent d5ba24e commit c22beb6

1 file changed

Lines changed: 15 additions & 0 deletions

File tree

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
## Learning objectives
2+
3+
- Configure Azure RBAC role assignments to enforce least-privilege access for AI infrastructure components
4+
- Implement system-assigned managed identities to enable keyless authentication between Azure services
5+
- Deploy and configure Azure Cosmos DB for NoSQL as a conversation and metadata store for AI agents
6+
- Evaluate security and governance considerations for production AI workloads on Azure
7+
8+
9+
In this module, you configure the secure infrastructure that Contoso's AI agents require. You assign RBAC roles to grant specific permissions without over-provisioning access, enable managed identities to eliminate connection string management, and deploy Cosmos DB as a scalable conversation store with optimized partition keys and time-to-live policies. By the end of this module, you have hands-on experience building production-ready AI infrastructure that satisfies security auditors and supports global-scale deployments.
10+
11+
## More resources
12+
13+
- [What is Azure Role-Based Access Control (Azure RBAC)?](/azure/role-based-access-control/overview) - Comprehensive overview of RBAC concepts, scope hierarchy, and built-in roles
14+
- [What are managed identities for Azure resources?](/entra/identity/managed-identities-azure-resources/overview) - Introduction to system-assigned and user-assigned managed identities with use case examples
15+
- [Welcome to Azure Cosmos DB](/azure/cosmos-db/introduction) - Overview of Cosmos DB capabilities, consistency levels, and global distribution features

0 commit comments

Comments
 (0)