From ef2f075594877211a5d3752d85b0204eda031fd8 Mon Sep 17 00:00:00 2001 From: Yingying Wu <98626395+yyw-msft@users.noreply.github.com> Date: Wed, 27 Mar 2024 16:40:27 -0700 Subject: [PATCH] Update dev tunnel instuctions per request --- ...uickstart-make-an-outbound-call-using-callautomation-node.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/articles/communication-services/quickstarts/call-automation/includes/quickstart-make-an-outbound-call-using-callautomation-node.md b/articles/communication-services/quickstarts/call-automation/includes/quickstart-make-an-outbound-call-using-callautomation-node.md index d3ad9b38af46c..1c35f8470bea6 100644 --- a/articles/communication-services/quickstarts/call-automation/includes/quickstart-make-an-outbound-call-using-callautomation-node.md +++ b/articles/communication-services/quickstarts/call-automation/includes/quickstart-make-an-outbound-call-using-callautomation-node.md @@ -184,5 +184,5 @@ To run the application, open a Terminal window and run the following command: ```bash npm run dev ``` - +Open `http://localhost:8080` or your dev tunnel URL in browser. The tunnel URL looks like: `https://0pbvlk3m-7032.usw2.devtunnels.ms`. To initiate an outbound call, click on the `Place a call!` button.