Skip to content

Configure Azurite custom service ports#1354

Open
cristianrgreco wants to merge 1 commit into
mainfrom
codex/configure-azurite-service-ports
Open

Configure Azurite custom service ports#1354
cristianrgreco wants to merge 1 commit into
mainfrom
codex/configure-azurite-service-ports

Conversation

@cristianrgreco
Copy link
Copy Markdown
Collaborator

Summary

  • pass configured blob, queue, and table container ports to the Azurite CLI
  • strengthen the custom-port regression test to use non-default internal ports and perform blob, queue, and table operations

Verification

  • npm run format
  • npm run lint
  • npm run check-compiles
  • npm test -- packages/modules/azurite/src/azurite-container.test.ts -t "should be able to specify custom ports"
  • npm test -- packages/modules/azurite/src/azurite-container.test.ts

Test results

  • Red: with only the regression test change, the focused custom-port test failed with read ECONNRESET; Azurite logs showed listeners still bound to 10000, 10001, and 10002.
  • Green: after passing --blobPort, --queuePort, and --tablePort, the focused regression passed and the complete Azurite module suite passed (9 passed).

Compatibility

This is a backward-compatible bug fix. Default service ports remain unchanged, while explicitly configured service ports now take effect inside the Azurite container.

@netlify
Copy link
Copy Markdown

netlify Bot commented Jun 1, 2026

Deploy Preview for testcontainers-node ready!

Name Link
🔨 Latest commit f8aee19
🔍 Latest deploy log https://app.netlify.com/projects/testcontainers-node/deploys/6a1dabd8a9feda0008156c7b
😎 Deploy Preview https://deploy-preview-1354--testcontainers-node.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify project configuration.

@cristianrgreco cristianrgreco added bug Something isn't working patch Backward compatible bug fix labels Jun 1, 2026 — with ChatGPT Codex Connector
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

bug Something isn't working patch Backward compatible bug fix

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant