5 references to WithDeploymentSlot
Aspire.Hosting.Azure.AppService (1)
AzureAppServiceEnvironmentExtensions.cs (1)
457
string deploymentSlotName => builder.
WithDeploymentSlot
(deploymentSlotName),
Aspire.Hosting.Azure.Tests (3)
AzureAppServiceTests.cs (3)
90
.
WithDeploymentSlot
("stage");
171
.
WithDeploymentSlot
("stage");
1298
builder.AddAzureAppServiceEnvironment("env").
WithDeploymentSlot
("stage");
AzureAppService.AppHost (1)
AppHost.cs (1)
11
builder.AddAzureAppServiceEnvironment("infra").
WithDeploymentSlot
("staging");