@page @model IndexModel @{ ViewData["Title"] = "Home page"; }

Hello Linux container gMSA auth on Amazon ECS



SQL Server connection information

Connection String @Model.ConnectionInfo.ConnectionString
User @Model.ConnectionInfo.SQLUser
Authentication method @Model.ConnectionInfo.SQLAuthentication


Albums

@if (this.Model.Albums.Count == 0) {

Error connecting to the database.

} else { @foreach (var actualAlbum in this.Model.Albums) { }
# Title
@actualAlbum.AlbumId @actualAlbum.Title
}