chore: Reuse AI Foundry Project#161
Merged
Roopan-Microsoft merged 3 commits intodevfrom Jul 10, 2025
Merged
Conversation
feat: Merging the naming standard changes from dev to main
Roopan-Microsoft
approved these changes
Jul 10, 2025
|
🎉 This PR is included in version 1.5.0 🎉 The release is available on GitHub release Your semantic-release bot 📦🚀 |
Ritesh-Microsoft
pushed a commit
that referenced
this pull request
Oct 10, 2025
chore: Reuse AI Foundry Project
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Purpose
This pull request introduces several enhancements and updates to the
infraBicep files, primarily focusing on support for existing AI projects, improved resource configurations, and the addition of a new module for Key Vault secret management. Below is a summary of the most important changes grouped by theme.Support for Existing AI Projects:
azureExistingAIProjectResourceIdto allow reuse of an existing AI project resource ID ininfra/main.bicepandinfra/main.parameters.json. [1] [2]aiServicesmodule to include configurations for reusing existing AI project resources, such asexistingFoundryProjectResourceId, and added new properties likedisableLocalAuthandallowProjectManagement.infra/modules/ai-foundry/project.bicepto conditionally create a new AI project or reference an existing one based on theazureExistingAIProjectResourceIdparameter. Outputs now include metadata for the AI project. [1] [2]Resource Configuration Updates:
aiServicesmodule to align with the naming conventions for Cognitive Services accounts.keyVaultmodule to use theKey Vault Administratorrole instead ofKey Vault Readerand adjusted the principal ID logic.containerAppBackendmodule to useaiProjectInfooutputs for better alignment with the new AI project structure. [1] [2]New Module for Key Vault Secret Management:
keyVaultExport.bicepfor managing Key Vault secrets, including parameters for secret configuration and outputs for secret references.Documentation Fix:
infra/samples/network_subnet_design.mdto correct the formatting of a file reference.Does this introduce a breaking change?
Golden Path Validation
Deployment Validation
What to Check
Verify that the following are valid
Other Information