Skip to content
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

Consider using Azure Blueprints #100

Open
NicolasKP-EC opened this issue Mar 21, 2022 · 0 comments
Open

Consider using Azure Blueprints #100

NicolasKP-EC opened this issue Mar 21, 2022 · 0 comments
Assignees
Labels
enhancement New feature or request

Comments

@NicolasKP-EC
Copy link

Theoretically they can group the different ARM templates together, they have versioning, and they can tell you which version is installed on each environment. You can also implement locking of some resources (but it has lots of side effects. It blocks all POSTs, and some things you would consider as READ are implemented with POSTs).
They support updating of variables after the initial installation.

https://docs.microsoft.com/en-us/azure/governance/blueprints/overview
and: https://docs.microsoft.com/en-us/azure/governance/blueprints/concepts/lifecycle

It would be replacing maybe nuget packages? Who installs it? In the nuget we can easily give this to a customer to run. Can we do that with a Blueprint?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants