Skip to content
Docs Try Aspire

withHostStorage

Function
📦 Aspire.Hosting.Azure.Functions v13.2.0-preview.1.26159.1
interface AzureFunctionsProjectResource {
// ... omitted for brevity
withHostStorage(storage: AzureStorageResource): AzureFunctionsProjectResource;
}

Signature

method withHostStorage builder
Configures the Azure Functions project to use specified Azure Storage as host storage
withHostStorage(storage: AzureStorageResource): AzureFunctionsProjectResource
storage AzureStorageResource
AzureFunctionsProjectResource

Applies to

This function is an extension method on the following types: