1 write to EnableAutomaticScaling
Aspire.Hosting.Azure.AppService (1)
AzureAppServiceEnvironmentExtensions.cs (1)
291
builder.Resource.
EnableAutomaticScaling
= true;
2 references to EnableAutomaticScaling
Aspire.Hosting.Azure.AppService (2)
AzureAppServiceEnvironmentExtensions.cs (2)
102
IsPerSiteScaling = !resource.
EnableAutomaticScaling
,
103
IsElasticScaleEnabled = resource.
EnableAutomaticScaling
,