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

Create Azure resources using declarative files #288

Open
MaartenGOrdina opened this issue May 5, 2023 · 0 comments
Open

Create Azure resources using declarative files #288

MaartenGOrdina opened this issue May 5, 2023 · 0 comments
Assignees

Comments

@MaartenGOrdina
Copy link

Azure resources like the AKS cluster are currently create using imperative scripts:

The scripts are currently imperative instead of declarative (difference explained). Imperative scripts are more prone to break because they deal the "how" when creating resources. The "how" may change when Azure makes changes to resources or dependencies.

By using declarative syntax you can focus on the "what" instead of the "how", you let Azure handle the "how". Because of this Azure can change the underlying way of creating resources without impacting the final created resources.

By refactoring imperative scripts to declarative files this project becomes easier to maintain by being more resistent to breaking Azure changes.

Resources:

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: New RAP5
Development

No branches or pull requests

2 participants