An Azure service that provides access to a secure, dedicated Redis cache, managed by Microsoft.
Hello
No custom VNet/subnet, this is a fully public-network deployment, no NSGs, UDRs, firewall, or proxy involved. The Terraform resource has no subnet_id and public_network_access = "Enabled". Confirmed on the resource itself too:
privateEndpointConnections: [], nothing custom in the network path.
Balanced_B0 maps to the Balanced tier, size B0 (the smallest in that family).
Additional options enabled:
- high_availability_enabled = true (redundancyMode: ZR - zone-redundant)
- clustering_policy: OSSCluster
- client_protocol: Encrypted
- eviction_policy: AllKeysLRU
- persistence: both AOF and RDB disabled (no persistence)
Importantly: the exact same Terraform configuration, identical SKU
(Balanced_B0), identical options above, no code changes at all -> succeeds
reliably and consistently when targeting UK West.
The only variable changed between successful and failing attempts is the region (UK South vs UK West).