Module
Azure
Proposal
Azurite's recent releases has not been updated to support newer versions of the Azure Storage Blob SDK so if you try to use a recent version you are met with an error saying the API version is not supported. Currently Microsoft's advice is to pass --skipApiVersionCheck when running the container. It seems the Azurite testcontainer ignores that flag if passed in via the .withCommand(...) function or via the .withEnv(...) function.
There is a work around to define it as a generic container and then use withCommand(...) and the flag is used but it would be nice to use the azurite container.
Module
Azure
Proposal
Azurite's recent releases has not been updated to support newer versions of the Azure Storage Blob SDK so if you try to use a recent version you are met with an error saying the API version is not supported. Currently Microsoft's advice is to pass
--skipApiVersionCheckwhen running the container. It seems the Azurite testcontainer ignores that flag if passed in via the.withCommand(...)function or via the.withEnv(...)function.There is a work around to define it as a generic container and then use
withCommand(...)and the flag is used but it would be nice to use the azurite container.