Skip to content

Commit 9d7d988

Browse files
committed
fix
1 parent 15bdd4d commit 9d7d988

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/app-service/includes/tutorial-dotnetcore-sqldb-app/visual-studio-code-deploy-app-service-02.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,10 @@ ms.date: 02/03/2022
1111
dotnet publish -c Release
1212
```
1313

14-
1. Right-click on that `publish` folder in the Visual Studio Code explorer and select **Deploy to Web App**.
14+
1. Right-click on the generated `publish` folder in the Visual Studio Code explorer and select **Deploy to Web App**.
1515

1616
1. A new workflow will open in the command palette at the top of the screen. Select the subscription you would like to publish your app to.
1717

1818
1. Select the App Service web app you created earlier.
1919

20-
If Visual Studio prompts you to confirm, click **deploy**. The deployment process may take a few moments. When the process completes, you should see a VS Code notification prompting you to browse to the deployed app.
20+
If Visual Studio Code prompts you to confirm, click **deploy**. The deployment process may take a few moments. When the process completes, a notification should appear in the bottom right corner prompting you to browse to the deployed app.

0 commit comments

Comments
 (0)