| title | Troubleshooting |
|---|---|
| description | Common issues and solutions when working with Agent Framework. |
| zone_pivot_groups | programming-languages |
| author | eavanvalkenburg |
| ms.topic | article |
| ms.author | edvan |
| ms.date | 02/09/2026 |
| ms.service | agent-framework |
This page covers common issues and solutions when working with Agent Framework.
Note
This page is being restructured. Common troubleshooting scenarios will be added.
Ensure you have the correct credentials configured for your AI provider. For Azure OpenAI, verify:
- Azure CLI is installed and authenticated (
az login) - User has the
Cognitive Services OpenAI UserorCognitive Services OpenAI Contributorrole
:::zone pivot="programming-language-csharp"
Ensure you're using .NET 8.0 SDK or later. Run dotnet --version to check your installed version.
:::zone-end
:::zone pivot="programming-language-python"
Ensure you're using Python 3.10 or later. Run python --version to check your installed version.
:::zone-end
If you can't find a solution here, visit our GitHub Discussions for community support.
[!div class="nextstepaction"] FAQ