# FoundryResource.runAsFoundryLocal

- Module: [Aspire.Hosting.Foundry](/reference/api/typescript/aspire.hosting.foundry.md)
- Defined on: [FoundryResource](/reference/api/typescript/aspire.hosting.foundry/foundryresource.md)
- Version: `13.3.0-preview.1.26254.5`
- Kind: `method`

Configures the Microsoft Foundry resource to run by using Foundry Local.

## Definition

```typescript
interface FoundryResource {
  // ... omitted for brevity
  runAsFoundryLocal(): FoundryResource;
}
```

## Signature

```typescript
runAsFoundryLocal(): FoundryResource
```

## Returns

[FoundryResource](/reference/api/typescript/aspire.hosting.foundry/foundryresource.md) `builder`

## Defined on

- [FoundryResource](/reference/api/typescript/aspire.hosting.foundry/foundryresource.md) -- `handle`
