-
Experimenting with Azure Function and .Net Core Blazor ☁
2020-03-22 - (Unschedule) Experimenting with Azure Function and .Net Core Blazor ☁
Summary
In this live stream session, Frank is
Replay
- Twitch (for 60 days)
- Youtube(soon)
Timestamps
- 00:00:01 - Bonjour, Hi!
Project
All the code for this project is available on GitHub: Azure Url Shortener - https://github.com/FBoucher/AzUrlShortener
Goals
- Create the .Net Core Preview dev environment in Docker
- Call an Azure Function from a Blazor Web Assembly
ToDos
- unfinish todos from previous stream
New Followers
New Subscribers
Raids
- @ has raided you with a party of
Cheers
- @: bits
Streams Notes/ Snippets/ Shared urls
Create docker TEST dev env.
Create a local image
docker run -it –name BlazorTest-dev -v ~/dev/local/BlazorTest-dev:/devdev mcr.microsoft.com/dotnet/core/sdk:3.1.200-bionic -file /devdev/scripts/addTemplate.sh bash
Execute:
dotnet new -i Microsoft.AspNetCore.Components.WebAssembly.Templates::3.2.0-preview2.20160.5
dotnet new blazorwasm -n JustTesting
cd JustTesting
code .
dotnet add package Microsoft.AspNetCore.Blazor.HttpClient
docker exec -it BlazorTest-dev bash
docker run -it –name BlazorTest-dev -v ~/dev/local/BlazorTest-dev:/app mcr.microsoft.com/dotnet/core/sdk:3.1.200-bionic bash
References
Read more...
-
Building budget Url Shortener Azure Serverless and blazor
2020-03-20 - Building a budget Url-Shortener with Azure Serverless and .Net Blazor
Summary
In this live stream session, Frank is continuing the work on the project AzUrlShortener a budget friendly Url-Shortener using Azure Function (Serverless) and Storage with .Net Core. The focus of this stream will be on the UrlRedirect function; that’s the one implicitly called when someone use a short url.
Replay
Read more...
-
Building a budget Url-Shortener with Azure Serverless and .Net Blazor
2020-03-18 - Building a budget Url-Shortener with Azure Serverless and .Net Blazor
Summary
In this live stream session, Frank is demoing and explaining how the new AzUrlShortener is working. Then On GitHub add some documentation to help people to deploy it and to use it. Great Stream a lot of fun.
Replay
Read more...
-
Building budget Url Shortener using Azure Serverless
2020-03-13 - Building a budget Url Shortener using Azure Serverless
Summary
In this live stream session, Frank explains the main goal of a new project a budget-friendly Url Shortener using serverless features in Azure. It should be super easy to deploy (one-click), not expensive to run, and offer control of on the EndUrl part. We are using the new version of the Azure Functions and learning the new way to do bindings. And we did learn a lot… more to come :)
Replay
Read more...
-
Creating Demo and slides
2020-02-21 - Creating Demo and slides (a few hour before travel)
Summary
In this live stream session, Frank is
Replay
- Twitch (for 60 days)
- Youtube(soon)
Timestamps
- 00:00:01 - Bonjour, Hi!
Goals
- Slides
- Function demo
- Logic Apps demo
- GitHub Action
ToDos
- unfinish todos from previous stream
New Followers
New Subscribers
Cheers
- @: bits
Streams Notes/ Snippets/ Shared urls
References
Read more...
subscribe via RSS