# AzureResourceInfrastructure

- Module: [Aspire.Hosting.Azure.OperationalInsights](/reference/api/typescript/aspire.hosting.azure.operationalinsights.md)
- Version: `13.2.0`
- Kind: `handle`
- Source: [GitHub](https://github.com/microsoft/aspire)

## Definition

```typescript
interface AzureResourceInfrastructure {
  readonly bicepName: string;
  targetScope: DeploymentScope;
}
```

## Properties

- `bicepName`: `string` `get` -- Gets the BicepName property
- `targetScope`: [DeploymentScope](/reference/api/typescript/aspire.hosting.azure.operationalinsights/deploymentscope.md) `get - set` -- Gets the TargetScope property
