fix: merging dev changes to main #362
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 primarily introduces standardized logging environment variables to multiple Azure container app modules in both the Bicep and generated JSON templates. It also makes minor improvements to resource dependency ordering and role assignments, and fixes a documentation link.
Environment Variable Standardization:
APP_LOGGING_LEVEL,AZURE_PACKAGE_LOGGING_LEVEL, andAZURE_LOGGING_PACKAGESenvironment variables (with appropriate default values) to allavmContainerApp,avmContainerApp_API,avmContainerApp_update, andavmContainerApp_API_updatemodules ininfra/main.bicepand the corresponding sections ininfra/main.json. This standardizes logging configuration across all containerized app deployments. [1] [2] [3] [4] [5] [6] [7] [8]avmAppConfigmodule in both Bicep and JSON, as they are now set at the container app level. [1] [2]Role Assignments and Dependencies:
Azure AI Developerrole assignment to the container app's managed identity ininfra/main.jsonto enable broader Azure AI capabilities.infra/main.jsonto ensure correct deployment sequencing. [1] [2]Other Updates:
infra/main.jsonto reflect the latest changes.docs/TroubleShootingSteps.md.Does this introduce a breaking change?
Golden Path Validation
Deployment Validation
What to Check
Verify that the following are valid
Other Information