Skip to content

Commit 9b370cf

Browse files
committed
Merge branch 'master' of https://github.com/MicrosoftDocs/azure-docs-pr into freshness_c20
2 parents def2e4b + d588bf9 commit 9b370cf

File tree

5 files changed

+12
-10
lines changed

5 files changed

+12
-10
lines changed

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

Lines changed: 12 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
---
2-
title: 'QuickStart: Create a C# ASP.NET app'
2+
title: 'Quickstart: Create a C# ASP.NET app'
33
description: Learn how to run web apps in Azure App Service by deploying the default C# ASP.NET web app template from Visual Studio.
44
ms.assetid: 04a1becf-7756-4d4e-92d8-d9471c263d23
55
ms.topic: quickstart
6-
ms.date: 10/21/2019
6+
ms.date: 04/21/2020
77
ms.custom: mvc, devcenter, seodec18
88
---
99

@@ -50,7 +50,7 @@ Create an ASP.NET web app by following these steps:
5050

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

53-
1. Choose **App Service** and then change **Create profile** to **Publish**.
53+
1. Choose **App Service** and select **Create profile**.
5454

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

@@ -77,23 +77,25 @@ Create an ASP.NET web app by following these steps:
7777

7878
| Setting | Suggested Value | Description |
7979
|-|-|-|
80-
|App Service Plan| myAppServicePlan | Name of the App Service plan. |
80+
| Hosting Plan| myAppServicePlan | Name of the App Service plan. |
8181
| Location | West Europe | The datacenter where the web app is hosted. |
8282
| Size | Free | [Pricing tier](https://azure.microsoft.com/pricing/details/app-service/?ref=microsoft.com&utm_source=microsoft.com&utm_medium=docs&utm_campaign=visualstudio) determines hosting features. |
8383

8484
![Create App Service plan](./media/app-service-web-get-started-dotnet-framework/app-service-plan-framework-vs2019.png)
8585

86-
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.
86+
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.
8787

8888
2. Select **Create** to start creating the Azure resources.
8989

9090
![Configure app name](./media/app-service-web-get-started-dotnet-framework/web-app-name-framework-vs2019.png)
9191

92-
Once the wizard completes, it publishes the ASP.NET web app to Azure, and then launches the app in the default browser.
92+
Once the wizard completes, the Azure resources are created for you and you are ready to publish.
9393

94-
![Published ASP.NET web app in Azure](./media/app-service-web-get-started-dotnet-framework/published-azure-web-app.png)
94+
3. In the **Publish** page, click **Publish**. Visual Studio builds, packages, and publishes the app to Azure, and then launches the app in the default browser.
9595

96-
The app name specified in the **App Service Create new** page is used as the URL prefix in the format `http://<app_name>.azurewebsites.net`.
96+
![Published ASP.NET web app in Azure](./media/app-service-web-get-started-dotnet-framework/published-azure-web-app.png)
97+
98+
The app name specified in the **App Service Create new** page is used as the URL prefix in the format `http://<app-name>.azurewebsites.net`.
9799

98100
**Congratulations!** Your ASP.NET web app is running live in Azure App Service.
99101

@@ -112,9 +114,9 @@ The app name specified in the **App Service Create new** page is used as the URL
112114

113115
1. To redeploy to Azure, right-click the **myFirstAzureWebApp** project in **Solution Explorer** and select **Publish**. Then, select **Publish**.
114116

115-
When publishing completes, Visual Studio launches a browser to the URL of the web app.
117+
When publishing completes, Visual Studio launches a browser to the URL of the web app.
116118

117-
![Updated ASP.NET web app in Azure](./media/app-service-web-get-started-dotnet-framework/updated-azure-web-app.png)
119+
![Updated ASP.NET web app in Azure](./media/app-service-web-get-started-dotnet-framework/updated-azure-web-app.png)
118120

119121
## Manage the Azure app
120122

-6.54 KB
Loading
8.08 KB
Loading
7.09 KB
Loading
-26 KB
Loading

0 commit comments

Comments
 (0)