# AzureAppServiceWebsiteCustomizationAnnotation Properties

- Package: [Aspire.Hosting.Azure.AppService](/reference/api/csharp/aspire.hosting.azure.appservice.md)
- Type: [AzureAppServiceWebsiteCustomizationAnnotation](/reference/api/csharp/aspire.hosting.azure.appservice/azureappservicewebsitecustomizationannotation.md)
- Kind: `Properties`
- Members: `1`

Represents an annotation for customizing an Azure Web App.

## Configure

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

Gets the configuration action for customizing the Azure Web App.

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