File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -225,7 +225,7 @@ except Exception as e:
225225 if " 999" in str (e):
226226 print (" 💡 Error 999 typically indicates a network connectivity issue or firewall restriction" )
227227 print (" - Verify the Redis hostname is correct" )
228- print (" - Check if your IP is whitelisted in Redis firewall settings " )
228+ print (" - Verify that you have logged in with Az CLI " )
229229 print (" - Ensure the Redis cache is running and accessible" )
230230 print () # Add a new line
231231finally :
@@ -246,4 +246,4 @@ finally:
246246## Related content
247247
248248- [ Redis Extension for connecting using Microsoft Entra ID] ( https://github.com/redis/redis-py-entraid )
249- - [ redis-py guide] ( https://redis.io/docs/latest/develop/clients/python / )
249+ - [ redis-py guide] ( https://redis.io/docs/latest/develop/clients/redis-py / )
You can’t perform that action at this time.
0 commit comments