ToolMatter
Your Apps in Action
Risersoft
Buy
Try
Explore
Documentation
Public
Use this form to visualize JSON schema for Azure Function Proxies proxies.json files.
{{repoTitle.MainEntity}}
$schema
.proxies
_
.proxies.
_
proxies.<ProxyName>.desc desc
#
Values
Actions
{{$index+1}}.
.proxies.
.matchCondition
_
proxies.<ProxyName>.matchCondition.route - Required - This defines the route template, controlling to which request URLs your proxy will respond. Unlike in HTTP triggers, there is no default value
proxies.<ProxyName>.backendUri - The URL of the backend resource to which the request should be proxied. This value may be templated. If this property is not included, Azure Functions will respond with an HTTP 200 OK
proxies.<ProxyName>.matchCondition.methods This is an array of the HTTP methods to which the proxy will respond. If not specified, the proxy will respond to all HTTP methods on the route.
#
Actions
{{$index+1}}.
.proxies.
.requestOverrides
_
proxies.<ProxyName>.requestOverrides.backend.request.querystring.<ParameterName>
proxies.<ProxyName>.requestOverrides.backend.request.headers.<HeaderName>
.proxies.
.responseOverrides
_
proxies.<ProxyName>.responseOverrides.response.statusCode
proxies.<ProxyName>.responseOverrides.response.statusReason
proxies.<ProxyName>.responseOverrides.response.headers.<HeaderName>
proxies.<ProxyName>.debug
proxies.<ProxyName>.disabled
Download Json
{{message}}