diff --git a/aspnetcore/tutorials/razor-pages/razor-pages-start.md b/aspnetcore/tutorials/razor-pages/razor-pages-start.md index a015cc9f4b..391358bbbf 100644 --- a/aspnetcore/tutorials/razor-pages/razor-pages-start.md +++ b/aspnetcore/tutorials/razor-pages/razor-pages-start.md @@ -433,8 +433,10 @@ Select **Yes** if you agree to trust the development certificate. [!INCLUDE[trust FF](~/includes/trust-ff.md)] -Visual Studio launches: +Visual Studio: +* Runs the app, which launches the [Kestrel server](xref:fundamentals/servers/kestrel). +* Launches the default browser at `https://localhost:5001`, which displays the apps UI. # [Visual Studio Code](#tab/visual-studio-code)