I am looking for the offline storage solution compatible with azure blob storage API for production environment.
Example Minio for AWS S3.
Microsoft Azure Storage Emulator is for testing purpose i can not used it for production
I am looking for the offline storage solution compatible with azure blob storage API for production environment.
Example Minio for AWS S3.
Microsoft Azure Storage Emulator is for testing purpose i can not used it for production
Copyright © 2021 Jogjafile Inc.
Minio
can be used as object storage in Microsoft Azure.MinIO is an open-source object storage solution.
Yes, Minio can be used as an offline object storage solution in Azure Blob storage with API compatibility by running Minio on an Azure virtual machine or as a managed service.
It can be configured to store data in an Azure Blob storage container. This allows Minio to access the data in Azure Blob storage and provide a compatible S3-style API to access the data.
And Applications can interact with the Minio instance as if it were an S3 bucket, allowing for offline processing of data stored in Azure Blob storage.
Minio Features
It is compatible with the Azure Blob Storage API and can be used in production environments. It is a high performance, scalability, and compatibility with cloud native tools and technologies.
MinIO supports multi-cloud, on-premises and hybrid cloud deployments, and it is a flexible choice for offline storage.
Steps to seup Minio
References taken from
MinIO Client SDK for .NET)
MinIO Multi Cloud Object Storage