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