Azure Functions V3 proxy with parameter in domain
Open
bug
- Dominant language
- PowerShell
- Stars
- 1.1k
- Forks
- 215
- Avg merge
- 4h 2m
- Merged PRs (30d)
- 1
Description
Azure Functions V3.
When I register the proxy rule like this:
```
{
"$schema": "http://json.schemastore.org/proxies",
"proxies": {
"Proxy name": {
"matchCondition": {
"route": "/link/{value}"
},
"backendUri": "https://subdomain-{value}.westeurope.azurestaticapps.net"
}
}
}
```
it throws 404. I suspect this happens because the parameter {value} is being used in domain part of the backendUri.
Is it possible to achieve this functionality?
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.