testapps/WebAppArmDeployment/Components/Pages/Home.razor (4 lines of code) (raw):

@page "/" @using System.Runtime.InteropServices <PageTitle>Home</PageTitle> <h1>This is an @(RuntimeInformation.RuntimeIdentifier) application</h1>