Skip to content

Instantly share code, notes, and snippets.

@jmezach
Created April 20, 2020 06:14
Show Gist options
  • Save jmezach/b2d101e55661b4efe0b0118ebf1f34c3 to your computer and use it in GitHub Desktop.
Save jmezach/b2d101e55661b4efe0b0118ebf1f34c3 to your computer and use it in GitHub Desktop.
Functions Node Restart repro
{
"version": "2.0",
"extensionBundle": {
"id": "Microsoft.Azure.Functions.ExtensionBundle",
"version": "[1.*, 2.0.0)"
}
}
{
"$schema": "http://json.schemastore.org/proxies",
"proxies": {
"Storybook Index": {
"debug": false,
"matchCondition": {
"route": "/",
"methods": [ "GET", "HEAD" ]
},
"backendUri": "https://%STORAGE_ACCOUNT_NAME%.blob.core.windows.net/storybook/index.html?%SHARED_ACCESS_SIGNATURE%"
},
"Storybook Files": {
"debug": false,
"matchCondition": {
"route": "/{filename}.{ext}",
"methods": [ "GET", "HEAD" ]
},
"backendUri": "https://%STORAGE_ACCOUNT_NAME%.blob.core.windows.net/storybook/{filename}.{ext}?%SHARED_ACCESS_SIGNATURE%"
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment