From caeef9722d3bdba1061a0efa1f13a84a647d49d1 Mon Sep 17 00:00:00 2001 From: Lisa Shade Date: Thu, 24 Jun 2021 17:16:03 -0400 Subject: [PATCH 1/2] Update README.md --- .../02.telephony-core-ivr-composer/Contoso/README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/samples/csharp_dotnetcore/02.telephony-core-ivr-composer/Contoso/README.md b/samples/csharp_dotnetcore/02.telephony-core-ivr-composer/Contoso/README.md index d7eb2a8..2fa496b 100644 --- a/samples/csharp_dotnetcore/02.telephony-core-ivr-composer/Contoso/README.md +++ b/samples/csharp_dotnetcore/02.telephony-core-ivr-composer/Contoso/README.md @@ -11,6 +11,7 @@ This project includes a script that can be used to provision the resources neces * From this project folder, navigate to the scripts/ folder * Run `npm install` +* Run `npm install request --save` * Run `node provisionComposer.js --subscriptionId= --name= --appPassword= --environment=` * You will be asked to login to the Azure portal in your browser. * You will see progress indicators as the provision process runs. Note that it will take roughly 10 minutes to fully provision the resources. From 767454615f9e663642168b50c79dcd6ec9bac242 Mon Sep 17 00:00:00 2001 From: Lisa Shade Date: Thu, 24 Jun 2021 17:17:54 -0400 Subject: [PATCH 2/2] Update README.md --- .../02.telephony-core-ivr-composer/Contoso/README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/samples/csharp_dotnetcore/02.telephony-core-ivr-composer/Contoso/README.md b/samples/csharp_dotnetcore/02.telephony-core-ivr-composer/Contoso/README.md index 2fa496b..3a52b93 100644 --- a/samples/csharp_dotnetcore/02.telephony-core-ivr-composer/Contoso/README.md +++ b/samples/csharp_dotnetcore/02.telephony-core-ivr-composer/Contoso/README.md @@ -44,7 +44,8 @@ It will look like this: "MicrosoftAppId": "", "MicrosoftAppPassword": "" } -}``` +} +``` When completed, you will see a message with a JSON "publishing profile" and instructions for using it in Composer.