This repository was archived by the owner on Mar 18, 2026. It is now read-only.
Score - Azure Container Apps (Bicep) – initial implementation#14
Merged
Score - Azure Container Apps (Bicep) – initial implementation#14
Conversation
Signed-off-by: Andrej Giesbrecht <giesan@gmx.net>
Signed-off-by: Andrej Giesbrecht <giesan@gmx.net>
Signed-off-by: Andrej Giesbrecht <giesan@gmx.net>
Signed-off-by: Andrej Giesbrecht <giesan@gmx.net>
…ation Signed-off-by: Andrej Giesbrecht <giesan@gmx.net>
- Added data structures for Azure Container App properties, configuration, ingress, and resources. - Developed the Workload function to convert Score workloads into Bicep manifests. - Created helper functions to generate Bicep headers, parameters, and container app definitions. - Implemented tests for the conversion functions and properties creation. - Introduced templates for Bicep manifest generation, including container app and environment configurations. - Added error handling for various conversion scenarios. Signed-off-by: Andrej Giesbrecht <giesan@gmx.net>
Signed-off-by: Andrej Giesbrecht <giesan@gmx.net>
Signed-off-by: Andrej Giesbrecht <giesan@gmx.net>
Signed-off-by: Andrej Giesbrecht <46686798+giesan@users.noreply.github.com>
Contributor
|
Hey @giesan, great stuffs here! What about joining our next community call next week on May 1st to walk us through a quick demo of this? |
Contributor
Author
|
Hello @mathieu-benoit, May 1 is a public holiday in Germany. I'm on the road with my family on that day. |
Contributor
|
Sure thing, looking forward to it! Knowing it will be in 2 months, let's think about how we could speed up the review of this without waiting that long (CC: @astromechza). |
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 subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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.
PR: Score → Azure Container Apps (Bicep) – initial implementation
This PR includes the first working version for converting Score workloads into Azure Container App manifests (in Bicep). Also took the chance to clean up a few things and make some small adjustments.
What’s new
Workloadfunction to transform Score definitions into BicepCleanup & minor changes
score-implementation-example→score-aca.bicepextension.gitignoreDocs