A weekly tech review about .Net , Cloud, web, and so much more!
Pages
(Move to ...)
Home
Articles
Reading Notes
Videos
Streams
Talks
Contact
About
▼
Showing posts with label
cloud5mins
.
Show all posts
Showing posts with label
cloud5mins
.
Show all posts
Recap / Summary of the week #29
›
Every Friday, I will share a recap of the week and at the same time a summary of my streams. Those videos are at least two hour longs, so I ...
Recap / Summary of the week #28
›
This is some basic, sample markdown. Every Friday, starting now, I will share a recap of the week and at the same time a summary of my strea...
Simplify your deployment with nested Azure Resource Manager (ARM) templates
›
Most solutions, if not all, are composed of multiple parts: backend, frontend, services, APIs, etc. Because all parts could have a differen...
How I Build a Budget-friendly URL Shortener Easy to Deploy and Customized
›
Available in French here I don't know for you but I share links/ URLs very often. And a lot of time it's from videos, so it needs...
How to know how much your application is consuming on Azure
›
Are you worried when deploying a new application about our billing? Or afraid that you will receive an invoice from your cloud provider at t...
Cleaning your mess in the cloud automatically
›
We all do it. We create resources in the cloud for a demo, or a presentation and forget about them. Then at the end of the month, we recei...
How to Deploy your Azure Function Automatically with ARM template (4 different ways)
›
It's so nice to be able to add some serverless components in our solution to make them better in a snap. But how do we manage them? In t...
The Dog-Not-a-Dog Workshop
›
I recently presented, a workshop at the TOHack to get started with Azure. The goal was to try different Azure services, and see how we cou...
Be more Productive by using Inline Code in your Azure Logic App
›
In a project using Azure Logic Apps that I am working on, I needed to manipulate strings. I could create APIs or Azure Functions, but the co...
How to make your deployments successful every time
›
You are done with your code and you are ready to deploy it in Azure. You execute the PowerShell or Bash script you have and BOOM! The error ...
Deploy automatically a static website into an Azure Blob storage with Azure DevOps Pipeline
›
Static websites are lightning fast, and running them inside an Azure Blob Storage instead of a WebApp is incredibly economical (less than $1...
How to use Azure DevOps Pipeline and Cake to generate a static website
›
I have that little website, a blog that doesn't consume much bandwidth, and I was looking to optimize it. Since Azure blob storage is su...
How to Unzip Automatically your Files with Azure Function v2
›
I published a video that explains how to UnZip files without any code by using Logic Apps. However, that solution didn't work for bigge...
My journey as a technical YouTuber
›
Sixty-five videos and one year later One year already that I start sharing videos on YouTube, I've been blogging for many years and ...
How to create an Azure Container Instance (ACI) with .Net Core
›
For a project I just started, I need to create Azure resources from code. In fact, I want to create an Azure Container Instance. I already k...
›
Home
View web version