1 write to DeploymentSlot
Aspire.Hosting.Azure.AppService (1)
AzureAppServiceEnvironmentExtensions.cs (1)
317
builder.Resource.
DeploymentSlot
= deploymentSlot;
4 references to DeploymentSlot
Aspire.Hosting.Azure.AppService (4)
AzureAppServiceWebsiteContext.cs (2)
261
if (environmentContext.Environment.DeploymentSlotParameter is not null || environmentContext.Environment.
DeploymentSlot
is not null)
265
: environmentContext.Environment.
DeploymentSlot
!;
AzureAppServiceWebSiteResource.cs (2)
56
if (computerEnv.
DeploymentSlot
is not null || computerEnv.DeploymentSlotParameter is not null)
59
computerEnv.
DeploymentSlot
: