-
Notifications
You must be signed in to change notification settings - Fork 150
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Is there way to have multiple blueprint file? #21
Comments
I'm not sure I'm following - today each artifact is in it's own file. Can you elaborate a bit? |
Thank for your reply @alex-frankel . With the current design, there is one blueprint definition file that stores all parameters. Would it be an ideal approach if we could have each artifact a blueprint definition. For example I could manage my VM artifact's parameters in something called In
In
So I could manage blueprint parameter for each of artifact separately. Given the fact that in a large blueprint the blueprint definition ( This is the best example of managing a long list of param https://github.com/Azure/azure-blueprints/blob/master/samples/001-builtins/iso_27001_shared_services/blueprint.json |
I see - so instead of having a single blueprint.json, you want one for each artifact. Is that right? If that's the case, this is not a change we are likely to make in the short term unfortunately. |
Yes it is what I'd like - so hopefully we would have an easier way for managing large blueprint in the future. Thanks for the reply @alex-frankel |
You can create multiple blueprints. Also you could create a process for merging the blueprints. For me I use everything as yaml and convert to json and build out the structure. I have the yaml broken out into groups. |
Given the fact that a large blueprint requires a very long list of parameters in blueprint.json. Would it be ideal to have each artifact a blueprint file so we could manage easier? I think that could be technically done by refactoring/extending the current Az.Blueprint module?
The text was updated successfully, but these errors were encountered: