Skip to content
Kathryn Papandrew edited this page Apr 25, 2023 · 2 revisions

Welcome to the chatgpt-on-azure wiki!

Goals

  1. A simple ChatGPT interface/application.
  2. Backed by Azure OpenAI APIs (Azure OpenAI Service)
  3. Accessed by authenticated business, executive, and technical using corporate (Azure AD)
  4. That saves user-specific chat history (Cosmos DB)
  5. With the option for an AI COEs to log and analyze prompts/usage metrics to detect usage patterns. (Log Analytics / Power BI)
  6. Customizable / brandable

image

Personas

  • User: the typical end user of the ChatGPT interface. They leverage this app akin to an end user of the OpenAI ChatGPT web browser app (friendly to business users and technical users alike).
  • Admin: someone building out and customizing this application for use at their company, including having done model deployment. We assume a software engineering skillset and has Microsoft.Authorization/roleAssignments/write permissions, such as User Access Administrator or Owner within their Azure account on their Azure resources.
Clone this wiki locally