Skip to content

Commit a9e1356

Browse files
authored
Update devTunnel instruction per request
1 parent 2298d40 commit a9e1356

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
@@ -35,6 +35,7 @@ devtunnel create --allow-anonymous
3535
devtunnel port create -p 8080
3636
devtunnel host
3737
```
38+
Alternatively, follow instructions to set up your Azure DevTunnel in [Visual Studio](/aspnet/core/test/dev-tunnels?view=aspnetcore-7.0#create-a-tunnel)
3839

3940
## Update your application configuration
4041

@@ -216,9 +217,9 @@ To run the application with VS Code, open a Terminal window and run the followin
216217
```bash
217218
dotnet run
218219
```
219-
220+
Open `http://localhost:8080/swagger/index.html` or your dev tunnel url in browser. The tunnel URL looks like: `https://0pbvlk3m-7032.usw2.devtunnels.ms/swagger/index.html`
220221
# [Visual Studio](#tab/visual-studio)
221222

222-
Press Ctrl+F5 to run without the debugger.
223+
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: `https://0pbvlk3m-7032.usw2.devtunnels.ms/swagger/index.html`
223224

224225

0 commit comments

Comments
 (0)