fix: downmerge from main to dev#383
Merged
Roopan-Microsoft merged 19 commits intodevfrom Apr 10, 2025
Merged
Conversation
…istrator in scripts and eliminated unnecessary output
fix: Template deployment
ci: Generate Unique Resource Group Name in deploy.yml
…scripts - Added PowerShell installation instructions for Windows users in README.md. - Updated process_sample_data.sh to include Cosmos DB account and resource group as parameters. - Created add_cosmosdb_access.sh to manage Cosmos DB role assignments. - Enhanced run_create_index_scripts.sh with Azure authentication checks. - Updated main.bicep to output Cosmos DB account and resource group names.
fix: added script for Cosmos DB role assignment and few Readme updates
docs: update quota_check
docs: update readme
Contributor
|
🎉 This PR is included in version 1.2.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.
Purpose
Deployment Script Updates:
.github/workflows/deploy.yml: Updated resource group name generation to use a shorter UUID and a more descriptive prefix.infra/main.bicep: Added outputs for various resource names to simplify access during deployment.Documentation Updates:
README.md: Added instructions for running a script to process sample data after deployment and clarified steps for customizing deployment parameters. [1] [2]docs/PowershellSetup.md: Added a new guide to help Windows users add PowerShell 7 to their system PATH.Configuration Changes:
infra/deploy_ai_foundry.bicepandinfra/main.json: Enabled public network access for querying in Application Insights configuration. [1] [2]These changes aim to streamline the deployment process and provide clearer guidance for users, especially those on Windows systems.
Does this introduce a breaking change?
Golden Path Validation
Deployment Validation
What to Check
Verify that the following are valid
Other Information