We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b2c44b5 commit 89d0021Copy full SHA for 89d0021
1 file changed
agent-framework/user-guide/model-context-protocol/using-mcp-with-foundry-agents.md
@@ -158,7 +158,7 @@ from azure.identity.aio import AzureCliCredential
158
from agent_framework.azure import AzureAIAgentClient
159
160
# Required environment variables
161
-os.environ["AZURE_AI_PROJECT_ENDPOINT"] = "https://<your-project>.cognitiveservices.azure.com"
+os.environ["AZURE_AI_PROJECT_ENDPOINT"] = "https://<your-project>.services.ai.azure.com/api/projects/<project-id>"
162
os.environ["AZURE_AI_MODEL_DEPLOYMENT_NAME"] = "gpt-4o-mini" # Optional, defaults to this
163
```
164
0 commit comments