Skip to content
Docs Try Aspire

AzureFunctionsProjectResource.withHostStorage

Method
📦 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

Defined on

This method is defined on the following type: