From 1c1705d494ac7823db000536d58e973142612fbd Mon Sep 17 00:00:00 2001 From: noopurv Date: Mon, 10 Jun 2024 08:24:03 -0700 Subject: [PATCH] Update README.md --- README.md | 63 +++++++++++++++++++++++++------------------------------ 1 file changed, 28 insertions(+), 35 deletions(-) diff --git a/README.md b/README.md index 364f052..2723100 100644 --- a/README.md +++ b/README.md @@ -1,57 +1,50 @@ -# Project Name +# Streamlining SAP Processes with Azure OpenAI, Copilot Studio, and Power Platform +SAP systems have all the data related to business processes while the Microsoft Graph has all the data related to collaboration such as emails, chats, schedules etc. To use both these forms of data together with AI would transform the business processes of many organizations and make them more efficient. -(short, 1-3 sentenced, description of the project) +Microsoft offers powerful AI and low code development tools that are easily connected to SAP systems to develop your own intelligent copilots and bots to enhance your business processes and workflows. -## Features +To demonstrate how seamless and easy it is to utilize AI using Microsoft AI tools we will explore a scenario that demonstrates how SAP data along with Copilot Studio, Azure OpenAI, Microsoft Teams, and the Microsoft Power Platform can be leveraged to streamline a business process. -This project framework provides the following features: +## Scenario Overiew and steps -* Feature 1 -* Feature 2 -* ... +### 1. Customer Inquiry and Complaint +A customer contacts a salesperson with a complaint about a delayed order. -## Getting Started +### 2. Order Investigation +The salesperson uses a chatbot deployed on Microsoft Teams to investigate the customer's orders, leveraging AI to gain summarized insights from Outlook Emails and Teams’ messages, combined with direct data from the SAP system. + +### 3. Generated Report +After identifying the issue, the salesperson uses AI to generate a report summarizing the conversation and the cause of the delay, which is then sent to the customer via email through the chatbot interaction. -### Prerequisites +## Technologies in Play -(ideally very short, if any) + ![Alt text](https://github.com/noopurv/SAP-Copilotstudio/blob/main/scenariotechincalflow.png) + +This scenario showcases the integration of various Microsoft technologies, including: +- Copilot Studio +- Azure OpenAI +- Microsoft Teams +- Microsoft Power Platform -- OS -- Library version -- ... -### Installation -(ideally very short) +## Repository Contents +This repository contains Power Automate flows and a detailed PDF with steps on how to build out this scenario using these flows in Copilot Studio. -- npm install [package name] -- mvn install -- ... -### Quickstart -(Add steps to get up and running quickly) +## Getting Started +Follow the detailed steps provided in the PDF to set up the scenario in Copilot Studio and customize it according to your business needs. -1. git clone [repository clone url] -2. cd [repository name] -3. ... -## Demo +--- -A demo app is included to show how to use the project. -To run the demo, follow these steps: +Note : +Once you import the power automate flows, you will be prompted on the Power Platform to make an SAP ERP connection. +Therefore, efore you attempt to recreate this flow, complete the prereuisite steps highlighted in the PDF. -(Add steps to start up the demo) -1. -2. -3. -## Resources -(Any additional resources or related projects) -- Link to supporting information -- Link to similar sample -- ...