Skip to content

Commit 7c09d68

Browse files
update links (#396)
Co-authored-by: vtomar <vtomar@microsoft.com>
1 parent 42f31a6 commit 7c09d68

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

samples/microsoft/infrastructure-setup/01-connections/apim-and-modelgateway-integration-guide.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -251,7 +251,7 @@ Unified connections for various AI model providers through self-hosted or third-
251251
| Tool | Description | Link |
252252
|------|-------------|------|
253253
| **Azure CLI** | Latest version installed and configured | *Installation instructions available in official Azure documentation* |
254-
| **Foundry SDK** | Agents V2 SDK for development | [Agents V2 Preview SDK](https://github.com/microsoft/agentsv2-preview/tree/main/python/azure-ai-projects) \| [Agent Basic Sample](https://github.com/Azure/azure-sdk-for-python/blob/main/sdk/ai/azure-ai-projects/samples/agents/sample_agent_basic_async.py) |
254+
| **Foundry SDK** | Agents V2 SDK for development | [Azure AI Projects Agent Samples](https://github.com/Azure/azure-sdk-for-python/tree/main/sdk/ai/azure-ai-projects/samples/agents) \| [Agent Basic Sample](https://github.com/Azure/azure-sdk-for-python/blob/main/sdk/ai/azure-ai-projects/samples/agents/sample_agent_basic_async.py) |
255255
| **Connection Setup** | Bicep templates for connections | [APIM Templates](./apim) \| [Model Gateway Templates](./model-gateway) |
256256

257257
### 🚪 Gateway Prerequisites
@@ -319,7 +319,7 @@ Unified connections for various AI model providers through self-hosted or third-
319319

320320
### Step 3️⃣: Deploy and Test an Agent
321321

322-
📚 **Agent Development Guide**: [Azure AI Projects Agent Samples](https://github.com/Azure/azure-sdk-for-python/tree/feature/azure-ai-projects/2.0.0b1/sdk/ai/azure-ai-projects/samples/agents) - Complete samples and tutorials
322+
📚 **Agent Development Guide**: [Azure AI Projects Agent Samples](https://github.com/Azure/azure-sdk-for-python/tree/main/sdk/ai/azure-ai-projects/samples/agents) - Complete samples and tutorials
323323

324324
1. **🔧 Configure model deployment name**:
325325
```bash
@@ -329,7 +329,7 @@ Unified connections for various AI model providers through self-hosted or third-
329329

330330
2. **🤖 Create and run an agent**:
331331

332-
Use one of the agent samples from the [Azure AI Projects Agent Samples](https://github.com/Azure/azure-sdk-for-python/tree/feature/azure-ai-projects/2.0.0b1/sdk/ai/azure-ai-projects/samples/agents) repository to test your gateway connection.
332+
Use one of the agent samples from the [Azure AI Projects Agent Samples](https://github.com/Azure/azure-sdk-for-python/tree/main/sdk/ai/azure-ai-projects/samples/agents) repository to test your gateway connection.
333333

334334
3. **✅ Validate the setup**:
335335
- Check connection status in Foundry portal

0 commit comments

Comments
 (0)