Skip to content

Commit

Permalink
add node env for deploy in azure
Browse files Browse the repository at this point in the history
  • Loading branch information
MilosKozak committed Sep 22, 2017
1 parent c43d664 commit 275aeec
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions azuredeploy.json
Original file line number Diff line number Diff line change
Expand Up @@ -315,6 +315,9 @@
}, {
"name": "AUTH_DEFAULT_ROLES",
"value": "[parameters('auth_default_roles')]"
}, {
"name": "WEBSITE_NODE_DEFAULT_VERSION",
"value": "8.1.4"
}
]
}
Expand Down

0 comments on commit 275aeec

Please sign in to comment.