5 references to WithEnvironment
Aspire.Hosting.Azure.Tests (5)
AzureAppServiceTests.cs (1)
92.WithEnvironment("SECRET_VALUE", existingKv.GetSecret("secret"));
AzureContainerAppsTests.cs (3)
431.WithEnvironment("TOP_SECRET2", kv.GetSecret("secret")) 432.WithEnvironment("EXISTING_TOP_SECRET", existingKv.GetSecret("secret")); 728.WithEnvironment("SECRET_VALUE", existingKv.GetSecret("secret"));
AzureKeyVaultTests.cs (1)
66.WithEnvironment("MY_SECRET", secretReference);