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