Azure Cache for Redis
An Azure service that provides access to a secure, dedicated Redis cache, managed by Microsoft.
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
An Azure service that provides access to a secure, dedicated Redis cache, managed by Microsoft.
AI answer
Given the checks already completed, the remaining supported causes are:
WorkloadIdentityCredential requires all of these values to be present and correct:
AZURE_CLIENT_IDAZURE_TENANT_IDAZURE_FEDERATED_TOKEN_FILEAZURE_AUTHORITY_HOSTWorkloadIdentityCredential authentication unavailable. The workload options aren't fully configured. az redisenterprise test-connection --name <cache-name> --resource-group <resource-group-name> --auth entra
This verifies connectivity by sending a ping and uses the credential established through az login.Microsoft.Azure.StackExchangeRedis.AZURE_FEDERATED_TOKEN_FILE. curl 'http://169.254.169.254/metadata/identity/oauth2/token?resource=https://management.core.windows.net&api-version=2018-02-01' -H "Metadata: true"
Warning: this returns a valid access token. Do not share the token.AuthenticationFailedException: refresh credentials with az login and verify the identity is added as a Redis user under Authentication.Unauthorized: ensure the Microsoft Entra ID identity is added as a Redis user on the Azure Managed Redis instance.No connection is available: verify endpoint format and port 10000, and confirm the Redis instance is provisioned and accessible.