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