Azure waste

Redis cache with no clients and no lookups

An Azure Cache for Redis instance that nothing has connected to or read from.
The agent reports this
Why it happens

A Redis cache bills a fixed hourly rate for as long as it exists, independently of traffic: a Premium P1 is about $405 a month and a Standard C1 about $101. Sustained zero on both connected clients and key lookups means the cache is serving nobody while charging in full. Both signals are required because either alone can be innocent, since an idle connection pool holds clients against a cache nothing reads and a health probe can produce lookups without a lasting connection.

What the agent does about it

An Azure Cache for Redis instance that nothing has connected to or read from.

It will not fix this one

It reports this and takes no action. A check only earns the right to change something once the action behind it can re-read live state before it fires and knows the way back.