arrow_upward
Azure cloud deployments
#1
When deploying resources to Microsoft Azure, I started out doing so through the Azure portal.  I quickly moved to developing PowerShell scripts so that I could better define my naming standards and not have all the GUID crap in the names after deployment.  As Azure has matured, I mixed in Azure CLI code as not all configurations could be done with PowerShell.  I now hardly use PowerShell at all and have developed ARM templates for deployments and build them dynamically using PowerShell.  

What methods do you guys use for doing resource deployments in Azure, AWS or Google cloud?



#2
Ohhh your are boss man x)