Guest User

Untitled

a guest
Oct 17th, 2017
63
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.45 KB | None | 0 0
  1. {
  2. "bindings": [
  3. {
  4. "name": "req",
  5. "type": "httpTrigger",
  6. "direction": "in",
  7. "authLevel": "function",
  8. "methods": [
  9. "get"
  10. ]
  11. },
  12. {
  13. "type": "blob",
  14. "name": "inputBlob",
  15. "path": "configs/{config}.json",
  16. "connection": "AzureWebJobsDashboard",
  17. "direction": "in"
  18. },
  19. {
  20. "name": "res",
  21. "type": "http",
  22. "direction": "out"
  23. }
  24. ],
  25. "disabled": false
  26. }
Add Comment
Please, Sign In to add comment