☁️ Azure Blob Storage
The mesh on Azure Storage — for the deployments that want it, and nobody else's image.
Three blob-backed backends in one module: the AzureBlob content-collection source type, the versioned NodeType assembly cache (BlobAssemblyStore, cross-replica consistent), and the persistent NuGet package cache.
What ships
AzureBlobstream provider — point any content collection at a container (SourceType: AzureBlob,ContainerName, optionalClientName).- Blob assembly cache — the NodeType compile cache shared across replicas, keyed by framework identity.
- Blob NuGet cache — resolved packages persist across restarts.
A deployment on the filesystem backend — a PVC, a local volume — carries none of the Azure SDK. That is the point.