Stream 126 - Let's work on the automatic deployment of AzUrlShortener with TinyBlazorAdmin
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
- @coppersbeard: 0.96
- @thisisdavid: 17.02
- @therealsurlybot: 20.25
- @codewithsean: 32.03
- @fredda_the_cat: 34.75
- @hiitechk: 59.07
- @lurkydev: 63.02
- @surlydev: 79.43
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