[Agents Extension] Container settings changes#7217
Merged
Conversation
Contributor
There was a problem hiding this comment.
Pull request overview
Updates the Azure AI Agents extension init flow to simplify container resource configuration by replacing free-form CPU/memory prompts with a fixed tier selection and removing interactive replica scaling prompts.
Changes:
- Replaced manual CPU + memory text prompts with a single
Selectprompt over predefined resource tiers. - Removed min/max replica prompting and instead applies default replica values.
- Cleaned up imports related to removed prompting logic.
Signed-off-by: trangevi <trangevi@microsoft.com>
JeffreyCA
reviewed
Mar 20, 2026
vhvb1989
approved these changes
Mar 20, 2026
Signed-off-by: trangevi <trangevi@microsoft.com>
JeffreyCA
approved these changes
Mar 20, 2026
This was referenced Mar 20, 2026
jongio
pushed a commit
to jongio/azure-dev
that referenced
this pull request
Mar 27, 2026
* Container settings changes * PR comments Signed-off-by: trangevi <trangevi@microsoft.com> * PR Comments Signed-off-by: trangevi <trangevi@microsoft.com> --------- Signed-off-by: trangevi <trangevi@microsoft.com>
jongio
pushed a commit
to jongio/azure-dev
that referenced
this pull request
Mar 27, 2026
* Container settings changes * PR comments Signed-off-by: trangevi <trangevi@microsoft.com> * PR Comments Signed-off-by: trangevi <trangevi@microsoft.com> --------- Signed-off-by: trangevi <trangevi@microsoft.com>
jongio
pushed a commit
to jongio/azure-dev
that referenced
this pull request
Mar 27, 2026
* Container settings changes * PR comments Signed-off-by: trangevi <trangevi@microsoft.com> * PR Comments Signed-off-by: trangevi <trangevi@microsoft.com> --------- Signed-off-by: trangevi <trangevi@microsoft.com>
jongio
pushed a commit
to jongio/azure-dev
that referenced
this pull request
Mar 27, 2026
* Container settings changes * PR comments Signed-off-by: trangevi <trangevi@microsoft.com> * PR Comments Signed-off-by: trangevi <trangevi@microsoft.com> --------- Signed-off-by: trangevi <trangevi@microsoft.com>
jongio
pushed a commit
to jongio/azure-dev
that referenced
this pull request
Mar 27, 2026
* Container settings changes * PR comments Signed-off-by: trangevi <trangevi@microsoft.com> * PR Comments Signed-off-by: trangevi <trangevi@microsoft.com> --------- Signed-off-by: trangevi <trangevi@microsoft.com>
achauhan-scc
pushed a commit
to achauhan-scc/azure-dev
that referenced
this pull request
Apr 2, 2026
* Container settings changes * PR comments Signed-off-by: trangevi <trangevi@microsoft.com> * PR Comments Signed-off-by: trangevi <trangevi@microsoft.com> --------- Signed-off-by: trangevi <trangevi@microsoft.com>
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.
Switch CPU and memory to be a discrete list. Remove min and max replicas prompts entirely