Summary

In this live stream session, Frank is trying to deploy an Azure function (C#) and a Blazor Web Assembly website into an Azure Static Web App (SWA)but without using a GitHub Action. CSharp is not supported officially and all documentation point to GitHub Action… so let’s see if it’s possible… today.

📺 - Twitch archive - stream no.126

Replay


Timestamps

00:00:00 Intro 00:00:10 Bonjour, Hi! 00:00:30 Plan of the day 00:14:40 Package AzUrlShortener 00:45:17 Creating a Azure Static WebApp (SWA) 01:01:30 Trying to see if there is a way without a GitHub Action 01:40:00 Wrapping-up

Project

All the code for this project is available on GitHub: Azure Url Shortener - https://github.com/FBoucher/AzUrlShortener

All the code for this project is available on GitHub: Tiny Blazor Admin - https://github.com/FBoucher/TinyBlazorAdmin

Goals

  • Create the resources
  • Deploy the code
  • Configure AAD

TimeLogs

  • 00:01:04 Work on SWA
  • 00:28:19 done installing Az CLI
  • 00:32:13 Update GitHubAction

New Followers

Game Results

Streams Notes/ Snippets/ Shared urls

  • Deploy Blazor WebAssembly apps to Azure Static Web Apps: https://www.maneu.net/blog/2020-05-deploy-blazor-client-apps-with-azure-static-apps/

  • Hosting Blazor WebAssembly in Azure Static Web Apps (Preview): https://timheuer.com/blog/hosting-blazor-in-azure-static-web-apps/

  • INspiration: https://github.com/johnpapa/shopathome

References