Hi Pablo Gil,
Thankyou for Reaching microsoft Q&A!
When scaling Azure Cache for Redis from C3 to C4, the operation runs asynchronously in the backend. In some cases, the Azure portal continues to show the original SKU even though the scale action was accepted.
Please check the Activity Log for the Redis resource and confirm that the scale operation has completed successfully. If it is still in progress, the SKU will not update until the operation fully finishes.
If the Activity Log shows the operation as succeeded but the cache still displays C3, perform a restart of the Redis instance. This does not change data persistence but forces the service to refresh the cache metadata and typically updates the SKU in the portal.
Also ensure there are no active maintenance or patching operations on the cache, as these can delay SKU updates.
Once the backend operation completes and the service refreshes, the cache will reflect the new C4 capacity automatically.