feat: quota check during azd up #579
Merged
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 changes to the
infradirectory, primarily focusing on updating deployment configurations, simplifying parameter management, and improving flexibility for resource locations. The key changes include defaulting certain parameters, deprecating unused parameters, and transitioning from environment variable-based parameterization to a JSON-based parameters file.Parameter Updates:
cosmosLocationto'eastus2'to simplify deployments when a specific location is not provided. (infra/main.bicep, infra/main.bicepL13-R13)azureOpenaiAPIVersionto'2025-01-01-preview'for compatibility with the latest API version. (infra/main.bicep, infra/main.bicepL30-R30)Location Management:
AzureOpenAILocationparameter and replaced it with a newaiDeploymentsLocationparameter, which includes metadata for improved configurability of AI Foundry deployments. (infra/main.bicep, infra/main.bicepL56-R76)aifoundrymodule to useaiDeploymentsLocationinstead of the deprecatedAzureOpenAILocation. (infra/main.bicep, infra/main.bicepL136-R149)Parameterization Simplification:
infra/main.bicepparamand replaced it with a new JSON-based parameters file (infra/main.parameters.json) for better alignment with Azure deployment standards. (infra/main.bicepparam, [1];infra/main.parameters.json, [2]Does this introduce a breaking change?
Golden Path Validation
Deployment Validation
What to Check
Verify that the following are valid
Other Information