Azure Classroomnotes 30/Mar/2023

ARM Contd

Azure SQL Database using ARM Templates

  • Refer Here for the changes done to add sql server and database
    Preview

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
    Preview
  • Next Steps:
    • Create public ip and attach it to the nic
    • create a ubuntu vm and install apache server in this

Leave a Reply

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

About continuous learner

devops & cloud enthusiastic learner