Skip to content

Commit 41d1c8a

Browse files
committed
edit
1 parent 6cf3cdf commit 41d1c8a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/azure-resource-manager/bicep/key-vault-parameter.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -207,7 +207,7 @@ module sql './sql.bicep' = {
207207

208208
## Reference secrets in parameters file
209209

210-
If you don't want to use a module, you can reference the key vault directly in the parameters file. However, the approach varies depending on whether you're working with a JSON parameter file or a Bicep parameter file.
210+
If you don't want to use a module, you can reference the key vault in the parameters file. However, the approach varies depending on whether you're using a JSON parameter file or a Bicep parameter file.
211211

212212
The following Bicep file deploys a SQL server that includes an administrator password. The password parameter is set to a secure string. But the Bicep doesn't specify where that value comes from.
213213

0 commit comments

Comments
 (0)