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