Skip to content

Conversation

@Priyanka-Microsoft
Copy link
Contributor

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:

  • Added APP_LOGGING_LEVEL, AZURE_PACKAGE_LOGGING_LEVEL, and AZURE_LOGGING_PACKAGES environment variables (with appropriate default values) to all avmContainerApp, avmContainerApp_API, avmContainerApp_update, and avmContainerApp_API_update modules in infra/main.bicep and the corresponding sections in infra/main.json. This standardizes logging configuration across all containerized app deployments. [1] [2] [3] [4] [5] [6] [7] [8]
  • Removed these logging-related environment variables from the avmAppConfig module in both Bicep and JSON, as they are now set at the container app level. [1] [2]

Role Assignments and Dependencies:

  • Added the Azure AI Developer role assignment to the container app's managed identity in infra/main.json to enable broader Azure AI capabilities.
  • Improved the order and completeness of resource dependencies for private DNS zones in infra/main.json to ensure correct deployment sequencing. [1] [2]

Other Updates:

  • Updated the Bicep template hash in infra/main.json to reflect the latest changes.
  • Fixed a typo in the Azure Portal link in docs/TroubleShootingSteps.md.

Does this introduce a breaking change?

  • Yes
  • No

Golden Path Validation

  • I have tested the primary workflows (the "golden path") to ensure they function correctly without errors.

Deployment Validation

  • I have validated the deployment process successfully and all services are running as expected with this change.

What to Check

Verify that the following are valid

  • ...

Other Information

@Avijit-Microsoft Avijit-Microsoft merged commit c50dc67 into main Dec 8, 2025
8 checks passed
@github-actions
Copy link

github-actions bot commented Dec 8, 2025

🎉 This PR is included in version 1.11.1 🎉

The release is available on GitHub release

Your semantic-release bot 📦🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

6 participants