10 references to WithHostStorage
Aspire.Hosting.Azure.Functions (2)
AzureFunctionsProjectResourceExtensions.cs (2)
55/// Use <see cref="WithHostStorage"/> to specify a custom Azure Storage resource as the host storage instead of the 100/// 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)
986.WithHostStorage(hostStorage);
AzureFunctionsTests.cs (5)
156.WithHostStorage(storage); 344.WithHostStorage(storage); 372.WithHostStorage(storage) 401.WithHostStorage(storage) 723.WithHostStorage(customStorage);
PublicApiTests\FunctionsPublicApiTests.cs (2)
46var action = () => builder.WithHostStorage(storage); 59var action = () => builder.WithHostStorage(storage);