-
Notifications
You must be signed in to change notification settings - Fork 170
Description
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