Skip to content

[Breaking change]: Azure Redis changes in 13.1 #5816

@eerhardt

Description

@eerhardt

Description

The Experimental AddAzureRedisEnterprise has been renamed to AddAzureManagedRedis

AddAzureRedis has been Obsoleted due to Azure Cache for Redis announcing its retirement timeline. https://learn.microsoft.com/azure/azure-cache-for-redis/retirement-faq

Version

13.1.0

Previous behavior

AddAzureRedisEnterprise was used to create an Azure Managed Redis instance.

AddAzureRedis was supported.

New behavior

AddAzureManagedRedis is now used to create an Azure Managed Redis instance.

AddAzureRedis is now obsolete.

Type of breaking change

  • Binary incompatible: Existing binaries might encounter a breaking change in behavior, such as failure to load or execute, and if so, require recompilation.
  • Source incompatible: When recompiled using the new SDK or component or to target the new runtime, existing source code might require source changes to compile successfully.
  • Behavioral change: Existing binaries might behave differently at run time.

Reason for change

AddAzureRedisEnterprise was renamed to AddAzureManagedRedis to better align with the Azure resource name and to make it more discoverable for developers.

AddAzureRedis is obsolete because the Azure service backing it has announced it is being retired.

Recommended action

Use AddAzureManagedRedis in all cases now.

Affected APIs

  • Aspire.Hosting.AzureRedisExtensions.AddAzureRedis
  • Aspire.Hosting.AzureRedisEnterpriseExtensions.AddAzureRedisEnterprise

Metadata

Metadata

Assignees

Labels

Pri1High priority, do before Pri2 and Pri3area-docsdoc-ideaIndicates issues that are suggestions for new topics [org][type][category]⛓️‍💥 breaking-changeIssues or PRs tracking breaking changes.

Type

No type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions