# AzureImageProvider

**Kind:** Class

**Source:** [`atloria-monorepo/libs/pme-core/src/providers/azure-image.provider.ts`](https://github.com/sherkety/atloria/blob/main/atloria-monorepo/libs/pme-core/src/providers/azure-image.provider.ts#L30)

## Methods

| Method | Signature | Returns |
|---|---|---|
| `generate` | `generate(options: ImageGenerationOptions)` | `Promise<ImageGenerationResponse>` |

## Where it refuses work

- `AzureImageProvider` stops the work with `Error` when `!imageData?.b64_json` — “Azure Image API returned no image data”.
