@@ -4,15 +4,14 @@ description: Learn how to run web apps in Azure App Service by deploying the def
4
4
services : app-service\web
5
5
documentationcenter : ' '
6
6
author : cephalin
7
- manager : cfowler
8
- editor : ' '
7
+ manager : gwallace
9
8
10
9
ms.assetid : 04a1becf-7756-4d4e-92d8-d9471c263d23
11
10
ms.service : app-service-web
12
11
ms.workload : web
13
12
ms.tgt_pltfrm : na
14
13
ms.topic : quickstart
15
- ms.date : 08/30 /2019
14
+ ms.date : 10/21 /2019
16
15
ms.author : cephalin
17
16
ms.custom : mvc, devcenter
18
17
ms.custom : seodec18
@@ -41,27 +40,27 @@ Create an ASP.NET web app by following these steps:
41
40
42
41
1 . Open Visual Studio and then select ** Create a new project** .
43
42
44
- 1 . In ** Create a new project** , find and choose ** ASP.NET Web Application (.NET Framework)** for C# , then select ** Next** .
43
+ 2 . In ** Create a new project** , find and choose ** ASP.NET Web Application (.NET Framework)** , then select ** Next** .
45
44
46
- 1 . In ** Configure your new project** , name the application _ myFirstAzureWebApp_ , and then select ** Create** .
45
+ 3 . In ** Configure your new project** , name the application _ myFirstAzureWebApp_ , and then select ** Create** .
47
46
48
47
![ Configure your web app project] ( ./media/app-service-web-get-started-dotnet-framework/configure-web-app-project-framework.png )
49
48
50
- 1 . You can deploy any type of ASP.NET web app to Azure. For this quickstart, choose the ** MVC** template.
49
+ 4 . You can deploy any type of ASP.NET web app to Azure. For this quickstart, choose the ** MVC** template.
51
50
52
- 1 . Make sure authentication is set to ** No Authentication** . Select ** Create** .
51
+ 5 . Make sure authentication is set to ** No Authentication** . Select ** Create** .
53
52
54
53
![ Create ASP.NET Web Application] ( ./media/app-service-web-get-started-dotnet-framework/select-mvc-template-vs2019.png )
55
54
56
- 1 . From the Visual Studio menu, select ** Debug** > ** Start Without Debugging** to run the web app locally.
55
+ 6 . From the Visual Studio menu, select ** Debug** > ** Start Without Debugging** to run the web app locally.
57
56
58
57
![ Run app locally] ( ./media/app-service-web-get-started-dotnet-framework/local-web-app.png )
59
58
60
59
## Publish your web app <a name =" launch-the-publish-wizard " ></a >
61
60
62
61
1 . In ** Solution Explorer** , right-click the ** myFirstAzureWebApp** project and select ** Publish** .
63
62
64
- 1 . Choose ** App Service** and then select ** Publish** .
63
+ 1 . Choose ** App Service** and then change ** Create profile ** to ** Publish** .
65
64
66
65
![ Publish from project overview page] ( ./media/app-service-web-get-started-dotnet-framework/publish-app-framework-vs2019.png )
67
66
@@ -96,9 +95,9 @@ Create an ASP.NET web app by following these steps:
96
95
97
96
1 . In ** Name** , enter a unique app name that includes only the valid characters are ` a-z ` , ` A-Z ` , ` 0-9 ` , and ` - ` . You can accept the automatically generated unique name. The URL of the web app is ` http://<app_name>.azurewebsites.net ` , where ` <app_name> ` is your app name.
98
97
99
- ![ Configure app name ] ( ./media/app-service-web-get-started-dotnet-framework/web-app-name-framework-vs2019.png )
98
+ 2 . Select ** Create ** to start creating the Azure resources.
100
99
101
- 1 . Select ** Create ** to start creating the Azure resources.
100
+ ![ Configure app name ] ( ./media/app-service-web-get-started-dotnet-framework/web-app-name-framework-vs2019.png )
102
101
103
102
Once the wizard completes, it publishes the ASP.NET web app to Azure, and then launches the app in the default browser.
104
103
@@ -121,11 +120,7 @@ The app name specified in the **App Service Create new** page is used as the URL
121
120
</div >
122
121
```
123
122
124
- 1 . To redeploy to Azure, right-click the ** myFirstAzureWebApp** project in ** Solution Explorer** and select ** Publish** .
125
-
126
- 1 . In the ** Publish** summary page, select ** Publish** .
127
-
128
- ![ Visual Studio summary page for publishing] ( ./media/app-service-web-get-started-dotnet-framework/publish-summary-page-framework-vs2019.png )
123
+ 1 . To redeploy to Azure, right-click the ** myFirstAzureWebApp** project in ** Solution Explorer** and select ** Publish** . Then, select ** Publish** .
129
124
130
125
When publishing completes, Visual Studio launches a browser to the URL of the web app.
131
126
@@ -135,7 +130,7 @@ When publishing completes, Visual Studio launches a browser to the URL of the we
135
130
136
131
1 . Go to the <a href =" https://portal.azure.com " target =" _blank " >Azure portal</a > to manage the web app.
137
132
138
- 1 . From the left menu, select ** App Services** , and then select the name of your Azure app.
133
+ 2 . From the left menu, select ** App Services** , and then select the name of your Azure app.
139
134
140
135
![ Portal navigation to Azure app] ( ./media/app-service-web-get-started-dotnet-framework/access-portal-framework-vs2019.png )
141
136
@@ -145,14 +140,6 @@ When publishing completes, Visual Studio launches a browser to the URL of the we
145
140
146
141
The left menu provides different pages for configuring your app.
147
142
148
- ## Video
149
-
150
- Watch the video to see this quickstart in action and then follow the steps yourself to publish your first .NET app on Azure.
151
-
152
- > [ !VIDEO https://channel9.msdn.com/Shows/Azure-for-NET-Developers/Create-a-NET-app-in-Azure-Quickstart/player ]
153
-
154
- [ !INCLUDE [ Clean-up section] ( ../../includes/clean-up-section-portal.md )]
155
-
156
143
## Next steps
157
144
158
145
> [ !div class="nextstepaction"]
0 commit comments