Skip to content

Commit 689e6b8

Browse files
Update README.md
Clarified about AMR and ACR
1 parent afb1692 commit 689e6b8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ await cred_provider.get_credentials_async()
8484

8585
### Step 5 - Connect to Redis
8686

87-
When using Entra ID, Azure Cache for Redis enforces TLS. Here is an example that shows how to test the connection in an insecure way:
87+
When using Entra ID, Azure enforces TLS on your Redis connection. Here is an example that shows how to **test** the connection in an insecure way:
8888

8989
```python
9090
client = redis.Redis(host="<HOST>", port=<PORT>, ssl=True, ssl_cert_reqs=None, credential_provider=cred_provider)

0 commit comments

Comments
 (0)