Azure / Azure/Azure-Functions

Azure Functions V3 proxy with parameter in domain

Open
#2,200 1 comment 0 reactions 1 assignee Claimed by @v-bbalaiagar View on GitHub
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.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.