-
Notifications
You must be signed in to change notification settings - Fork 27
[Feat] Azure Container Apps Sandboxes compute provider #895
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
mrubens
merged 32 commits into
RooCodeInc:develop
from
tebieshi:feat/aca-sandboxes-compute-provider
Jul 31, 2026
Merged
Changes from 28 commits
Commits
Show all changes
32 commits
Select commit
Hold shift + click to select a range
b31f756
Add Azure Container Apps compute provider
tebieshi 4d3632e
Add Azure service principal auth for containers
tebieshi 7b01d11
Add Azure private registry auth and CPU-memory scaling
tebieshi 97929c7
Add Azure HTTP debug logging
tebieshi 43f70d3
Fix Azure service principal auth support
tebieshi d64e8e5
Fix Azure standby and resume support for task sleeps
tebieshi 32ffc45
Derive Azure timeoutRemainingMs from auto-delete policy
tebieshi 16bdb0a
Add Azure sandbox size and egress TLS inspection options
tebieshi b77d6ae
Add Azure XS/XL sandbox presets with disk sizing
tebieshi df1d133
Use shared Select component for provider fields
tebieshi 08f67f9
Fix Azure auth precedence, purge logs before snapshots, and update
tebieshi 14d87a3
Purge closed detached logs before Azure snapshots, rename sleep-check
tebieshi 2f72bca
Create aca-sandboxes-compute-provider.md
tebieshi 7aceb93
Document proper Azure sandbox sizes and remove unused type
tebieshi 73d148a
Merge branch 'RooCodeInc:develop' into feat/aca-sandboxes-compute-pro…
tebieshi 5552164
Rename migration files to use underscores
tebieshi 11ecf0a
Fix Azure size presets, improve sandbox lifecycle and credential
tebieshi b79ca06
Make Azure auto-delete suspension-anchored backstop, enlarge
tebieshi 62c4a6c
Handle null token in Azure credential chain
tebieshi 7b73f96
Fix Azure CPU rounding for small tier millicores
tebieshi 617f09f
Merge remote-tracking branch 'authoritative/develop' into feat/aca-sa…
tebieshi f25ffdc
Add sleep check indexes migration
tebieshi 6104d0f
Replace sleep-check indexes entirely with azure-inclusive v2
tebieshi b7d819c
Anchor Azure auto-delete deadline to stoppedAt
tebieshi e1c1931
Make sleep check index migration idempotent
tebieshi 6df7067
Guard against malformed Azure timestamps to prevent NaN leaks
tebieshi b044709
Remove fixed width from sandbox provider select
tebieshi 6183ea3
Omit stopped deadline when Azure stateDetails missing
tebieshi 84217b6
Potential fix for pull request finding
tebieshi c345bf3
Fix Azure auth docs and settings UI improvements
tebieshi 12e64a8
Record resume handle in mutation context for standby resumes
tebieshi a17ab15
Move optional Azure auth fields to advanced settings
mrubens File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,5 @@ | ||
| --- | ||
| '@roomote/web': minor | ||
| --- | ||
|
|
||
| Add Azure Container Apps Sandboxes (preview) as a compute provider: sandboxes run as hardware-isolated microVMs with memory+disk snapshots, sub-second suspend/resume standby, deterministic preview URLs with on-demand wake, and configurable sandbox size (XS–XL) and egress TLS inspection. The worker disk image can be provisioned automatically during setup, including from private registries. Auth via service principal, managed identity, or ambient az login. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.