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