Azure CLI To Create architecture
- Reference Architecture
- Create a Resource Group
- Create a vnet
- Add subnets
- Refer Here for the changeset which does this
- Lets create a network security group for tomcat instance Refer Here for the changeset.
- Now we need to virtual machine scalesets, for that we need to have vm images
- So one apporach is to use a vm image where your application is pre-installed and azure also supports an approach called as cloud-init which helps in installing softwares while creating virtual machines
- Lets look at options in the ui
- To understand cloud-init we need to know the YAML format Refer Here
