Skip to content

Commit 967325a

Browse files
committed
validation
1 parent eda597f commit 967325a

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ 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/2020
6+
ms.date: 04/21/2020
77
ms.custom: mvc, devcenter, seodec18
88
---
99

@@ -89,7 +89,7 @@ Create an ASP.NET web app by following these steps:
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, the Azure resources are created for you and you are ready to publish.
92+
Once the wizard completes, the Azure resources are created for you and you are ready to publish.
9393

9494
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

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

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

117-
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.
118118

119-
![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)
120120

121121
## Manage the Azure app
122122

0 commit comments

Comments
 (0)