Guest User

Untitled

a guest
Jun 19th, 2018
82
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.49 KB | None | 0 0
  1. {
  2. "type": "Microsoft.Web/sites",
  3. "kind": "functionapp",
  4. "name": "[parameters('name')]",
  5. "apiVersion": "2016-08-01",
  6. "location": "[parameters('location')]",
  7. "properties": {
  8. "siteConfig": {
  9. "appSettings": "[parameters('appSettings')]",
  10. "alwaysOn": true,
  11. "appSettingNames": "[parameters('appSettingNames')]"
  12. }
  13. },
  14. "dependsOn": [],
  15. "resources": []
  16. }
Add Comment
Please, Sign In to add comment