File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -225,7 +225,7 @@ except Exception as e:
225
225
if " 999" in str (e):
226
226
print (" 💡 Error 999 typically indicates a network connectivity issue or firewall restriction" )
227
227
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 " )
229
229
print (" - Ensure the Redis cache is running and accessible" )
230
230
print () # Add a new line
231
231
finally :
@@ -246,4 +246,4 @@ finally:
246
246
## Related content
247
247
248
248
- [ 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