Open
Conversation
…r improved security
…abase existence check and creation logic.
… update related functions
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #5477 +/- ##
==========================================
+ Coverage 76.91% 76.94% +0.03%
==========================================
Files 978 978
Lines 35680 35680
Branches 5356 5356
==========================================
+ Hits 27443 27455 +12
+ Misses 6903 6896 -7
+ Partials 1334 1329 -5 🚀 New features to boost your workflow:
|
…ages in PR pipeline
…Bicep template, and create common Bicep module for shared resources
jestradaMS
commented
Apr 2, 2026
Contributor
Author
|
/azp run |
|
Azure Pipelines successfully started running 1 pipeline(s). |
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.
Description
This pull request introduces support for deploying and testing to Azure Container Apps (ACA) managed environments across PR, CI and export pipelines. The main changes include defining new variables for ACA, adding a dedicated pipeline stage to create the ACA managed environment, updating deployment and test job templates to target ACA, and ensuring consistent use of the correct resource group and key vault variables.
These changes collectively enable the pipelines to deploy to and test against Azure Container Apps, improving support for containerized workloads and aligning with modern Azure deployment practices.
Related issues
Addresses AB#181187.
Testing
Describe how this change was tested.
FHIR Team Checklist
Semver Change (docs)
Patch|Skip|Feature|Breaking (reason)