Azure Classroomnotes 29/Dec/2021

Activity 1: Lets create a virtual network using ARM Template contd

  • Lets add a parameter so that user has an option to pass the address space of the virtual network
  • Refer Here for the official docs of parameter
  • Once we define the parameter, to use this parameter we would be using arm template functions.
    Preview
  • Refer Here for the functions documentation
  • For using parameter the function is Refer Here
  • Refer Here for the changes done
  • ARM template have certain limits Refer Here
  • Now lets add subnets
    Preview
  • Refer Here for the addition of one subnet
  • Exercise:
  • Try to add 3 other resources for 3 more subnets to create.
  • Try to create parameters for subnet address space range

Leave a Reply

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

About continuous learner

devops & cloud enthusiastic learner