Skip to content

Commit 6a84958

Browse files
Merge pull request #121144 from yyw-msft/patch-4
Update devTunnel instruction per request
2 parents 3a0d8c1 + 64c23d0 commit 6a84958

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

articles/communication-services/quickstarts/call-automation/includes/quickstart-make-an-outbound-call-using-callautomation-csharp.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@ devtunnel create --allow-anonymous
3636
devtunnel port create -p 8080
3737
devtunnel host
3838
```
39+
Alternatively, follow instructions to set up your Azure DevTunnel in [Visual Studio](/aspnet/core/test/dev-tunnels)
3940

4041
## Update your application configuration
4142

@@ -233,7 +234,7 @@ To run the application with VS Code, open a Terminal window and run the followin
233234
```bash
234235
dotnet run
235236
```
236-
237+
Open `http://localhost:8080/swagger/index.html` or your dev tunnel URL in browser. The tunnel URL looks like: `<YOUR DEV TUNNEL ENDPOINT>/swagger/index.html`
237238
# [Visual Studio](#tab/visual-studio)
238239

239-
Press Ctrl+F5 to run without the debugger.
240+
Press Ctrl+F5 to run the web application without the debugger. The web browser automatically opens to a tunnel URL. The tunnel URL looks like: `<YOUR DEV TUNNEL ENDPOINT>/swagger/index.html`

0 commit comments

Comments
 (0)