Skip to content
Docs Try Aspire

addAzureSignalR

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

Signature

method addAzureSignalR builder
Adds an Azure SignalR resource to the application model.
addAzureSignalR(name: string): AzureSignalRResource
name string
AzureSignalRResource

Applies to

This function is an extension method on the following types: