feat: WAF aligned framework implementation#216
Merged
Prajwal-Microsoft merged 20 commits intomainfrom Jul 11, 2025
Merged
Conversation
feat: WAF aligned framework implementation and reusing of existing foundry project
docs: added required azd version in azure.yml file and updated DeploymentGuide.md file
docs: add confition for azd version
Roopan-Microsoft
approved these changes
Jul 11, 2025
Avijit-Microsoft
approved these changes
Jul 11, 2025
Prajwal-Microsoft
approved these changes
Jul 11, 2025
Avijit-Microsoft
approved these changes
Jul 11, 2025
Roopan-Microsoft
approved these changes
Jul 11, 2025
|
🎉 This PR is included in version 1.8.0 🎉 The release is available on GitHub release Your semantic-release bot 📦🚀 |
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.
This pull request primarily focuses on simplifying and cleaning up the codebase by removing unused files and configurations related to Azure infrastructure and deployment. It also updates documentation and configuration files to reflect the latest version requirements for tools. Below is a breakdown of the most significant changes:
Updates to Documentation and Configuration
azure.yaml: AddedrequiredVersionsto specify compatibility with Azure Developer CLI versions (>=1.15.0and!=1.17.1).docs/DeploymentGuide.md: Updated Azure Developer CLI version requirement tov1.15.0+in the deployment guide.Removal of Azure Infrastructure Files
infra/abbreviations.json: Deleted the file containing resource abbreviations for Azure services, indicating these are no longer needed.infra/container_app/deploy_container_app.bicep: Removed the Bicep template for deploying container apps, including parameters for managed identities, environment variables, and scaling configurations.infra/container_app/deploy_container_app_api_web.bicep: Deleted the Bicep template for deploying container app APIs and web apps, along with probes and replica configurations.infra/container_app/deploy_container_app_env.bicep: Removed the Bicep template for deploying container app environments, including log analytics configurations and workload profiles.infra/deploy_ai_foundry.bicep: Removed the Bicep template for deploying Azure AI Foundry resources, including AI models and projects.infra/deploy_app_config_service.bicep: Deleted the Bicep template for deploying Azure App Configuration services, including key-value pairs and Cosmos DB connection strings.## PurposeDoes this introduce a breaking change?
Golden Path Validation
Deployment Validation
What to Check
Verify that the following are valid
Other Information