Package version:

The full resource names object for application layer resources. The number of entries in this list should be equal to the number VMs to be created for application layer.

interface ApplicationServerFullResourceNames {
    availabilitySetName?: string;
    virtualMachines?: {};
}

Properties

availabilitySetName?: string

The full name for availability set. In case name is not provided, it will be defaulted to {SID}-App-AvSet.

virtualMachines?: {}

The list of virtual machine naming details.