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
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.
282
282
1. Select **Create** to create the Azure resources.
@@ -532,7 +532,7 @@ Follow these steps to create your App Service resources and publish your project
532
532
533
533
:::image type="content" source="./media/quickstart-dotnet/next-steps.png" alt-text="Screenshot of the next step of going to the resource.":::
534
534
535
-
1. Browse to the deployed application in your web browser at the URL `http://<app-name>.azurewebsites.net`. If you see the message "Your web app is running and waiting for your content" GitHub deployment is still running. Wait a couple of minutes and refresh the page.
535
+
1. Browse to the deployed application in your web browser at the URL `http://<app-name>.azurewebsites.net`. If you see the message "Your web app is running and waiting for your content", GitHub deployment is still running. Wait a couple of minutes and refresh the page.
536
536
537
537
### [.NET 8.0](#tab/net80)
538
538
@@ -674,9 +674,7 @@ In the local directory, open the *Pages/Index.cshtml* file. Replace the first `<
674
674
</div>
675
675
```
676
676
677
-
Save your changes, then redeploy the app using the `az webapp up` command again:
678
-
679
-
ASP.NET Core 8.0 is cross-platform, based on your previous deployment replace `<os>` with either `linux` or `windows`.
677
+
Save your changes, then redeploy the app using the `az webapp up` command again and replace `<os>` with either `linux` or `windows`.
0 commit comments