Skip to content

Commit 348fedf

Browse files
author
Iain Shepherd
authored
Clarify 'external parameter file'
I wasn't sure what this meant and had to find it on another page.
1 parent a9784a3 commit 348fedf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/azure-resource-manager/templates/parameter-files.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -187,7 +187,7 @@ To deploy to different environments, create more than one parameter file. When n
187187

188188
You can use inline parameters and a local parameter file in the same deployment operation. For example, you can specify some values in the local parameter file and add other values inline during deployment. If you provide values for a parameter in both the local parameter file and inline, the inline value takes precedence.
189189

190-
However, when you use an external parameter file, you can't pass other values either inline or from a local file. All inline parameters are ignored. Provide all parameter values in the external file.
190+
It's possible to use an external parameter file, by providing the URI to the file. When you do this, you can't pass other values either inline or from a local file. All inline parameters are ignored. Provide all parameter values in the external file.
191191

192192
## Parameter name conflicts
193193

0 commit comments

Comments
 (0)