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

85
85
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.
87
87
88
88
2. Select **Create** to start creating the Azure resources.
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.
93
93
94
-

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.
95
95
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
+

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`.
97
99
98
100
**Congratulations!** Your ASP.NET web app is running live in Azure App Service.
99
101
@@ -112,9 +114,9 @@ The app name specified in the **App Service Create new** page is used as the URL
112
114
113
115
1. To redeploy to Azure, right-click the **myFirstAzureWebApp** project in **Solution Explorer** and select **Publish**. Then, select **Publish**.
114
116
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.
116
118
117
-

119
+

0 commit comments