ARM Contd
Azure SQL Database using ARM Templates
- Refer Here for the changes done to add sql server and database
Creating Linux Virtual Machine using ARM Templates
- When we create vms the following stuff gets created
- nsg: firewall rules for vm
- nic: This connects vm to subnet which gets private ip
- public ip: This is public ip for external accesss
- disk: this is vhd
- storage account: this is used to store diagnostic data
- vm
- Lets create Network security group and Network interface card. Refer Here for the changes
- Next Steps:
- Create public ip and attach it to the nic
- create a ubuntu vm and install apache server in this