6 references to WithEnvironment
Aspire.Hosting.Azure.Tests (6)
AzureAppServiceTests.cs (1)
285
.
WithEnvironment
("SECRET_VALUE", existingKv.GetSecret("secret"));
AzureContainerAppsTests.cs (3)
492
.
WithEnvironment
("TOP_SECRET2", kv.GetSecret("secret"))
493
.
WithEnvironment
("EXISTING_TOP_SECRET", existingKv.GetSecret("secret"));
825
.
WithEnvironment
("SECRET_VALUE", existingKv.GetSecret("secret"));
AzureDeployerTests.cs (1)
1242
.
WithEnvironment
("SECRET_VALUE", secret);
AzureKeyVaultTests.cs (1)
67
.
WithEnvironment
("MY_SECRET", secretReference);