Skip to content

Commit 28d8bfe

Browse files
authored
Merge pull request #93471 from jackhorton/patch-2
Use secureString for secret ARM template parameter values
2 parents 9ea16b6 + ef2ac2a commit 28d8bfe

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

articles/container-apps/background-processing.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -190,12 +190,10 @@ Create a file named *queue.json* and paste the following configuration code into
190190
"type": "String"
191191
},
192192
"environment_name": {
193-
"defaultValue": "",
194193
"type": "String"
195194
},
196195
"queueconnection": {
197-
"defaultValue": "",
198-
"type": "String"
196+
"type": "secureString"
199197
}
200198
},
201199
"variables": {},

0 commit comments

Comments
 (0)