Utilize RegEx variable to minimize Rules within Azure Front Door Rule Sets
Is there a way to use RegEx in Azure FrontDoor Standard Subscription Rule Set, to extract a value lets say from a Request Header Accept-Language and use the extracted value in thr URL Rewrite Action to do some localization managing. For example:…
How to serve different Azure resources on different routes on a single Front Door instance?
Hi, I want that I create a single Front Door resource and attach my custom domain to it. That custom domain should direct traffic to different resources based on the route e.g. /api should redirect to API, /content will serve the storage account. How can…
Azure Front Door 403 Response despite No Error
Hello, I am running into an issue with an Azure Front Door connected to a Function App where I am getting 403 responses. Looking at the logs, there is no error message. There are also no firewall logs showing that the request is being blocked by the WAF…
Microsoft_DefaultRuleSet-2.1-PROTOCOL-ATTACK-921110 Blocking legitimate traffic
We are running into issues where Azure Front door rule Microsoft_DefaultRuleSet-2.1-PROTOCOL-ATTACK-921110 is blocking legitimate traffic and we need to understand how to permit legitimate traffic while blocking legitimate traffic.
Getting wrong time to azure front door frontdoorhelathproblog
Hi Team, I have completed setup for azure front door with WAF policy and send logs to event hub and storage account using diagnostic settings, log is generated but frontdoorhelathproblog giving wrong time i.e 1970-01-01T00:00:21.8052560Z In logs , I have…
How to find and change logs retention policy for Azure front door
I've created MS Front Door Standard and trying to enable front door access logs and all metrics send to Log Analytics Workspace(LAW). I can't find where to set the retention. I remember before there was a way to adjust it directly in LAW settings in the…
Creating a new premium front door
Hi, I am trying to create a new premium front door from scratch and then create an Event Grid subscription of type webhook endpoint. The Webhook validation handshake is failing for premium front door. However, when I am doing via standard front door…
Azure Front Door 499 responses from pop_s EWR
Front Door is reporting a lot of 499 responses from the EMR pop location, significantly more than I'm seeing from other locations. The back-end of this Front Door instance is an API Management instance. The back-end of that is an app service. Below…
Azure Front Door is preventing onetrust from scanning pages on our domain due to a redirect
I have been advised that there is a redirect taking place on our website which i believe is due to there being a front door instance active on it. This relates to an issue where onetrust's scanner is only scanning 100 out of 200+ pages on our…
How to Relax or Remove the “LocalRequestPartnerRateLimit” Rule in Azure Front Door?
We are hosting a web app on Azure App Service, with traffic routed through Azure Front Door. Most of the time, everything works smoothly. However, we occasionally get a 429 Too Many Requests error, and upon investigation, it appears that a rule named…
Azure Front door rule engine configuration not working
I am trying to override the azure front door route using rule set ,but its not working. I am trying to override the URL path-based routing option, example: Domain : xyv.com route: /Reportserver/* rule set : when request path contains ReportServer…
Using Front Door for routing to single region APIs
Hi, I have deployed some services (APIs) using Container apps in one Azure region. I want to do path based routing between these services. One option is to use Application Gateway. But we already have a running instance of Azure Front Door for other…
Private Link between Azure Front Door and Azure Container Apps
Hi, There is some ambiguity in the documentation regarding private link support between Azure Front Door and Azure Container Apps at https://learn.microsoft.com/en-us/azure/frontdoor/private-link. One part of documentation says that private endpoints are…
Azure front door health probe stops emitting logs
I'm experiencing issues with Azure Front Door health probes. We are using Service Tag AzureFrontDoor.Backend to allow AFD to redirect to Kubernetes pods. When I configure the probe protocol to HTTP (port 80), I receive a 307 redirect, why? When I switch…
Whats the difference between Ocelot gateway vs Azure APIM?
I have .net core application, for gateway i am planning to do below operations: Caching Load balancer Authorization Considering these requirements which api gateway would be suitable. I have been stuck on this topic for past 1 week. Please…
Azure front door implementation with nginx ingress controller
Hi we are using Azure kubernetes service to run our microservices and we have a requirement to use azure front door as it has features like WAF, compression, caching, SSL offloading etc. We want to implement Azure front door in front of nginx ingress…
Can we get a reference to the azure WAF logs highlighting the event max size we can expect ?
Hi Team, We are working on Azure WAF connector. We are doing product setup for application gateway and Azure front door with WAF attached and sending that logs to event hub using diagnostic settings. We require information or reference link what event…
Front Door CDN: Property 'profile.sku' is read-only and cannot be changed
I followed this instruction to migrate Azure CDN from Edgio to Azure Front Door: https://learn.microsoft.com/en-gb/azure/frontdoor/migrate-cdn-to-front-door Section: Set up Azure Front Door At the end I was no able to deploy the new Azure Front Door. The…
why is "create endpoint" grayed out for Azure Front door Standard?
why is "create endpoint" grayed out for Azure Front door Standard?
Front Door and CDN with blob storage compression doesn't work
I set up a storage account (StorageV2 (general purpose v2)). A container with access level of anonymous read for blobs only, I can then use a web browser to hit the blob endpoint and get it returned in raw form. Response Headers: Setting up a new…