Hi Alexander, As I know thia is a hard limitation for the combination on Static web apps and Front Door of 10 hosts for allowedForwardedHost. There is one open issue for a future enhance on this topic (https://github.com/azure/static-web-apps/issues/1568)
Limitations - Static Web App:
- Standard plan: max 5 custom domains
- Premium plan: max 10 custom domains
Workarounds:
- Deploy multiple Static Web Apps and distribute domains across instances (see Deploy and Configure Azure Static Web Apps).
- Use Azure Application Gateway or NGINX as a reverse proxy to manage more custom domains (see Azure Application Gateway Documentation and Configure NGINX as a Reverse Proxy).
- Implement a custom API on Azure Functions to handle domain-based routing logic (see Create an Azure Functions HTTP Trigger and URL Routing with Azure Functions).
References:
If the information helped address your question, please Accept the answer.
Luis