Skip to content

Commit d25f13c

Browse files
author
Cephas Lin
committed
acrolinx
1 parent af7ee52 commit d25f13c

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

articles/app-service/quickstart-dotnetcore.md

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -276,7 +276,7 @@ Follow these steps to create your App Service resources and publish your project
276276
|------------------|--------------------------|-----------------------------------------------------------------------|
277277
| **Hosting Plan** | *MyFirstAzureWebAppPlan* | Name of the App Service plan. |
278278
| **Location** | *West Europe* | The datacenter where the web app is hosted. |
279-
| **Size** | Choose the lowest tier. | [Pricing tier][app-service-pricing-tier] determines hosting features. |
279+
| **Size** | Choose the lowest tier. | [Pricing tiers][app-service-pricing-tier] define hosting features. |
280280
281281
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.
282282
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
532532
533533
:::image type="content" source="./media/quickstart-dotnet/next-steps.png" alt-text="Screenshot of the next step of going to the resource.":::
534534
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.
536536
537537
### [.NET 8.0](#tab/net80)
538538
@@ -674,9 +674,7 @@ In the local directory, open the *Pages/Index.cshtml* file. Replace the first `<
674674
</div>
675675
```
676676

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`.
680678

681679
```azurecli
682680
az webapp up --os-type <os>

0 commit comments

Comments
 (0)