method IAzureBlobClient.isHealthy
Since 0.1.0
IAzureBlobClient.isHealthy(): Promise<boolean>

M70c: resolves when the container is reachable — the real adapter calls the container client's exists(). Optional so a minimal injected fake still type-checks.

Return Type

Promise<boolean>

Usage

import { type IAzureBlobClient } from "storage-plugin/src/index.ts";