1 write to DeploymentSlot
Aspire.Hosting.Azure.AppService (1)
AzureAppServiceEnvironmentExtensions.cs (1)
317
builder.Resource.
DeploymentSlot
= deploymentSlot;
5 references to DeploymentSlot
Aspire.Hosting.Azure.AppService (5)
AzureAppServiceWebsiteContext.cs (2)
260
if (environmentContext.Environment.DeploymentSlotParameter is not null || environmentContext.Environment.
DeploymentSlot
is not null)
264
: environmentContext.Environment.
DeploymentSlot
!;
AzureAppServiceWebSiteResource.cs (3)
52
var isSlotDeployment = computerEnv.
DeploymentSlot
is not null || computerEnv.DeploymentSlotParameter is not null;
123
if (computerEnv.
DeploymentSlot
is not null || computerEnv.DeploymentSlotParameter is not null)
126
computerEnv.
DeploymentSlot
: