Created
December 4, 2017 16:18
-
-
Save dontpaniclabsgists/ce06c38b505f06658b395e571bec7d0c to your computer and use it in GitHub Desktop.
azure_functions_8_1
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
"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