Skip to content

Commit c67652c

Browse files
committed
docs(azurite): document WithEnabledServices
1 parent f51a656 commit c67652c

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

docs/modules/azure.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,12 @@ In example: `Run(context.Background(), "mcr.microsoft.com/azure-storage/azurite:
6161

6262
When starting the Azurite container, you can pass options in a variadic way to configure it.
6363

64+
#### WithEnabledServices
65+
66+
- Since <a href="https://github.com/testcontainers/testcontainers-go/releases/tag/v0.40.0"><span class="tc-version">:material-tag: v0.40.0</span></a>
67+
68+
The default Azurite container entrypoint runs all three storage services: blob, queue, and table. Use this option to specify the required services for fewer exposed ports and slightly reduced container resources. E.g. `azurite.WithEnabledServices(azurite.BlobService)`.
69+
6470
#### WithInMemoryPersistence
6571

6672
- Since <a href="https://github.com/testcontainers/testcontainers-go/releases/tag/v0.36.0"><span class="tc-version">:material-tag: v0.36.0</span></a>

0 commit comments

Comments
 (0)