From af77837d97c00f6125dd31fb1ccf093db7031704 Mon Sep 17 00:00:00 2001 From: Rodrigo Rodriguez Date: Mon, 2 Jan 2023 10:13:15 -0300 Subject: [PATCH] Update chapter-06-gbapp-reference.md --- book/chapter-06-gbapp-reference.md | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/book/chapter-06-gbapp-reference.md b/book/chapter-06-gbapp-reference.md index cc855ae0..b88df63e 100644 --- a/book/chapter-06-gbapp-reference.md +++ b/book/chapter-06-gbapp-reference.md @@ -22,10 +22,11 @@ General procedures: 1. Get SubscriptionId, username and password; 2. Create AppId and Secret; -3. Agree to MSFT [Responsible AI](https://portal.azure.com/#view/Microsoft_Azure_ProjectOxford/TextAnalyticsCreate_Dx/searchEnabled~/false/storageEnabled~/false/dxParameters~/%7B%22searchEnabled%22%3Afalse%2C%22storageEnabled%22%3Afalse%7D) creating a temporary Text Analytics resource; -4. Deploy General Bots; -5. /setupSecurity to get access to Bot Drive; -6. /publish to publish packages on root bot. +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); + +5. Deploy General Bots; +6. /setupSecurity to get access to Bot Drive; +7. /publish to publish packages on root bot. ### Windows