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