Commit cb04b75
Merge nov25-updates (#403)
* merge main into branch (#338)
* Removed code until ready for publication (#332)
* Delete samples/microsoft/csharp/developer-journey-stage-1-idea-to-prototype directory
* Delete samples/microsoft/java/developer-journey-stage-1-idea-to-prototype directory
* Delete samples/microsoft/python/developer-journey-stage-1-idea-to-prototype directory
* Delete samples/microsoft/typescript/developer-journey-stage-1-idea-to-prototype directory
* Adding Projects to Vnet Injected Foundry (#324)
* Add Bicep file for private network agent project setup
creating additional projects for account
* Add parameters for second project setup
Added parameters for a new project setup including details for existing AI services and shared resources.
* Add script to get existing Azure resources
This script retrieves the names of existing Azure resources such as AI Services, Storage Account, AI Search Service, and Cosmos DB Account from a specified Resource Group to be used on add-project.bicepparam
* Add Bicep file for AI project identity setup
This Bicep file defines parameters and resources for setting up a project with unique connection names for CosmosDB, Azure Storage, and Azure Cognitive Search, utilizing system-assigned identity.
* Add role assignments for blob storage container
adds roles for projects in add-project.bicep
* Enhance README with multi-project deployment guide
Added a guide for adding multiple projects to AI Foundry deployment, including prerequisites and steps
* Update README with VNET address space guidelines (#330)
Clarified VNET address space overlap requirements.
* clarify network parameter behavior for new vs existing VNet in main.bicepparam (#329)
Updated comments to clarify network configuration behavior based on existing VNet resource ID.
* Add new CODEOWNERS entries for Terraform files (#335)
---------
Co-authored-by: Jon Burchel <jburchel@microsoft.com>
Co-authored-by: geabdluca <73857153+geabdluca@users.noreply.github.com>
Co-authored-by: AhmadAbdullah91 <91725950+AhmadAbdullah91@users.noreply.github.com>
Co-authored-by: kazuyaonuki-MSFT <93357408+KazuOnuki@users.noreply.github.com>
Co-authored-by: s-polly <109610942+s-polly@users.noreply.github.com>
* Enterprise agent tutorial: Stage 1 - Idea to prototype (#331)
* Starting from scratch after issues arose with non-Python samples in testing
* Updates to sample content data
* Fixes for other languages
* Updates
* Pre-upgrade commit: saving current state before Java 21 upgrade
* Upgrade project to Java 21 using openrewrite.
* Clean up extraneous files: remove status reports, .vscode, and build artifacts
* Update all enterprise-agent-tutorial READMEs to match Python style with emojis, encouragement, and better structure
* Configure Java pom.xml for ultra-minimal structure with source files in project root
* Remove .vscode directory from tracking
* Add comprehensive validation summary documenting all changes and test results
* Remove duplicate .env files from python/enterprise-agent-tutorial parent directory
* Fixes
* Updates to fix C#
* Fixes to C#
* Now C# and Python both fully working. Whew...
* Structural improvements and fixes to Evaluate project.
* Improvements to sample questions, fixes to C# SharePoint implementation
* Python updates for SDK 2.0
* C# updates for SDK v2
* Java implementation
* Adds tags to samples for doc references
* 2025 10 22 enterprise agent tutorial updates (#340)
* Starting from scratch after issues arose with non-Python samples in testing
* Updates to sample content data
* Fixes for other languages
* Updates
* Pre-upgrade commit: saving current state before Java 21 upgrade
* Upgrade project to Java 21 using openrewrite.
* Clean up extraneous files: remove status reports, .vscode, and build artifacts
* Update all enterprise-agent-tutorial READMEs to match Python style with emojis, encouragement, and better structure
* Configure Java pom.xml for ultra-minimal structure with source files in project root
* Remove .vscode directory from tracking
* Add comprehensive validation summary documenting all changes and test results
* Remove duplicate .env files from python/enterprise-agent-tutorial parent directory
* Fixes
* Updates to fix C#
* Fixes to C#
* Now C# and Python both fully working. Whew...
* Structural improvements and fixes to Evaluate project.
* Improvements to sample questions, fixes to C# SharePoint implementation
* Python updates for SDK 2.0
* C# updates for SDK v2
* Java implementation
* Adds tags to samples for doc references
* Improvement to code layout
* Add non-runnable code snippet notes in main.py
Added notes indicating that the code snippets are non-runnable parts of a larger sample.
* Add non-runnable snippet notes to evaluate.py
Added notes indicating that the code snippets are non-runnable parts of a larger sample.
* Add notes for non-runnable code snippets
Added notes indicating that the code snippets are non-runnable parts of a larger sample.
* Add notes for non-runnable code snippets
Added notes indicating that the code snippets are non-runnable.
* Add notes for non-runnable code snippets
Added notes indicating that code snippets are non-runnable.
* Add non-runnable snippet notes to ModernWorkplaceAssistant
Added notes indicating that the code snippets are non-runnable parts of a larger sample.
* enterprise-agent-tutorial\2-prototype-to-production (#342)
* Developer journey tutorial: Stage 3 - Production to adoption (#343)
* Delete samples/microsoft/csharp/enterprise-agent-tutorial/2-prototype-to-production directory
* Delete samples/microsoft/csharp/enterprise-agent-tutorial/3-production-to-adoption directory
* Delete samples/microsoft/python/enterprise-agent-tutorial/2-prototype-to-production directory
* Delete samples/microsoft/python/enterprise-agent-tutorial/3-production-to-adoption directory
* Delete samples/microsoft/java/enterprise-agent-tutorial/2-prototype-to-production directory
* Delete samples/microsoft/java/enterprise-agent-tutorial/3-production-to-adoption directory
* Delete samples/microsoft/enterprise-agent-tutorial directory
* create samples-v2
* change model
* Adding Quickstart for Python Agents v2
* Revert "Adding Quickstart for Python Agents v2"
This reverts commit 3843848.
* Added Python Quickstart
* Adding REST Quickstart
* Tidying up the code pieces
* Update quickstart Python files (#355)
* initial submit
* updated based on feedback
* use env var for agent name
* Fixed commenting in python files. Added separate samples for REST
* add codeowner for the samples-v2 directory in branch
* initial submit (#357)
* Nov25 updates (#358)
* Removed code until ready for publication (#332)
* Delete samples/microsoft/csharp/developer-journey-stage-1-idea-to-prototype directory
* Delete samples/microsoft/java/developer-journey-stage-1-idea-to-prototype directory
* Delete samples/microsoft/python/developer-journey-stage-1-idea-to-prototype directory
* Delete samples/microsoft/typescript/developer-journey-stage-1-idea-to-prototype directory
* Adding Projects to Vnet Injected Foundry (#324)
* Add Bicep file for private network agent project setup
creating additional projects for account
* Add parameters for second project setup
Added parameters for a new project setup including details for existing AI services and shared resources.
* Add script to get existing Azure resources
This script retrieves the names of existing Azure resources such as AI Services, Storage Account, AI Search Service, and Cosmos DB Account from a specified Resource Group to be used on add-project.bicepparam
* Add Bicep file for AI project identity setup
This Bicep file defines parameters and resources for setting up a project with unique connection names for CosmosDB, Azure Storage, and Azure Cognitive Search, utilizing system-assigned identity.
* Add role assignments for blob storage container
adds roles for projects in add-project.bicep
* Enhance README with multi-project deployment guide
Added a guide for adding multiple projects to AI Foundry deployment, including prerequisites and steps
* Update README with VNET address space guidelines (#330)
Clarified VNET address space overlap requirements.
* clarify network parameter behavior for new vs existing VNet in main.bicepparam (#329)
Updated comments to clarify network configuration behavior based on existing VNet resource ID.
* Add new CODEOWNERS entries for Terraform files (#335)
* BYO Storage for Speech and Language in Foundry resources (#337)
* Included BYOS for Speech and Language BICEP
* allowProjectManagement changed to true
* updated bicep template to include storage account check
* allowing for template to take in storage accounts from another subscriptions, but not create one in another sub.
* updated README.md
* updated README.md for final check
* Add UMI support for private network-secured setup for agents (#341)
* added aca env bicep
* add umi pvt setup
* remove princiaplId output
* update azuredeply json and readme
* Revert "added aca env bicep"
This reverts commit d1b08be.
* Update samples/microsoft/infrastructure-setup/17-private-network-standard-user-assigned-identity-agent-setup/README.md
Co-authored-by: Meera Kurup <meerakurup@microsoft.com>
* update readme for classA support
---------
Co-authored-by: Meera Kurup <meerakurup@microsoft.com>
* enterprise-agent-tutorial\2-prototype-to-production
* Remove whitelisting note in README and main (#344)
Remove whitelisting note in README and main
* Update README with additional reserved IP range (#346)
Update README with additional reserved IP range
* SDK v2 updates
* Got Java working fully now
* Updates TypeScript and C# samples to work with SDKv2
* Policy samples (#349)
* deny connection variants
* include custom policy samples
* update readme for delete acc caphost (#353)
* Add policy sample to restrict to aiservices kind (#350)
* deny connection variants
* include custom policy samples
* add sample
* fix sample
* fix missing var
* Updates TypeScript Golden Path tutorial
* update readme and scripts (#356)
* Syncs questions.jsonl between all 3 samples
---------
Co-authored-by: geabdluca <73857153+geabdluca@users.noreply.github.com>
Co-authored-by: AhmadAbdullah91 <91725950+AhmadAbdullah91@users.noreply.github.com>
Co-authored-by: kazuyaonuki-MSFT <93357408+KazuOnuki@users.noreply.github.com>
Co-authored-by: s-polly <109610942+s-polly@users.noreply.github.com>
Co-authored-by: Andy <127872853+andyaviles121@users.noreply.github.com>
Co-authored-by: sarajag <64988727+sarajag@users.noreply.github.com>
Co-authored-by: Meera Kurup <meerakurup@microsoft.com>
Co-authored-by: Dennis Eikelenboom <92387505+deeikele@users.noreply.github.com>
* Add fallback for SharePoint tool configuration
* Nov25 updates (#390)
* Removed code until ready for publication (#332)
* Delete samples/microsoft/csharp/developer-journey-stage-1-idea-to-prototype directory
* Delete samples/microsoft/java/developer-journey-stage-1-idea-to-prototype directory
* Delete samples/microsoft/python/developer-journey-stage-1-idea-to-prototype directory
* Delete samples/microsoft/typescript/developer-journey-stage-1-idea-to-prototype directory
* Adding Projects to Vnet Injected Foundry (#324)
* Add Bicep file for private network agent project setup
creating additional projects for account
* Add parameters for second project setup
Added parameters for a new project setup including details for existing AI services and shared resources.
* Add script to get existing Azure resources
This script retrieves the names of existing Azure resources such as AI Services, Storage Account, AI Search Service, and Cosmos DB Account from a specified Resource Group to be used on add-project.bicepparam
* Add Bicep file for AI project identity setup
This Bicep file defines parameters and resources for setting up a project with unique connection names for CosmosDB, Azure Storage, and Azure Cognitive Search, utilizing system-assigned identity.
* Add role assignments for blob storage container
adds roles for projects in add-project.bicep
* Enhance README with multi-project deployment guide
Added a guide for adding multiple projects to AI Foundry deployment, including prerequisites and steps
* Update README with VNET address space guidelines (#330)
Clarified VNET address space overlap requirements.
* clarify network parameter behavior for new vs existing VNet in main.bicepparam (#329)
Updated comments to clarify network configuration behavior based on existing VNet resource ID.
* Add new CODEOWNERS entries for Terraform files (#335)
* BYO Storage for Speech and Language in Foundry resources (#337)
* Included BYOS for Speech and Language BICEP
* allowProjectManagement changed to true
* updated bicep template to include storage account check
* allowing for template to take in storage accounts from another subscriptions, but not create one in another sub.
* updated README.md
* updated README.md for final check
* Add UMI support for private network-secured setup for agents (#341)
* added aca env bicep
* add umi pvt setup
* remove princiaplId output
* update azuredeply json and readme
* Revert "added aca env bicep"
This reverts commit d1b08be.
* Update samples/microsoft/infrastructure-setup/17-private-network-standard-user-assigned-identity-agent-setup/README.md
Co-authored-by: Meera Kurup <meerakurup@microsoft.com>
* update readme for classA support
---------
Co-authored-by: Meera Kurup <meerakurup@microsoft.com>
* enterprise-agent-tutorial\2-prototype-to-production
* Remove whitelisting note in README and main (#344)
Remove whitelisting note in README and main
* Update README with additional reserved IP range (#346)
Update README with additional reserved IP range
* SDK v2 updates
* Got Java working fully now
* Updates TypeScript and C# samples to work with SDKv2
* Policy samples (#349)
* deny connection variants
* include custom policy samples
* update readme for delete acc caphost (#353)
* Add policy sample to restrict to aiservices kind (#350)
* deny connection variants
* include custom policy samples
* add sample
* fix sample
* fix missing var
* Updates TypeScript Golden Path tutorial
* update readme and scripts (#356)
* Syncs questions.jsonl between all 3 samples
* Fix
* Updates to golden path tutorial
---------
Co-authored-by: geabdluca <73857153+geabdluca@users.noreply.github.com>
Co-authored-by: AhmadAbdullah91 <91725950+AhmadAbdullah91@users.noreply.github.com>
Co-authored-by: kazuyaonuki-MSFT <93357408+KazuOnuki@users.noreply.github.com>
Co-authored-by: s-polly <109610942+s-polly@users.noreply.github.com>
Co-authored-by: Andy <127872853+andyaviles121@users.noreply.github.com>
Co-authored-by: sarajag <64988727+sarajag@users.noreply.github.com>
Co-authored-by: Meera Kurup <meerakurup@microsoft.com>
Co-authored-by: Dennis Eikelenboom <92387505+deeikele@users.noreply.github.com>
* move enterprise-agent-tutorial
* move quickstart
* remove sln file
---------
Co-authored-by: Jon Burchel <jburchel@microsoft.com>
Co-authored-by: geabdluca <73857153+geabdluca@users.noreply.github.com>
Co-authored-by: AhmadAbdullah91 <91725950+AhmadAbdullah91@users.noreply.github.com>
Co-authored-by: kazuyaonuki-MSFT <93357408+KazuOnuki@users.noreply.github.com>
Co-authored-by: s-polly <109610942+s-polly@users.noreply.github.com>
Co-authored-by: Bala P V <33712765+balapv@users.noreply.github.com>
Co-authored-by: John Alexander (MSFT) <174467815+ms-johnalex@users.noreply.github.com>
Co-authored-by: Andy <127872853+andyaviles121@users.noreply.github.com>
Co-authored-by: sarajag <64988727+sarajag@users.noreply.github.com>
Co-authored-by: Meera Kurup <meerakurup@microsoft.com>
Co-authored-by: Dennis Eikelenboom <92387505+deeikele@users.noreply.github.com>1 parent b514983 commit cb04b75
File tree
55 files changed
+4862
-2
lines changed- .github
- infrastructure/infrastructure-setup-bicep/41-standard-agent-setup/modules-standard
- samples
- REST/quickstart
- csharp
- enterprise-agent-tutorial/1-idea-to-prototype
- Evaluate
- ModernWorkplaceAssistant
- quickstart
- java
- enterprise-agent-tutorial/1-idea-to-prototype
- src/main/java/com/microsoft/azure/samples
- quickstart/src/main/java/com/azure/ai/foundry/samples
- python
- enterprise-agent-tutorial/1-idea-to-prototype
- quickstart
- typescript
- enterprise-agent-tutorial/1-idea-to-prototype
- src
- quickstart
- src
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
55 files changed
+4862
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | | - | |
| 2 | + | |
| 3 | + | |
3 | 4 | | |
4 | 5 | | |
5 | 6 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
456 | 456 | | |
457 | 457 | | |
458 | 458 | | |
459 | | - | |
| 459 | + | |
460 | 460 | | |
| 461 | + | |
Lines changed: 2 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
31 | 31 | | |
32 | 32 | | |
33 | 33 | | |
| 34 | + | |
| 35 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
Lines changed: 20 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
Lines changed: 190 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
| 68 | + | |
| 69 | + | |
| 70 | + | |
| 71 | + | |
| 72 | + | |
| 73 | + | |
| 74 | + | |
| 75 | + | |
| 76 | + | |
| 77 | + | |
| 78 | + | |
| 79 | + | |
| 80 | + | |
| 81 | + | |
| 82 | + | |
| 83 | + | |
| 84 | + | |
| 85 | + | |
| 86 | + | |
| 87 | + | |
| 88 | + | |
| 89 | + | |
| 90 | + | |
| 91 | + | |
| 92 | + | |
| 93 | + | |
| 94 | + | |
| 95 | + | |
| 96 | + | |
| 97 | + | |
| 98 | + | |
| 99 | + | |
| 100 | + | |
| 101 | + | |
| 102 | + | |
| 103 | + | |
| 104 | + | |
| 105 | + | |
| 106 | + | |
| 107 | + | |
| 108 | + | |
| 109 | + | |
| 110 | + | |
| 111 | + | |
| 112 | + | |
| 113 | + | |
| 114 | + | |
| 115 | + | |
| 116 | + | |
| 117 | + | |
| 118 | + | |
| 119 | + | |
| 120 | + | |
| 121 | + | |
| 122 | + | |
| 123 | + | |
| 124 | + | |
| 125 | + | |
| 126 | + | |
| 127 | + | |
| 128 | + | |
| 129 | + | |
| 130 | + | |
| 131 | + | |
| 132 | + | |
| 133 | + | |
| 134 | + | |
| 135 | + | |
| 136 | + | |
| 137 | + | |
| 138 | + | |
| 139 | + | |
| 140 | + | |
| 141 | + | |
| 142 | + | |
| 143 | + | |
| 144 | + | |
| 145 | + | |
| 146 | + | |
| 147 | + | |
| 148 | + | |
| 149 | + | |
| 150 | + | |
| 151 | + | |
| 152 | + | |
| 153 | + | |
| 154 | + | |
| 155 | + | |
| 156 | + | |
| 157 | + | |
| 158 | + | |
| 159 | + | |
| 160 | + | |
| 161 | + | |
| 162 | + | |
| 163 | + | |
| 164 | + | |
| 165 | + | |
| 166 | + | |
| 167 | + | |
| 168 | + | |
| 169 | + | |
| 170 | + | |
| 171 | + | |
| 172 | + | |
| 173 | + | |
| 174 | + | |
| 175 | + | |
| 176 | + | |
| 177 | + | |
| 178 | + | |
| 179 | + | |
| 180 | + | |
| 181 | + | |
| 182 | + | |
| 183 | + | |
| 184 | + | |
| 185 | + | |
| 186 | + | |
| 187 | + | |
| 188 | + | |
| 189 | + | |
| 190 | + | |
Lines changed: 31 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
Lines changed: 8 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
0 commit comments