Skip to content

Commit 6e9ebb7

Browse files
authored
Merge pull request #55437 from ishepherd/patch-4
Clarify 'external parameter file'
2 parents 0c5f42f + 348fedf commit 6e9ebb7

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)