Skip to content

Instantly share code, notes, and snippets.

@dontpaniclabsgists
Created December 4, 2017 16:18
Show Gist options
  • Save dontpaniclabsgists/ce06c38b505f06658b395e571bec7d0c to your computer and use it in GitHub Desktop.
Save dontpaniclabsgists/ce06c38b505f06658b395e571bec7d0c to your computer and use it in GitHub Desktop.
azure_functions_8_1
"index": {
"matchCondition": {
"route": "/",
"methods": [
"GET"
]
},
"backendUri": "https://XXX.blob.core.windows.net/webapp/index.html"
},
"main.bundle": {
"matchCondition": {
"route": "/main.bundle.js",
"methods": [
"GET"
]
},
"backendUri": "https://XXX.blob.core.windows.net/webapp/main.bundle.js"
},
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment