You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
You can use a variable to contain the parameter values. In Bash, set the variable to all of the parameter values and add it to the deployment command.
156
165
157
166
```azurecli-interactive
@@ -171,14 +180,14 @@ Rather than passing parameters as inline values in your script, you may find it
171
180
172
181
For more information about the parameter file, see [Create Resource Manager parameter file](./parameter-files.md).
173
182
174
-
To pass a local parameter file, use `@` to specify a local file named _storage.parameters.json_.
183
+
To pass a local parameter file, specify the path and file name. The following example shows a parameter file named _storage.parameters.json_. The file is in the same directory where the command is run.
0 commit comments