* Clarify Azure logging when targeting .NET Core
* Update related App Service doc
* Minor tweaks
* Display paragraph no matter which version is selected
* Add missing semi-colons
* Reference the ILoggerFactory interface
* React to feedback
Hello, @rick-anderson,
Localization team has reported source content issue that causes localized version to have broken/different format compared to en-us version.
"It seems some spaces/Tabulations make some content as part of non-translatable content"
Please review and merge the proposed file change to fix to target versions. If you make related fix in another PR then share your PR number so we can confirm and close this PR.
Many thanks in advance.
Hello, @pfletcher,
Localization team has reported source content issue that causes localized version to have broken/different format compared to en-us version.
"Escaping URL that must not be shown as link"
Please review and merge the proposed file change to fix to target versions. If you make related fix in another PR then share your PR number so we can confirm and close this PR.
Many thanks in advance.
Hello, @rick-anderson ,
Localization team has reported source content issue that causes localized version to have broken/different format compared to en-us version.
"The unescaped '@' sign is breaking the code"
Please review and merge the proposed file change to fix to target versions. If you make related fix in another PR then share your PR number so we can confirm and close this PR.
Many thanks in advance.
Hello, @Rick-Anderson ,
Localization team has reported source content issue that causes localized version to have broken/different format compared to en-us version.
"The unescaped '@' sign is breaking the code"
Please review and merge the proposed file change to fix to target versions. If you make related fix in another PR then share your PR number so we can confirm and close this PR.
Many thanks in advance.
The current follow-up tutorial link takes users to an MVC tutorial based on ASP.NET Core 2.0. This tutorial is based on Razor Pages and ASP.NET Core 2.1. I think it makes more sense for the recommended follow-up tutorial to continue building on the knowledge learned here about Razor Pages, so I updated the link to take users to [Razor Pages with Entity Framework Core in ASP.NET Core - Tutorial 1 of 8](https://docs.microsoft.com/en-us/aspnet/core/data/ef-rp/intro) instead.
`<td>@Html.ActionLink("Select", "OnGetAsync", new { courseId = item.CourseID })</td>` throws an error saying:
> Cannot resolve action 'OnGetAsync'
I also fixed a spacing issue