Skip to content
Docs Try Aspire

addAzureWebPubSub

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

Signature

method addAzureWebPubSub builder
Adds an Azure Web PubSub resource to the distributed application model.
addAzureWebPubSub(name: string): AzureWebPubSubResource
name string
AzureWebPubSubResource

Applies to

This function is an extension method on the following types: