June 2020
Intermediate to advanced
432 pages
11h 57m
English
The third section in any ARM template is the resources section. This is the main part of the template, where all of the resources to be created are specified. This section is the only one that is not an object, but an array. Within that array, one or more objects of the following form are specified:
{ "type": "Microsoft.Sql/servers", "apiVersion": "2015-05-01-preview", "name": "mySqlServer", "location": "West Europe", "properties": { "administratorLogin": "myUsername", "administratorLoginPassword": "myPassword", "version": "12.0" }}
Each resource is specified in the form of an object. The first four properties are mandatory for every type of resource:
Read now
Unlock full access