# AzureContainerAppCustomizationAnnotation Properties

- Package: [Aspire.Hosting.Azure.AppContainers](/reference/api/csharp/aspire.hosting.azure.appcontainers.md)
- Type: [AzureContainerAppCustomizationAnnotation](/reference/api/csharp/aspire.hosting.azure.appcontainers/azurecontainerappcustomizationannotation.md)
- Kind: `Properties`
- Members: `1`

Represents an annotation for customizing an Azure Container App.

## Configure

- Name: `Configure`
- Modifiers: `get`
- Returns: `Action<AzureResourceInfrastructure, ContainerApp>`
- Source: [GitHub](https://github.com/microsoft/aspire/blob/cbc352350f1a9bafbaff10d14a2c8de4ac186a48/src/Aspire.Hosting.Azure.AppContainers/AzureContainerAppCustomizationAnnotation.cs#L18)

Gets the configuration action for customizing the Azure Container App.

```csharp
public Action<AzureResourceInfrastructure, ContainerApp> Configure { get; }
```
