Skip to content

Commit 9a0e52c

Browse files
committed
docs: clarify Azurite skipApiVersionCheck failure mode
Newer Azure Storage SDKs send API versions Azurite may not implement.
1 parent a37eac1 commit 9a0e52c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/modules/azure.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ Start Azurite Emulator during a test:
2727
!!! note
2828
SSL configuration is possible using the `withSsl(MountableFile, String)` and `withSsl(MountableFile, MountableFile)` methods.
2929

30-
Newer Azure Storage SDK versions may reject Azurite's advertised API version. Use `withSkipApiVersionCheck()` to pass Azurite's `--skipApiVersionCheck` flag. `AzuriteContainer` rebuilds its process command in `configure()`, so `.withCommand(...)` cannot be used for extra Azurite flags.
30+
Newer Azure Storage SDK versions can send API versions that Azurite does not support. Use `withSkipApiVersionCheck()` to pass Azurite's `--skipApiVersionCheck` flag. `AzuriteContainer` rebuilds its process command in `configure()`, so `.withCommand(...)` cannot be used for extra Azurite flags.
3131

3232
<!--codeinclude-->
3333
[Skip Azurite API version check](../../modules/azure/src/test/java/org/testcontainers/azure/AzuriteContainerCommandTest.java) inside_block:skipApiVersionCheck

0 commit comments

Comments
 (0)