Introduction

Prerequisites

Before you begin building a chatbot with Azure OpenAI using your own data, there are a few prerequisites you'll need to meet:

  1. Azure Subscription: You need an active Azure subscription to access Azure OpenAI services. If you don’t have one, you can sign up for a free account on the Azure website.
  2. Basic Knowledge of Azure Services: Familiarity with Azure services, including Azure Cognitive Services and Azure Storage, will be helpful. Understanding how to navigate the Azure portal and manage resources is essential. Your own data should be available in blob storage
  3. Programming Knowledge: Basic knowledge of programming, particularly in Python or another programming language that supports RESTful API calls, is necessary. You'll be writing scripts to interact with Azure OpenAI and process data.

Let's start Step by Step implementation

Step 1. Create Azure OpenAI service.

Step 2. Create deployment for the gpt-35-turbo model.

I hope you've enjoyed your new learning experience.

Thanks!