10 references to WithHostStorage
Aspire.Hosting.Azure.Functions (2)
AzureFunctionsProjectResourceExtensions.cs (2)
57/// Use <see cref="WithHostStorage"/> to specify a custom Azure Storage resource as the host storage instead of the 102/// Use <see cref="WithHostStorage"/> to specify a custom Azure Storage resource as the host storage instead of the
Aspire.Hosting.Azure.Tests (8)
AzureDeployerTests.cs (1)
974.WithHostStorage(hostStorage);
AzureFunctionsTests.cs (5)
154.WithHostStorage(storage); 342.WithHostStorage(storage); 370.WithHostStorage(storage) 399.WithHostStorage(storage) 721.WithHostStorage(customStorage);
PublicApiTests\FunctionsPublicApiTests.cs (2)
46var action = () => builder.WithHostStorage(storage); 59var action = () => builder.WithHostStorage(storage);