Refactor Challenge-0 to use Azure Developer CLI for deployment#56
Open
alexander-kastil wants to merge 3 commits intomartaldsantos:mainfrom
Open
Refactor Challenge-0 to use Azure Developer CLI for deployment#56alexander-kastil wants to merge 3 commits intomartaldsantos:mainfrom
alexander-kastil wants to merge 3 commits intomartaldsantos:mainfrom
Conversation
- Added Azure Developer CLI feature to devcontainer.json for improved environment setup. - Updated README.md to clarify the use of Azure Developer CLI for resource deployment and added prerequisites. - Revised get-keys.sh script to improve error handling and streamline key retrieval process. - Created azure.yaml to define infrastructure parameters for Azure deployment. - Introduced main.bicep file to manage Azure resources and their configurations, including storage accounts, key vaults, and AI services.
- Removed the unused Azure Dev CLI feature from devcontainer.json. - Updated the postCreateCommand in devcontainer.json to include installation of Azure Developer CLI. - Revised README.md to simplify instructions for creating a new resource group during deployment.
…ation (#1) * Initial plan * Migrate to Microsoft Agent Framework: Update notebook, main.py, and documentation Co-authored-by: alexander-kastil <16348023+alexander-kastil@users.noreply.github.com> * Fix Agent Framework API usage with correct imports and methods Co-authored-by: alexander-kastil <16348023+alexander-kastil@users.noreply.github.com> * Update README with --pre flag and fix challenge-5 requirements.txt Co-authored-by: alexander-kastil <16348023+alexander-kastil@users.noreply.github.com> * Fix tools integration and approver workflow issues per code review Co-authored-by: alexander-kastil <16348023+alexander-kastil@users.noreply.github.com> * Address code review feedback: improve exception handling and add client caching Co-authored-by: alexander-kastil <16348023+alexander-kastil@users.noreply.github.com>
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.
create an azd structure in challenge-0
reamained old iac for reference
Improve the Azure deployment process by integrating the Azure Developer CLI into the development container setup.
Update documentation to clarify prerequisites and deployment instructions.
References: https://learn.microsoft.com/en-us/azure/developer/azure-developer-cli/
Why: Use by other MS AI Templates: https://azure.github.io/ai-app-templates/