Skip to content

Conversation

@Priyanka-Microsoft
Copy link
Contributor

Purpose

  • ...
    This pull request introduces parameterization and improved output configuration for Azure OpenAI and CosmosDB resources in the infra/main.bicep file. The main focus is on making the Azure OpenAI API version configurable and exposing key resource endpoints and names as outputs for easier integration with other services or environments.

Key improvements:

Parameterization and Configuration:

  • Added a new parameter azureopenaiVersion to allow configurable Azure OpenAI API version instead of hardcoding it.
  • Updated the container app module to use the azureopenaiVersion parameter for the AZURE_OPENAI_API_VERSION environment variable.

Outputs for Integration:

  • Added multiple outputs for CosmosDB and Azure OpenAI, including endpoints, database and container names, model and deployment names, and Azure AI resource identifiers. These outputs will facilitate easier integration with downstream services and deployment automation.

Does this introduce a breaking change?

  • Yes
  • No

How to Test

  • Get the code
git clone [repo-address]
cd [repo-name]
git checkout [branch-name]
npm install
  • Test the code

What to Check

Verify that the following are valid

  • ...

Other Information

@Roopan-Microsoft Roopan-Microsoft merged commit 07a35a9 into dev Aug 11, 2025
7 checks passed
@Roopan-Microsoft Roopan-Microsoft deleted the azdup-env-var-into-bicep branch August 11, 2025 05:39
@github-actions
Copy link

🎉 This PR is included in version 2.2.0 🎉

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.

3 participants