# withAzureApplicationInsights

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

Enables Azure Application Insights for the Azure App Service environment

## Definition

```typescript
interface AzureAppServiceEnvironmentResource {
  // ... omitted for brevity
  withAzureApplicationInsights(applicationInsights?: AzureApplicationInsightsResource): AzureAppServiceEnvironmentResource
}
```

## Parameters

- `applicationInsights` (`AzureApplicationInsightsResource`) `optional`

## Returns

[AzureAppServiceEnvironmentResource](/reference/api/typescript/aspire.hosting.azure.appservice/azureappserviceenvironmentresource.md) `builder`

## Applies to

- [AzureAppServiceEnvironmentResource](/reference/api/typescript/aspire.hosting.azure.appservice/azureappserviceenvironmentresource.md)
