The parameters section is a placeholder for multiple parameters that are used by the Logic Apps engine during deployment. Parameters are key-value pairs and are required to automate your continuous integration and continuous deployment pipeline. The basic structure of the parameters section is shown here:
The parameters properties are described here:
Element |
Required |
Type |
Description |
Type |
Yes |
int, float, string, SecureString, bool, array, JSON object, SecureObject |
The type of parameter |
defaultValue |
No |
The same as for type |
The default value of the parameter |
allowedValues |
No |
The same as for type |
The different allowed values |
Metadata |
No |
JSON object |
The additional parameter details |
We will cover more details about parameters through various examples when we start building continuous...