May 2017
Intermediate to advanced
518 pages
10h 6m
English
based on the Azure Service Configuration Scheme and it describes how the service is configured.
The Service Configuration File is an XML file based on the Azure Service Configuration Scheme and it describes how the service is configured. A basic template of a Service Configuration File looks as follows:
<ServiceConfiguration serviceName="<service-name>" osFamily="<osfamily-number>" osVersion="<os-version>" schemaVersion="<schema-version>"> <Role> </Role> <NetworkConfiguration> </NetworkConfiguration> </ServiceConfiguration>
Overall, we find three elements in the Azure Services Configuration Scheme. Root element (that is, top level element) is <ServiceConfiguration> with the mandatory attribute serviceName and ...