-
Notifications
You must be signed in to change notification settings - Fork 514
feat: avm module upgrade for macae #6194
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
feat: avm module upgrade for macae #6194
Conversation
|
Important The "Needs: Triage 🔍" label must be removed once the triage process is complete! Tip For additional guidance on how to triage this issue/PR, see the BRM Issue Triage documentation. |
|
Important If this is a module-related PR, being submitted by the sole owner of the module, the AVM core team must review and approve it (as module owners can't approve their own PRs). To indicate this PR needs the core team''s attention, apply the "Needs: Core Team 🧞" label! The core team will only review and approve PRs that have this label applied! |
Description
This pull request introduces three new Bicep modules to support AI project, AI services deployment, and AI Foundry connections, and removes the custom implementation for Container App Environment in favor of a standardized AVM module. The changes enhance modularity, reusability, and support for advanced configuration of Azure AI and container resources.
New modules for AI resource management:
ai-project.bicepmodule to create and manage AI Foundry projects within an existing Cognitive Services account, with support for custom descriptions, tags, and outputs for key identifiers and endpoints.ai-services-deployments.bicepmodule to manage deployments and role assignments for Cognitive Services accounts, supporting a wide range of built-in roles, deployment SKUs, and flexible configuration through parameterized inputs.aifp-connections.bicepmodule to create AI Foundry project connections to Azure Cognitive Search, including secure API key handling and metadata configuration.Container App Environment module simplification:
container-app-environment.bicep, which handled environment creation, monitoring, redundancy, and networking logic, in favor of using the AVM public module for managed environments. This reduces code duplication and leverages standardized best practices.Pipeline Reference
Type of Change
version.json:version.json.version.json.Checklist
Set-AVMModulelocally to generate the supporting module files.