docs: add no-Docker deployment path via remote ACR build#147
Merged
nagendramishr merged 39 commits intoApr 30, 2026
Merged
Conversation
Streaming release tr
Delete test/openai/call-localhost.sh
Delete test/openai/call-localhost.sh
Delete test/openai/call-nvmtr2apim.sh
Update issue templates
Streaming release tr
merge soft delete for user profile
Feature direct backend
Feature direct backend
Deployment script
check for null queue writer
Streaming release tr
Feature direct backend
App Config Integration
App Config changes
Feature direct backend
update version number
Feature direct backend
Shutdown Sequence
Improved shutdown and app configuration
Feature direct backend
Streaming release tr
Configuration bug fixes, startup reliability, and iterator improvements
Configuration bug fixes, startup reliability, and iterator improvements
Feature direct backend
Streaming release tr
Async Mode Starter
Streaming release tr
5ef0c48
into
microsoft:feature-direct-backend
1 check was pending
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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Summary
Documents how to build and deploy SimpleL7Proxy without local Docker using remote ACR builds (
az acr build).Files changed
Why
Some corporate/CI environments restrict local Docker.
az acr buildis a fully supported, reproducible alternative.