Skip to content

fix(blob-storage): disable auto container check for Azure buckets for costsavings #8317

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

Merged
merged 1 commit into from
Aug 5, 2025

Conversation

Steffen911
Copy link
Contributor

@Steffen911 Steffen911 commented Aug 5, 2025

Important

Introduces LANGFUSE_AZURE_SKIP_CONTAINER_CHECK to skip Azure Blob Storage container checks by default for cost savings.

  • Behavior:
    • Introduces LANGFUSE_AZURE_SKIP_CONTAINER_CHECK environment variable to control Azure Blob Storage container existence checks.
    • Default behavior skips container checks for cost savings.
  • Code Changes:
    • Updates createContainerIfNotExists() in AzureBlobStorageService to respect LANGFUSE_AZURE_SKIP_CONTAINER_CHECK.
    • Adds LANGFUSE_AZURE_SKIP_CONTAINER_CHECK to EnvSchema in env.ts with default true.
  • Configuration:
    • Adds LANGFUSE_AZURE_SKIP_CONTAINER_CHECK=false to .env.dev-azure.example.

This description was created by Ellipsis for 6ea4f77. You can customize this summary. It will automatically update as commits are pushed.

@dosubot dosubot bot added size:S This PR changes 10-29 lines, ignoring generated files. bug Something isn't working labels Aug 5, 2025
@Steffen911 Steffen911 added this pull request to the merge queue Aug 5, 2025
@dosubot dosubot bot added the auto-merge This PR is set to be merged label Aug 5, 2025
Merged via the queue into main with commit e3f8dc8 Aug 5, 2025
28 checks passed
@Steffen911 Steffen911 deleted the steffen/create-bucket-azure branch August 5, 2025 11:44
@dosubot dosubot bot removed the auto-merge This PR is set to be merged label Aug 5, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working size:S This PR changes 10-29 lines, ignoring generated files.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant