Skip to content

Commit fbbd676

Browse files
committed
https://github.com/MicrosoftDocs/azure-docs/issues/31012
1 parent a53320c commit fbbd676

File tree

6 files changed

+12
-25
lines changed

6 files changed

+12
-25
lines changed

articles/app-service/app-service-web-get-started-dotnet-framework.md

Lines changed: 12 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -4,15 +4,14 @@ description: Learn how to run web apps in Azure App Service by deploying the def
44
services: app-service\web
55
documentationcenter: ''
66
author: cephalin
7-
manager: cfowler
8-
editor: ''
7+
manager: gwallace
98

109
ms.assetid: 04a1becf-7756-4d4e-92d8-d9471c263d23
1110
ms.service: app-service-web
1211
ms.workload: web
1312
ms.tgt_pltfrm: na
1413
ms.topic: quickstart
15-
ms.date: 08/30/2019
14+
ms.date: 10/21/2019
1615
ms.author: cephalin
1716
ms.custom: mvc, devcenter
1817
ms.custom: seodec18
@@ -41,27 +40,27 @@ Create an ASP.NET web app by following these steps:
4140

4241
1. Open Visual Studio and then select **Create a new project**.
4342

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**.
4544

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**.
4746

4847
![Configure your web app project](./media/app-service-web-get-started-dotnet-framework/configure-web-app-project-framework.png)
4948

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.
5150

52-
1. Make sure authentication is set to **No Authentication**. Select **Create**.
51+
5. Make sure authentication is set to **No Authentication**. Select **Create**.
5352

5453
![Create ASP.NET Web Application](./media/app-service-web-get-started-dotnet-framework/select-mvc-template-vs2019.png)
5554

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.
5756

5857
![Run app locally](./media/app-service-web-get-started-dotnet-framework/local-web-app.png)
5958

6059
## Publish your web app <a name="launch-the-publish-wizard"></a>
6160

6261
1. In **Solution Explorer**, right-click the **myFirstAzureWebApp** project and select **Publish**.
6362

64-
1. Choose **App Service** and then select **Publish**.
63+
1. Choose **App Service** and then change **Create profile** to **Publish**.
6564

6665
![Publish from project overview page](./media/app-service-web-get-started-dotnet-framework/publish-app-framework-vs2019.png)
6766

@@ -96,9 +95,9 @@ Create an ASP.NET web app by following these steps:
9695

9796
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.
9897

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.
10099

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)
102101

103102
Once the wizard completes, it publishes the ASP.NET web app to Azure, and then launches the app in the default browser.
104103

@@ -121,11 +120,7 @@ The app name specified in the **App Service Create new** page is used as the URL
121120
</div>
122121
```
123122

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**.
129124

130125
When publishing completes, Visual Studio launches a browser to the URL of the web app.
131126

@@ -135,7 +130,7 @@ When publishing completes, Visual Studio launches a browser to the URL of the we
135130

136131
1. Go to the <a href="https://portal.azure.com" target="_blank">Azure portal</a> to manage the web app.
137132

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.
139134

140135
![Portal navigation to Azure app](./media/app-service-web-get-started-dotnet-framework/access-portal-framework-vs2019.png)
141136

@@ -145,14 +140,6 @@ When publishing completes, Visual Studio launches a browser to the URL of the we
145140

146141
The left menu provides different pages for configuring your app.
147142

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-
156143
## Next steps
157144

158145
> [!div class="nextstepaction"]
9.75 KB
Loading
15.6 KB
Loading
37.3 KB
Loading
24.7 KB
Loading
33.1 KB
Loading

0 commit comments

Comments
 (0)