Skip to content

Simple AI Orchestration using Semantic KernelΒΆ

This hands on workshop goes through the following lessons for creating a simple Semantic Kernel chatbot as a console application:

  1. Lesson 1: Create Simple Semantic Kernel chatbot
  2. Lesson 2: Create Simple Semantic Kernel chatbot with history
  3. Lesson 3: Create Simple Semantic Kernel chatbot with plugins

Subsequently the following lessons guide you through converting that chatbot application into a deployable application with a backend API and Web UI frontend and deploying into Azure:

  1. Create Backend API
  2. Create Web application
  3. Deploy application into Azure