Skip to content
Docs Try Aspire
Docs Try

AzureFunctionsProjectResource.withHostStorage

Method
📦 Aspire.Hosting.Azure.Functions v13.4.0
interface AzureFunctionsProjectResource {
// ... omitted for brevity
withHostStorage(storage: AzureStorageResource): AzureFunctionsProjectResource;
}

Signature

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

Defined on

This method is defined on the following type: