# configureScale

- Module: [Aspire.Hosting.Azure.AppContainers](/reference/api/typescript/aspire.hosting.azure.appcontainers.md)
- Version: `13.4.0`
- Kind: `method`
- Source: [GitHub](https://github.com/microsoft/aspire)

Configures supported Azure Container App scale settings.

## Definition

```typescript
interface ContainerApp {
  // ... omitted for brevity
  configureScale(scale: AzureContainerAppScaleConfig): void
}
```

## Parameters

- `scale` ([AzureContainerAppScaleConfig](/reference/api/typescript/aspire.hosting.azure.appcontainers/azurecontainerappscaleconfig.md))

## Applies to

- [ContainerApp](/reference/api/typescript/aspire.hosting.azure.appcontainers/containerapp.md)
