Skip to content

Latest commit

 

History

History
23 lines (19 loc) · 881 Bytes

app-service-logic-deploy-parameters.md

File metadata and controls

23 lines (19 loc) · 881 Bytes
author ms.service ms.topic ms.date ms.author
cephalin
app-service
include
11/03/2016
cephalin

With Azure Resource Manager, you can define parameters for the values to use when deploying the template. The template includes a parameters section that contains all the parameter values. Each parameter value is used by the template to define the resources that you want to deploy.

Note

Do not define parameters for values that always stay the same. Define parameters only for values that vary, based on the project that you are deploying or based on the environment where you are deploying.

When you define parameters:

  • To specify the permitted values that a user can provide during deployment, use the allowedValues field.

  • To assign default values to parameter when no values are provided during deployment, use the defaultValue field.