Summary

In this short session, Frank is creating a simple Blazor App to read images from an Azure Storage. The particularity is that the .Net SDK is running from inside a Docker container, on a Linux machine. And things are going great!

Replay


Segments

  • 0:01:00 - Bonjour, Hi!
  • 0:08:00 - Connecting VS to the docker
  • 0:22:00 - Demo work
  • 0:26:00 - Adding some UI
  • 1:21:00 - Simple Demo with images is working

Goals

  • Run The App

Streams Notes/ Snipets/ Shared urls

  • docker run -it –name azpicviewer-dev -v /home/frank/Dev/local/azpicsviewer:/app mcr.microsoft.com/dotnet/core/sdk:3.0.100-preview6-disco bash

  • dotnet new blazorserverside -n azpicsviewer -o ./

  • docker exec -it azpicviewer-dev bash