QuestionQ3
Design and implement a GenAIOps infrastructureAn organization uses Microsoft Foundry to develop generative AI projects that access shared Azure resources, including storage accounts and vector databases.
The organization’s security policy requires eliminating secret key-based authentication and enforcing least-privilege access. Configure identity and access so that:
- Services authenticate without stored credentials.
- Permissions are appropriately scoped across projects and shared resources.
Configure the appropriate identity or access mechanism for each requirement. Each configuration mechanism may be used once, more than once, or not at all.
Drag & Drop
API key
Managed identity
Role-based access control (RBAC) role assignment
Service principal
Allow Microsoft Foundry workloads to access Azure resources with key-less authentication.
Control which users can manage projects and deployments.
Community Discussion