1 write to DeploymentSlot
Aspire.Hosting.Azure.AppService (1)
AzureAppServiceEnvironmentExtensions.cs (1)
325builder.Resource.DeploymentSlot = deploymentSlot;
4 references to DeploymentSlot
Aspire.Hosting.Azure.AppService (4)
AzureAppServiceWebsiteContext.cs (2)
298if (environmentContext.Environment.DeploymentSlotParameter is not null || environmentContext.Environment.DeploymentSlot is not null) 302: environmentContext.Environment.DeploymentSlot!;
AzureAppServiceWebSiteResource.cs (2)
51if (computerEnv.DeploymentSlot is not null || computerEnv.DeploymentSlotParameter is not null) 54computerEnv.DeploymentSlot :