I'm slowly dying over the complexity of Azure Auto Scaling Sets, and i think it might just be lack of knowledge.
Is it really neccesary for me, each time i want to make changes to etc. nginx configurations, or pull a git repository to:
- Spin up an existing image
- Make changes to that image
- Degenerate the VM and create a new image
- Use PowerShell or RestAPI to provision the Auto Scale Set with the new image
- Hope for success or repeat
Is there no way for me to simply SSH onto my main instance, make the changes, and apply for a provisioning ?
Issent there any easier way to actually setup and manage my infrastructure behind the auto-scaling? Or is it neccesary to spend an additional 30-40 minutes, for a 2 minutes config change?
Thanks in advance