As the api version check frequently breaks the usage of azurite, --skipApiVersionCheck can be used to skip that check.
This is not really intuitive when working with docker images as the whole startup command needs to be touched.
Add support for an env var AZURITE_SKIP_API_VERSION_CHECK for azurite to skip the check.
As the api version check frequently breaks the usage of azurite,
--skipApiVersionCheckcan be used to skip that check.This is not really intuitive when working with docker images as the whole startup command needs to be touched.
Add support for an env var
AZURITE_SKIP_API_VERSION_CHECKfor azurite to skip the check.