10 references to WithHostStorage
Aspire.Hosting.Azure.Functions (2)
AzureFunctionsProjectResourceExtensions.cs (2)
59/// Use <see cref="WithHostStorage"/> to specify a custom Azure Storage resource as the host storage instead of the 105/// 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)
981.WithHostStorage(hostStorage);
AzureFunctionsTests.cs (5)
164.WithHostStorage(storage); 376.WithHostStorage(storage); 404.WithHostStorage(storage) 433.WithHostStorage(storage) 755.WithHostStorage(customStorage);
PublicApiTests\FunctionsPublicApiTests.cs (2)
46var action = () => builder.WithHostStorage(storage); 59var action = () => builder.WithHostStorage(storage);