# AzureContainerAppScaleConfig

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

Polyglot-friendly subset of Azure Container App scale configuration.

## Definition

```typescript
type AzureContainerAppScaleConfig = {
  MinReplicas?: number;
}
```

## Fields

- `MinReplicas`: `number` `optional`
