From 4b91ef74b7cfdbe6400afe28dc9d4b46fc597742 Mon Sep 17 00:00:00 2001 From: Rodrigo Rodriguez Date: Wed, 20 Dec 2023 13:57:44 -0300 Subject: [PATCH] Update chapter-06-gbapp-reference.md --- book/chapter-06-gbapp-reference.md | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/book/chapter-06-gbapp-reference.md b/book/chapter-06-gbapp-reference.md index 0be077c4..6544061c 100644 --- a/book/chapter-06-gbapp-reference.md +++ b/book/chapter-06-gbapp-reference.md @@ -30,8 +30,15 @@ General procedures: 3. Agree to MSFT [Responsible AI #1](https://portal.azure.com/#view/Microsoft_Azure_ProjectOxford/TextAnalyticsCreate_Dx/searchEnabled~/false/storageEnabled~/false/dxParameters~/%7B%22searchEnabled%22%3Afalse%2C%22storageEnabled%22%3Afalse%7D) and [Responsible AI #2](https://portal.azure.com/#create/Microsoft.CognitiveServicesAllInOne); 4. Deploy General Bots; -5. /setupSecurity to get access to Bot Drive (Clean: https://www.domstamand.com/removing-user-consent-from-an-azure-ad-application/); -6. /publish to publish packages on root bot. +5. Setup Azure Permissions to connect to SharePoint Drive +Microsoft Graph + Sites.Read.All + Sites.ReadWrite.All + User.Read + Application.Read.All + Application.ReadWrite.All +6. /setupSecurity to get access to Bot Drive (Clean: https://www.domstamand.com/removing-user-consent-from-an-azure-ad-application/); +7. /publish to publish packages on root bot. ### Windows