# IAzureResource.getBicepIdentifier

- Module: [Aspire.Hosting.Azure](/reference/api/typescript/aspire.hosting.azure.md)
- Defined on: [IAzureResource](/reference/api/typescript/aspire.hosting.azure/iazureresource.md)
- Version: `13.4.0`
- Kind: `method`

Gets the Bicep identifier for the Azure resource.

## Definition

```typescript
interface IAzureResource {
  // ... omitted for brevity
  getBicepIdentifier(): string;
}
```

## Signature

```typescript
getBicepIdentifier(): string
```

## Returns

`string`

## Defined on

- [IAzureResource](/reference/api/typescript/aspire.hosting.azure/iazureresource.md) -- `interface`
