Skip to content

Commit 54633ec

Browse files
authored
Merge pull request #5700 from AlexB-SheldonMFG/patch-5
Update tutorial-import-publish-settings-azure.md
2 parents 3013395 + a8721f6 commit 54633ec

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

docs/deployment/tutorial-import-publish-settings-azure.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -51,15 +51,15 @@ A publish settings file (*\*.publishsettings*) is different than a publishing pr
5151

5252
1. On the computer running Visual Studio, create a new project.
5353

54-
Choose the correct template. In this example, choose either **ASP.NET Web Application (.NET Framework)** or (for C# only) **ASP.NET Core Web Application**, and then click **OK**.
54+
Choose the correct template. In this example, choose either **ASP.NET Web Application (.NET Framework)** or (for C# only) **ASP.NET Core Web Application**, and then select **OK**.
5555

56-
If you don't see the specified project templates, click the **Open Visual Studio Installer** link in the left pane of the **New Project** dialog box. The Visual Studio Installer launches. Install the **ASP.NET and web development** workload.
56+
If you don't see the specified project templates, go to the **Open Visual Studio Installer** link in the left pane of the **New Project** dialog box. The Visual Studio Installer launches. Install the **ASP.NET and web development** workload.
5757

5858
The project template you choose (ASP.NET or ASP.NET Core) must correspond to the version of ASP.NET installed on the web server.
5959

60-
1. Choose either **MVC** (.NET Framework) or **Web Application (Model-View-Controller)** (for .NET Core), and make sure that **No Authentication** is selected, and then click **OK**.
60+
1. Choose either **MVC** (.NET Framework) or **Web Application (Model-View-Controller)** (for .NET Core), and make sure that **No Authentication** is selected, and then select **OK**.
6161

62-
1. Type a name like **MyWebApp** and click **OK**.
62+
1. Type a name like **MyWebApp** and select **OK**.
6363

6464
Visual Studio creates the project.
6565

@@ -69,7 +69,7 @@ A publish settings file (*\*.publishsettings*) is different than a publishing pr
6969

7070
1. In the Azure portal, open the Azure App Service.
7171

72-
1. Click **Get publish profile** and save the profile locally.
72+
1. Go to **Get publish profile** and save the profile locally.
7373

7474
![Get the publish profile](../deployment/media/tutorial-azure-app-service-get-publish-profile.png)
7575

0 commit comments

Comments
 (0)