Understanding the output format

In this section, we will define possible outputs from this template. Outputs could be passed into another deployment. One example is when deploying a SQL server you might need connection value as input to create the application server. The basic structure looks as follows:

 "outputs": {"outputName":{     "type": "type of output value",     "value": "output value", 
 } 
}

The elements are used as follows:

Element name

Mandatory

Description

outputName

Yes

Name of the output value.

Type

Yes

Defines the type of resource. Those are: string, secureString, int, Boolean, object, or array.

Value

Yes

Output value.

..................Content has been hidden....................

You can't read the all page of ebook, please click here login for view all page.
Reset
3.133.146.152