Overview
This is a memo on how to serve images stored in Microsoft Azure Blob Storage using Cantaloupe Image Server, one of the IIIF image servers.
This is the Microsoft Azure Blob Storage version of the following article.
Method
This time we will use the Docker version.
Please clone the following repository.
https://github.com/nakamura196/docker_cantaloupe
In particular, rename .env.azure.example to .env and set the environment variables.
The last two settings also include HTTPS configuration using Traefik.
Then, run the following command.
Summary
There may be some areas that are insufficient, such as security considerations, but I hope this serves as a helpful reference.