hack-together icon indicating copy to clipboard operation
hack-together copied to clipboard

Project: For stakeholders summarized Azure Cognitive Service with Graph .net SDK #Hack

Open sabeehsharif opened this issue 1 year ago • 2 comments

Project name

stakeholders summarized Azure Cognitive Service with Graph .net SDK

Description

Real Time Problem: As my CTO having responsibility to look after multiple projects and we as developers having multiple meeting internal external. It was challenging for him to listen or understand complete scenarios or read lengthy emails about discussion.

Solution: Using Microsoft Graph .net SDK i have created web application using ,net 7.0 for Team leads to see all emails of belongs to his project.

  1. Using Azure Cognitive Service summarizing email.
  2. From Email tab emails Team leads can select specific email.
  3. On dashboard Team lead can select Microsoft specific Teams and specific channels.
  4. From Same view team leads can post summarized discussion to teams channel.

SO higher management or CTO can understand what going on rather then reading complete email.

Configuration Details for Azure App:

dotnet user-secrets init 
dotnet user-secrets set "AzureAd:ClientId" " " 
dotnet user-secrets set "AzureAd:ClientSecret" " " 

Appsettings.json update following configuration for cognitive service application:

"ConfigurationAzure": {
   "credentials": "",
   "endpoint": ""
 }

still working on it to enhance. Getting other ideas as well.

Repo URL

https://github.com/sabeehsharif/MicrosoftGraph-HackTogether

Team members

Later

sabeehsharif avatar Mar 14 '23 18:03 sabeehsharif