Working deployment to appservice

This commit is contained in:
benjaminramey
2019-11-02 20:43:09 -05:00
parent 4096930b39
commit 59311217d6
3 changed files with 4 additions and 3 deletions

View File

@@ -14,10 +14,10 @@
},
"variables": {
"environment": "[toLower(parameters('environment'))]",
"prefix": "[concat('safe-', variables('environment'))]",
"prefix": "[concat('lunchrun-', variables('environment'))]",
"appServicePlan": "[concat(variables('prefix'), '-web-host')]",
"web": "[concat(variables('prefix'), '-web')]",
"storage": "[concat('safe', variables('environment'), 'storage')]",
"storage": "[concat('lunchrun', variables('environment'), 'storage')]",
"insights": "[concat(variables('prefix'), '-insights')]"
},
"resources": [