Semantic Kernel SDKAzure OpenAI ChatCompletionKernel PluginsChatHistoryintermediate30 min
Semantic Kernel + Azure OpenAI enterprise agent
Multi-agent orchestration, plugin/tool integration, RAG with vector stores, enterprise logging/observability
Prerequisites
- →Azure OpenAI resource with deployed model (e.g.
- →gpt-35-turbo
- →gpt-4o)
- →API key
- →endpoint
- →deployment name. .NET 8+
- →Python 3.10+
- →or Java JDK 17+. Install Semantic Kernel SDK (e.g.
- →`dotnet add package Microsoft.SemanticKernel`).