Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(CosmosDb): SSL connection could not be established #1109

Merged
merged 2 commits into from
Feb 8, 2024

Commits on Feb 8, 2024

  1. Add CosmosDbContainerWaitStrategy for better readiness check

    Introduced the CosmosDbContainerWaitStrategy to boost the readiness check by connecting to a specific URL instead of looking for a log message. The existing wait strategy in the CosmosDbBuilder was modified to use this new strategy, thereby making the readiness check more reliable.
    ReplyAZabel committed Feb 8, 2024
    Configuration menu
    Copy the full SHA
    a364fc9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3d9f0ce View commit details
    Browse the repository at this point in the history