You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Mar 18, 2026. It is now read-only.
Now I would like to start with the implementation. For the beginning I need some help.
Firstly, I would like to transform the file score.yaml into the target format bicep.
Do we need a default provisioner for the environment 'myEnvironment'? The environment must always be present and all other resources are mounted in this environment.
What would be the best way to set up the converter? Microsoft has come up with its own Bicep format and I have not yet found a practical way to create the format.
Now I would like to start with the implementation. For the beginning I need some help.
Firstly, I would like to transform the file
score.yamlinto the target formatbicep.score.yaml
manifest.bicep
I currently have the following questions: