How to restrict static web app to accept traffic from two frontdoor instances?
Open
enhancement
- Dominant language
- No language data
- Stars
- 346
- Forks
- 67
- PR merge metrics
- No merged PRs in 30d
Description
Recently I was trying to restrict my static web app to accept traffic from frontdoor only. I found this [article](https://docs.microsoft.com/en-us/azure/static-web-apps/front-door-manual#update-static-web-app-configuration)
Is there any way I can configure two frontdoor IDs in the required header? Something like this -
```
"forwardingGateway": {
"requiredHeaders": {
"X-Azure-FDID" : ["", ""]
},
```
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.