# withAppInsights

- Module: [Aspire.Hosting.Foundry](/reference/api/typescript/aspire.hosting.foundry.md)
- Version: `13.3.0-preview.1.26254.5`
- Kind: `method`
- Source: [GitHub](https://github.com/microsoft/aspire)

Associates an Azure Application Insights resource with a Microsoft Foundry project.

## Definition

```typescript
interface AzureCognitiveServicesProjectResource {
  // ... omitted for brevity
  withAppInsights(appInsights: AzureApplicationInsightsResource): AzureCognitiveServicesProjectResource
}
```

## Parameters

- `appInsights` (`AzureApplicationInsightsResource`)

## Returns

[AzureCognitiveServicesProjectResource](/reference/api/typescript/aspire.hosting.foundry/azurecognitiveservicesprojectresource.md) `builder`

## Applies to

- [AzureCognitiveServicesProjectResource](/reference/api/typescript/aspire.hosting.foundry/azurecognitiveservicesprojectresource.md)
