proxies.json
Azure Function Proxies proxies.json files
| Type | object |
|---|---|
| File match |
proxies.json
|
| Schema URL | https://catalog.lintel.tools/schemas/schemastore/proxies-json/latest.json |
| Source | https://www.schemastore.org/proxies.json |
Validate with Lintel
npx @lintel/lintel check
Properties
The proxies object defines the proxies that will be used by the function app
1 nested properties
{
"matchCondition": {
"route": ""
},
"backendUri": ""
}
7 nested properties
2 nested properties
Required - This defines the route template, controlling to which request URLs your proxy will respond. Unlike in HTTP triggers, there is no default value
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.
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
3 nested properties
This is the HTTP method which will be used to call the backend.
Definitions
2 nested properties
Required - This defines the route template, controlling to which request URLs your proxy will respond. Unlike in HTTP triggers, there is no default value
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.
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
3 nested properties
This is the HTTP method which will be used to call the backend.
Required - This defines the route template, controlling to which request URLs your proxy will respond. Unlike in HTTP triggers, there is no default value
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.
This is the HTTP method which will be used to call the backend.