Skip to content

Fix env var name mismatch between .env-template files and quickstart code#453

Closed
hariscats wants to merge 1120 commits intomicrosoft-foundry:mainfrom
hariscats:main
Closed

Fix env var name mismatch between .env-template files and quickstart code#453
hariscats wants to merge 1120 commits intomicrosoft-foundry:mainfrom
hariscats:main

Conversation

@hariscats
Copy link
Copy Markdown

The .env-template files used long variable names (e.g., AZURE_AI_FOUNDRY_PROJECT_ENDPOINT) while the actual code expected shorter names (e.g., PROJECT_ENDPOINT). Users copying the template would get KeyError exceptions when running the samples.

dharakumarmsft and others added 30 commits May 17, 2025 10:22
Working JS QuickStart for Completions and Poem/File Agent
…r/fix-workspace-id

Fix workspaceid AI project
removed use cases
uncommented out
delete this file since its covered in 3ptool folder
delete this file since its already covered in 3p tool folder
Update Redteaming agent to go through FDP
…nguage-agents-fixes

Mikaels/language agents fixes
iuiaoin and others added 28 commits December 7, 2025 12:14
* lazy init llm to avoid crashing on startup

* raise error to test

* Remove error raise in llm_with_tools function

Removed the intentional ValueError raise in llm_with_tools function.

* Update error logging message for LLM initialization

* test with private build

* test with private build

* create af agent with factory

* remove platform flag

* fix search rag sample

---------

Co-authored-by: junanchen <junanchen@microsoft.com>
Co-authored-by: Jun'an Chen <cja.china@gmail.com>
Co-authored-by: vtomar <vtomar@microsoft.com>
* fix for creating agent before application.

* small cleanup.
* gemini samples

* simplified samples

* update configs

* update

---------

Co-authored-by: vtomar <vtomar@microsoft.com>
Co-authored-by: bobogogo1990 <bobobupt2014@163.com>
* update readme

* update readme

* update

* updat

* help testing gateway setup

---------

Co-authored-by: vtomar <vtomar@microsoft.com>
…foundry#422)

* Added mvnet testing template

added mvnet testing template

* updates

updates

* More updates

more updates
* removing unneeded header annotations

* update TS sample from azure repo

* add agent creation and chat quickstarts for TS

* add CreateAgent and ChatWithAgent samples for Azure agent interaction

---------

Co-authored-by: brandom-msft <brandom@microsoft.com>
* rename env vars in C# samples

* move Java samples to branded directory naming

* rename java env vars

* update environment variable names for consistency across TypeScript samples

* standardize environment variable names across Python samples
* Remove unused Azure.AI.Agents references in quickstart samples

* Refactor quickstarts to streamline environment variable usage and object creation
final version of managed vnet with regions, outbound rules, readme updates
* add test script for connection

* update

* validate

* add test

---------

Co-authored-by: vtomar <vtomar@microsoft.com>
…y#443)

Corrected the phrasing for registering the subscription with the preview feature in Azure Portal.
* add managed vnet for terraform

* update example

* update outputs and lifecycle

* update vm password and tags
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.