# BingGroundingConnectionResource

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

A Foundry project connection resource specifically for Grounding with Bing Search connections.

## Definition

```typescript
interface BingGroundingConnectionResource
  extends IAzureResource,
    IResource,
    IResourceWithParameters,
    IResourceWithParent,
    AzureCognitiveServicesProjectResource]] { }
```
