Skip to content
DocsTry Aspire
DocsTry

addAzureStorage

Method
📦 Aspire.Hosting.Azure.Storage v13.4.0
interface IDistributedApplicationBuilder {
// ... omitted for brevity
addAzureStorage(name: string): AzureStorageResource;
}

Signature

methodaddAzureStoragebuilder
Adds an Azure Storage resource to the application model. This resource can be used to create Azure blob, table, and queue resources.
addAzureStorage(name: string): AzureStorageResource
namestring
AzureStorageResource

Applies to

This method applies to the following types: