tinacms/tinacms
public

Tinacms

A fully open-source headless CMS that supports Markdown and Visual Editing

rss

@azure/storage-blob is host-neutral, so the next-prefixed wrapper carried unnecessary framework scope. v4 moves it to its own repo with a framework-neutral core and adapter entries — same pattern as the other media-store integrations.

345d until removal

deprecated June 2, 2026removal June 2, 2027
JSON
"name": "next-tinacms-azure",
"type": "module",
"version": "13.0.4",
"deprecated": "Moving to github.com/tinacms/tinacms-azure as @tinacms/azure-blob (framework-neutral; not Next-only). See packages/v4/INTEGRATIONS.md.",

@tinacms/azure-blob (new repo: github.com/tinacms/tinacms-azure) — install the package and import the matching adapter entry.

  1. Replace next-tinacms-azure with @tinacms/azure-blob in package.json once the new package ships its first release.

  2. Swap the route-handler import to the new adapter entry.

  3. Azure connection-string env vars are unchanged.

  • JackDevAUJackDevAUadded packages/next-tinacms-azure/package.json6/2/2026