You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/deployment/tutorial-import-publish-settings-azure.md
+5-5Lines changed: 5 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -51,15 +51,15 @@ A publish settings file (*\*.publishsettings*) is different than a publishing pr
51
51
52
52
1. On the computer running Visual Studio, create a new project.
53
53
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**.
55
55
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.
57
57
58
58
The project template you choose (ASP.NET or ASP.NET Core) must correspond to the version of ASP.NET installed on the web server.
59
59
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**.
61
61
62
-
1. Type a name like **MyWebApp** and click**OK**.
62
+
1. Type a name like **MyWebApp** and select**OK**.
63
63
64
64
Visual Studio creates the project.
65
65
@@ -69,7 +69,7 @@ A publish settings file (*\*.publishsettings*) is different than a publishing pr
69
69
70
70
1. In the Azure portal, open the Azure App Service.
71
71
72
-
1.Click**Get publish profile** and save the profile locally.
72
+
1.Go to**Get publish profile** and save the profile locally.
73
73
74
74

0 commit comments