Skip to content
Docs Try Aspire
Docs Try

addAzureStorage

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

Signature

method addAzureStorage builder
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
name string
AzureStorageResource

Applies to

This method applies to the following types: