Skip to content

Commit 8fcc5f0

Browse files
authored
Update call-automation-azure-openai-js.md
1 parent 0823af0 commit 8fcc5f0

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

articles/communication-services/samples/includes/call-automation-azure-openai-js.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ This server-side application helps you create a virtual assistant that can handl
2020

2121
## Prerequisites
2222

23-
- An Azure account with an active subscription. For more information, see [Create an account for free](https://azure.microsoft.com/free/)
23+
- An Azure account with an active subscription. For more information, see [Create an account for free](https://azure.microsoft.com/free/).
2424
- [Visual Studio Code](https://code.visualstudio.com/download) installed.
2525
- [Node.js](https://nodejs.org/en/download) installed.
2626
- An Azure Communication Services resource. For more information, see [Create an Azure Communication Services resource](../../quickstarts/create-communication-resource.md?tabs=windows&pivots=platform-azp). You need to record your resource *connection string* for this sample.
@@ -34,7 +34,7 @@ This server-side application helps you create a virtual assistant that can handl
3434
## Before you run the sample for the first time
3535

3636
1. Open an instance of PowerShell, a Windows terminal, a command prompt, or the equivalent, and go to the directory where you want to clone the sample.
37-
1. Use the command `git clone` `https://github.com/Azure-Samples/communication-services-javascript-quickstarts.git`.
37+
1. Use the command `git clone https://github.com/Azure-Samples/communication-services-javascript-quickstarts.git`.
3838
1. Use the command `cd` to access the `callautomation-az-openai-voice` folder.
3939
1. From the root of the folder, and with a node installed, run `npm install`.
4040

@@ -66,9 +66,9 @@ Open the `.env` file to configure the following settings:
6666
1. The browser opens with a page. If it doesn't, go to `http://localhost:8080/`.
6767
1. Register an Azure Event Grid webhook for the `IncomingCall` event that points to your 8080 port URI. For more information, see [Incoming call concepts](/azure/communication-services/concepts/call-automation/incoming-call-notification). For example:
6868

69-
``` code
70-
https://<devtunelurl>/api/incomingCall
71-
```
69+
``` code
70+
https://<devtunelurl>/api/incomingCall
71+
```
7272

7373
Now you have a running application. The best way to test this sample is to place a call to your Azure Communication Services phone number and talk to your intelligent agent.
7474

0 commit comments

Comments
 (0)