# AzureContainerAppCustomizationAnnotation

- Kind: `class`
- Package: [Aspire.Hosting.Azure.AppContainers](/reference/api/csharp/aspire.hosting.azure.appcontainers.md)
- Version: `13.4.0`
- Namespace: `Aspire.Hosting.Azure`
- Target framework: `net8.0`
- Source: [GitHub](https://github.com/microsoft/aspire/blob/cbc352350f1a9bafbaff10d14a2c8de4ac186a48/src/Aspire.Hosting.Azure.AppContainers/AzureContainerAppCustomizationAnnotation.cs)
- Implements: `IResourceAnnotation`

Represents an annotation for customizing an Azure Container App.

## Definition

```csharp
namespace Aspire.Hosting.Azure;

public sealed class AzureContainerAppCustomizationAnnotation
    : Aspire.Hosting.ApplicationModel.IResourceAnnotation
{
    // ...
}
```

## Constructors

- [AzureContainerAppCustomizationAnnotation(Action<AzureResourceInfrastructure, ContainerApp>)](/reference/api/csharp/aspire.hosting.azure.appcontainers/azurecontainerappcustomizationannotation/constructors.md#constructor-action-azureresourceinfrastructure-containerapp) -- Represents an annotation for customizing an Azure Container App.

## Properties

- [Configure](/reference/api/csharp/aspire.hosting.azure.appcontainers/azurecontainerappcustomizationannotation/properties.md#configure) : `Action<AzureResourceInfrastructure, ContainerApp>` `get` -- Gets the configuration action for customizing the Azure Container App.
