Getting "ApplicationGatewayFirewallNoRedisCacheRateLimitUnsupported" when I deploy. Which regions actually support this feature?

Kristian K. Riisgaard 20 Reputation points
2026-07-16T11:13:42+00:00

The organization where I work are attempting to diversify from North and West Europe.

When attempting to deploy to Denmark East as a test, I'm getting the error "ApplicationGatewayFirewallNoRedisCacheRateLimitUnsupported", from which I understand that unlike in the previous regions, there is an unsupported feature, which I assume relates to WAF rules.

Which regions have the support I'm looking for? And what documentation (if any) did I miss, because I spent hours searching for either a list or a command that would allow me to determine whether it is supported.

Azure Web Application Firewall

Answer accepted by question author
Christos Panagiotidis 3,551 Reputation points
2026-07-16T12:52:31.7466667+00:00

That error is about a RateLimitRule, not WAF exceptions. Application Gateway WAF rate limiting uses a platform-managed counter service, and this message means the required backend is not enabled in Denmark East. It does not mean Application Gateway or WAF_v2 is generally unavailable there.

Microsoft's public rate-limiting guidance lists the prerequisites: Application Gateway WAF_v2, the latest WAF engine with CRS 3.2, and a non-air-gapped cloud. It does not currently provide a per-region matrix for the rate-limit backend. The provider-location output from Azure CLI only shows where the WAF policy resource type exists; it cannot expose enablement of this subfeature, so there is no reliable discovery command for it.

To isolate the issue, deploy the same Denmark East policy after temporarily removing only the RateLimitRule, or change it to a MatchRule. If that succeeds, the regional rate-limit dependency is the blocker. Also keep the WAF policy and Application Gateway in the same region and subscription; a policy left in North Europe cannot be associated with a Denmark East gateway.

For a production choice, open an Azure support request under Application Gateway/WAF and ask Microsoft.Network to confirm current rate-limit enablement for your candidate regions. Until they confirm one, keep this control in North/West Europe or enforce rate limiting at Front Door, API Management, or the application layer for Denmark East.

Was this answer helpful?

1 person found this answer helpful.

0 additional answers

Sort by: Newest

Your answer

Answers can be marked as 'Accepted' by the question author and 'Recommended' by moderators, which helps users know the answer solved the author's problem.