Skip to content
Docs Try Aspire

addAzureManagedRedis

Function
📦 Aspire.Hosting.Azure.Redis v13.2.0-preview.1.26159.1
interface IDistributedApplicationBuilder {
// ... omitted for brevity
addAzureManagedRedis(name: string): AzureManagedRedisResource;
}

Signature

method addAzureManagedRedis builder
Adds an Azure Managed Redis resource
addAzureManagedRedis(name: string): AzureManagedRedisResource
name string
AzureManagedRedisResource

Applies to

This function is an extension method on the following types: