1 write to DeploymentSlotParameter
Aspire.Hosting.Azure.AppService (1)
AzureAppServiceEnvironmentExtensions.cs (1)
302builder.Resource.DeploymentSlotParameter = deploymentSlot.Resource;
6 references to DeploymentSlotParameter
Aspire.Hosting.Azure.AppService (6)
AzureAppServiceWebsiteContext.cs (3)
261if (environmentContext.Environment.DeploymentSlotParameter is not null || environmentContext.Environment.DeploymentSlot is not null) 263deploymentSlotValue = environmentContext.Environment.DeploymentSlotParameter != null 264? environmentContext.Environment.DeploymentSlotParameter.AsProvisioningParameter(infra)
AzureAppServiceWebSiteResource.cs (3)
56if (computerEnv.DeploymentSlot is not null || computerEnv.DeploymentSlotParameter is not null) 58deploymentSlot = computerEnv.DeploymentSlotParameter is null ? 60await computerEnv.DeploymentSlotParameter.GetValueAsync(ctx.CancellationToken).ConfigureAwait(false);