Best Way to Deploy Similar Azure Infrastructure for MSPs?

0
1
Asked By TechSavvyDude42 On

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

Answered By DevOpsWizard99 On

Do you have any automation pipelines set up, or is everything manual "clickops"? Setting up some CI/CD could really help streamline your process!

TechSavvyDude42 -

It's all manual clickops for now.

Answered By CloudNinja88 On

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.

TechSavvyDude42 -

Yeah, I mostly use the Azure Portal but have also dabbled with Bicep.

Related Questions

LEAVE A REPLY

Please enter your comment!
Please enter your name here

This site uses Akismet to reduce spam. Learn how your comment data is processed.