According to the best practices defined by Azure, a consistent order of properties in a template is recommended. This makes it easier to read and
understand the template.
Not following this convention has no technical impact, but will reduce the template’s readability because most developers are used to the standard
order.
Important note: It is possible to reference objects that are defined then in the file. There is no requirement to first define
objects and later reference them.