Hi everyone! I work for a Managed Service Provider (MSP) and we often deploy a similar infrastructure setup for our clients using Azure. I'm looking to write some code that lets me define a few variables, like customer name and VM sizes, to streamline the deployment process for all our infrastructure. Can anyone point me in the direction of useful documentation or tools that can help with this?
2 Answers
Do you have any automation pipelines set up, or is everything manual "clickops"? Setting up some CI/CD could really help streamline your process!
Are you currently deploying through the Azure Portal? Have you considered using Terraform or Bicep for your setups? They might make your deployments a lot easier and more consistent.
Yeah, I mostly use the Azure Portal but have also dabbled with Bicep.
It's all manual clickops for now.