Skip to content

Commit ef2ac2a

Browse files
authored
Use secureString for secret ARM template parameter values
Noticed this while going through the docs -- I have also removed unnecessary default parameter values which will only cause confusion if you mistakenly do not pass the right parameter from the command line.
1 parent 9f8963d commit ef2ac2a

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
@@ -163,12 +163,10 @@ Create a file named *queue.json* and paste the following configuration code into
163163
"type": "String"
164164
},
165165
"environment_name": {
166-
"defaultValue": "",
167166
"type": "String"
168167
},
169168
"queueconnection": {
170-
"defaultValue": "",
171-
"type": "String"
169+
"type": "secureString"
172170
}
173171
},
174172
"variables": {},

0 commit comments

Comments
 (0)