Skip to content

fix(deploy): standalone Azure Orleans clustering for containers - #86

Merged
LeftTwixWand merged 1 commit into
masterfrom
fix/deploy-standalone-orleans
Sep 9, 2026
Merged

fix(deploy): standalone Azure Orleans clustering for containers#86
LeftTwixWand merged 1 commit into
masterfrom
fix/deploy-standalone-orleans

Conversation

@LeftTwixWand

Copy link
Copy Markdown
Contributor

Summary

  • When DigitalBrain:Standalone=true (published container), explicitly configure Azure Table clustering and reminders from ConnectionStrings.
  • Skip that path under Aspire AppHost (Orleans:Clustering:ProviderType already injected).
  • Richer Container App log dump on failed revisions.

Why

Kernel revisions keep failing after the RC1 base-image fix. Local runs without Aspire DCP env stop on missing IMembershipTable. Standalone containers must not rely on AppHost-injected Orleans provider config.

Published kernels set DigitalBrain:Standalone and now call UseAzureStorageClustering / UseAzureTableReminderService from ConnectionStrings when Aspire DCP ProviderType env is absent. Also improve revision failure logging.
@LeftTwixWand
LeftTwixWand merged commit 4b59b8e into master Sep 9, 2026
2 checks passed
@LeftTwixWand
LeftTwixWand deleted the fix/deploy-standalone-orleans branch September 9, 2026 21:23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant