-
Live Coding Azure Deploy button and Asp.Net Core StartUp Task
Summary
In this session, Frank is explaining how offline he fixed the automatic deployment of a solution in GitHub. Reviewing the ARM template, deployment script and creation/ settings assignation. The plan was to create a Startup task for the Asp.Net Core but we ends-up with a condition in the controller.
Replay
Segments
- 0:00 - Greetings
- 0:01 - Streaming announcement
- 0:13 - Recap
- 0:51 - squash & merged to master
- 1:13 - Start Creating Upload code
- 1:07 - Check Deployment status
- 2:34 - Uploading Code is working
- 2:50 - Move code in IF of Index. Test works
- 2:54 - Merging to master
Goals
- Pre-Upload the Storage (StarUp task)
- Deploy the binary in the same click
ToDos
- Prepare the code for the Azure Function
- Can we monitor multiple folder with one trigger
- Move instead of delete
New Followers
Read more...
-
Lets implement a deploy to Azure button into a GitHub repo
Summary
In this session, Frank is implementing a “deploy to Azure” button into a GitHub repo using the portal deployment template functionality. We will also practice our Alabama and Quebecois expressions.
Replay
Goals
- Show & Tell
- Power of the cloud (https://powerofthecloud.net/)
- TOHack (https://www.tohacks.ca/)
- YouTube archive Playlist (https://www.youtube.com/watch?v=PPy3Av3-ats&list=PL4NfFPd0l1Ual4CRzS176qE81rrNNIdh9)
- Add Deploy to Azure Button
- In a sub-folder
ToDos
- Deploy the binary in the same click
- Prepare the code for the Azure Function
- Can we monitor multiple folder with one trigger
- Move instead of delete
New Followers
Cheers
- @Clarkio: 100 bits
- @IsthatBarrysblood has gifted a sub(Tier 1) to @PpainMultiGrain
Streams Notes/ Snipets/ Shared urls
Tips from @BrettMillerIT
- Learn that to URI Encode I can do [System.Web.HttpUtility]::UrlEncode(“https://raw.githubusercontent.com/FBoucher/Not-a-Dog-Workshop/master/deployment/deployAzure.json”)
- Show & Tell
-
Live Coding Azure LogicApp for the ReadingNotes project
Summary
In this session, Frank is creating an Azure Logic App (that will be called by a parent Logic App) and use the new feature Inline code to manipulate some string and return a Json object. While everything IS supposed to be working, for some reason a simple IF statement is acting randomly… and is blocking any progression… Can you see what it is?
Replay
Read more...
-
Create Azure Logic App to Create ReadingNotes Summary
Summary
In this session, Frank is creating an Azure Logic App to generate a summary. The first step is to create an Azure Container Instance (ACI) from the fboucher/MyClippings-Parser (available on Docker Hub), and to call in passing some file content retrieved from OneDrive. While doing this we learn a few things like how to “play” with those outputs.
Replay
Read more...
-
Create an Azure LogicApp to write a ReadingNotes Summary
Summary
In this session, Frank is doing a recap of the Reading Notes project and starting a new Logic App that will generate a summary based on all the notes taken from the Kindle. We will start by creating an Azure Container Instance (ACI). But, reading the status won’t work as planned…
Replay
Goals
- Recap about the Auto-population of Docker Hub Description
- Manually add Documentation on the Docker Hub
- Recap QBits
- Chat Command
- new Emotes!!
- Add Chat Commands for logos and Emotes
- Create New Logic App Summary
- use the new MyClippings-Parser in ACI
ToDos
- Update Check Container Instance Status
- Change name of test project from
MyClipping-Parser.Tests.csprojtoMyClippings-Parser.Tests.csproj -
Fix folders name for project MyClipping-Parser
- Add Documentation on Git for project MyClipping-Parser
- Add on Git a how-to use it for project MyClipping-Parser
New Followers
Streams Notes/ Snipets/ Shared urls
- Populate a Docker Hub Repo: https://stackoverflow.com/questions/34710513/how-can-i-update-full-description-on-docker-hub-automatically
subscribe via RSS