ARM Templates continued
- Defining dependencies in ARM Template
- dependsOn: This function helps in defining the dependencies and to set order of creation in arm templates
- resourceId: This function gets the id of the existing resource and binds to the id property
- To use functions the syntax is
"[<function>]" - Refer Here for the changeset used in the class
