44 references to AddAzureAppServiceEnvironment
Aspire.Hosting.Azure.Tests (41)
AzureAppServiceEnvironmentExtensionsTests.cs (4)
34var appServiceEnvironment = builder.AddAzureAppServiceEnvironment("test-app-service-env") 53var appServiceEnvironment = builder.AddAzureAppServiceEnvironment("env"); 67var appServiceEnvironment = builder.AddAzureAppServiceEnvironment("env") 90var appServiceEnvironment = builder.AddAzureAppServiceEnvironment("env")
AzureAppServiceTests.cs (32)
25var env = builder.AddAzureAppServiceEnvironment("env"); 62builder.AddAzureAppServiceEnvironment("env"); 88builder.AddAzureAppServiceEnvironment("env"); 129builder.AddAzureAppServiceEnvironment("env"); 157builder.AddAzureAppServiceEnvironment("env"); 197builder.AddAzureAppServiceEnvironment("env"); 232builder.AddAzureAppServiceEnvironment("env"); 264builder.AddAzureAppServiceEnvironment("env"); 300builder.AddAzureAppServiceEnvironment("env"); 334var env = builder.AddAzureAppServiceEnvironment("env"); 350builder.AddAzureAppServiceEnvironment("env") 375var env = builder.AddAzureAppServiceEnvironment("env"); 421var env1 = builder.AddAzureAppServiceEnvironment("env1"); 422var env2 = builder.AddAzureAppServiceEnvironment("env2"); 451var env1 = builder.AddAzureAppServiceEnvironment("env"); 482builder.AddAzureAppServiceEnvironment("env").WithDashboard(false); 503builder.AddAzureAppServiceEnvironment("env").WithDashboard(false); 538builder.AddAzureAppServiceEnvironment("env"); 574builder.AddAzureAppServiceEnvironment("env"); 610builder.AddAzureAppServiceEnvironment("env"); 645builder.AddAzureAppServiceEnvironment("env"); 669builder.AddAzureAppServiceEnvironment("env"); 689builder.AddAzureAppServiceEnvironment("env"); 720builder.AddAzureAppServiceEnvironment("env"); 751var env = builder.AddAzureAppServiceEnvironment("env"); 772builder.AddAzureAppServiceEnvironment("env").WithAzureApplicationInsights("westus"); 793builder.AddAzureAppServiceEnvironment("env").WithAzureApplicationInsights(); 815builder.AddAzureAppServiceEnvironment("env").WithAzureApplicationInsights(appInsightsParam); 837builder.AddAzureAppServiceEnvironment("env").WithAzureApplicationInsights(appInsights); 858builder.AddAzureAppServiceEnvironment("env").WithAzureApplicationInsights(); 889builder.AddAzureAppServiceEnvironment("env").WithDeploymentSlot("stage"); 921builder.AddAzureAppServiceEnvironment("env").WithDeploymentSlot(slotParam);
AzureDeployerTests.cs (3)
493var aasEnv = builder.AddAzureAppServiceEnvironment("aas-env"); 1060builder.AddAzureAppServiceEnvironment("env"); 1136builder.AddAzureAppServiceEnvironment("env");
AzureProvisioningResourceTests.cs (1)
53builder.AddAzureAppServiceEnvironment("env");
AzureUserAssignedIdentityTests.cs (1)
194var env = builder.AddAzureAppServiceEnvironment("appservice");
AzureAppService.AppHost (1)
Program.cs (1)
9builder.AddAzureAppServiceEnvironment("infra").WithDeploymentSlot("staging");
Deployers.AppHost (1)
AppHost.cs (1)
14var aas = builder.AddAzureAppServiceEnvironment("aas-env");
Pipelines.AppHost (1)
AppHost.cs (1)
15var aasEnv = builder.AddAzureAppServiceEnvironment("appservice-env");