Skip to content

Commit

Permalink
I clearly need to learn about ARM templates (#86)
Browse files Browse the repository at this point in the history
* Added rest of the AppSettings

Added all the AppSettings to the template so they don't get wiped when releasing with the ARM template. Fixes #75

* Forgotten template file

* Weird pasting bug

* Update Deployment/CFPExchange.json

* Update Deployment/CFPExchange.json
  • Loading branch information
jfversluis committed Oct 8, 2018
1 parent 178e2ce commit dba0567
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Deployment/CFPExchange.json
Original file line number Diff line number Diff line change
Expand Up @@ -197,8 +197,8 @@
"vaultName": {
"value": "[parameters('vaultName')]"
},
"FeatureToggle.HostOwnImages": {
"value": "[parameters('FeatureToggle.HostOwnImages')]"
"FeatureToggle:HostOwnImages": {
"value": "[parameters('FeatureToggle:HostOwnImages')]"
},
"servicebusEventImagesQueueConnectionString": {
"reference": {
Expand Down

0 comments on commit dba0567

Please sign in to comment.