{ | |
"$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