Skip to content

Instantly share code, notes, and snippets.

@olafloogman
Created November 2, 2018 05:03
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save olafloogman/393f841ca6c1e2256e56fa476ed7d00b to your computer and use it in GitHub Desktop.
Save olafloogman/393f841ca6c1e2256e56fa476ed7d00b to your computer and use it in GitHub Desktop.
{
"$schema": "http://json.schemastore.org/proxies",
"proxies": {
"logic": {
"matchCondition": {
"route": "/api/logic"
},
"backendUri": "https://%LogicAppBackEndUri%&name={request.querystring.name}"
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment