Skip to content

Add Azure AI Foundry workspace service#4858

Draft
marrobi wants to merge 1 commit intomicrosoft:mainfrom
marrobi:marrobi/add-ai-foundry-service
Draft

Add Azure AI Foundry workspace service#4858
marrobi wants to merge 1 commit intomicrosoft:mainfrom
marrobi:marrobi/add-ai-foundry-service

Conversation

@marrobi
Copy link
Member

@marrobi marrobi commented Feb 5, 2026

Fixes #4509

This PR adds a new Azure AI Foundry workspace service template.

Features

  • Azure AI Hub with Azure OpenAI integration
  • Private endpoint connectivity for all resources
  • Role-based access control for workspace owners and researchers
  • Optional Azure AI Search for RAG and knowledge retrieval scenarios
  • Optional Azure Cosmos DB for agent state persistence and conversation history
  • Optional VNet injection for Standard Agents (can take 30-60+ min)

Status

⚠️ Draft - Further testing required

  • ✅ Basic deployment works
  • ⏳ Cosmos DB integration - needs testing
  • ⏳ AI Search integration - needs testing
  • ⏳ Agent VNet injection - needs testing

Usage

# Basic deployment
tre workspace-service create --workspace <id> --template ai-foundry

# With optional features
tre workspace-service create --workspace <id> --template ai-foundry \
  --parameter enable_ai_search=true \
  --parameter enable_cosmos_db=true

@github-actions
Copy link

github-actions bot commented Feb 5, 2026

Unit Test Results

0 tests   0 ✅  0s ⏱️
0 suites  0 💤
0 files    0 ❌

Results for commit afa9c39.

@marrobi
Copy link
Member Author

marrobi commented Feb 5, 2026

@TonyWildish @JaimieWi I know there has been interest in this. I have been using it in demos to work with LLMs deployed in the TRE workspace VNet, but needs finishing off...

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.

Azure AI Foundry service template?

1 participant