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..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 @@ -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. @@ -43,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.