I really enjoy doing live streams and videos.
Beyond My Cloud
This channel is for archiving my Twich stream (https://www.twitch.tv/fboucheros) and sharing some tips and tricks about how to create content and other little things. You can subscribe here
Open at Microsoft
Open at Microsoft is a weekly show for open-source enthusiasts. It features a diverse group of guests including maintainers, software and DevOps engineers, and community members who come together to share their insights on an open-source project. Each episode focuses on one collaborative goal of the project, such as a new feature, release, or call for user feedback, and provides information on how to contribute to the project. Available on Microsoft Learn and YouTube.
Hello World
Hello World is a 60 minutes live show every Wednesday and Thursday on LearnTV and YouTube. Hello World is made up of special guests, quick demo and LIVE Q&A. Come for a specific segment, please bring your questions as we have Q&A and the chat is open. Hello World is meant to be fun and educational to the viewing audience who are interested in Microsoft products and Microsoft current events. The show sunset after 104 episodes.
Cloud 5 Minutes
This channel is where I share short tutorials that explain how to use Microsoft cloud: Azure and show how to respect the best practices. From Azure Functions to Power Bi, via Application Insights or Logic App, you'll know everything! You can subscribe here!
Here is the list of all English videos (more recent on top):
70 - How to Deploy a .NET isolated Azure Function using Zip Deploy in One-Click
In this video, Frank will share a few things that we need our attention when deploying a .NET isolated Azure Function from GitHub to Azure using the Zip Deploy method. This method is great to have a fast deployment and when your artefacts are zipped in a package.
69 - How to Generate Local .NET Secrets From Azure Deployment
In this video Frank shows how you to automatically generate .NET secrets from the Azure deployment and how your .NET app can read them. This makes demos easier to try because there less steps. Users who would like to try your sample will only have to deploy using `azd up`, and then `dotnet run` to execute the app. Sound interesting? Here are to implement it.
68 - How to Create a DEV Environment with Multiple Dev Containers
In this video, Frank shares how containers could be used to create a portable and sharable developer environment. A container for the database, another one for the API generated by Data API Builder (DAB), and a third one for your app! All that could then be used as DevContainers in VSCode
67 - How to Quickly Generate APIs for your Database
In this video, Frank share how he uses Data API Builder to generate in a few seconds REST & GraphQL API endpoints using a single configuration file for a database. THis is part of a series of video while building 2d6 Dungeon App.
66 - The perfect database for developers
Frank's share a beginner-friendly solution to have a portable, self-healing, disposable, disconnected database that doesn't require any installation. The solution? Put the database in a container! It will works on Windows, Linux and Mac and with probably all databases.
65 - How to edit a JSON object from a Azure Logic Apps
No need to make a call to an external API to edit a JSON object with Azure #LogicApps. By using the Compose action and the SetProperty expression is possible do to it from inside your Logic App in only one action!
64 - How to copy data in Azure using AzCopy
In this video, Frank is sharing how using AzCopy already install inside your Azure portal you can copy files from a storage account to another one.
63 - How to configure a secured custom domain on a Azure Function or website
In this video, Frank is sharing a very simple way to configure a custom domain for your #Azure #Function or Azure App Service (aka website) and Azure Static Web App (SWA). In Only 3 steps you will be assigned a www domain then create a #certificate using the Azure Portal and then with Clouflare you will configure rules to track the naked domain request to your application.
62 - Why and How Use Azure Active Directory (AAD) with Blazor Web Assembly (WASM)
In this video Frank is explaining why you should use #Azure Active directory (#AAD). To show how easy it is to use, he will build a Blazor web assembly (#WASM) application, and use AAD with it. The demo will contain how to secure pages for authenticated users, and when part of the admin group. Frank will also share some very useful links to learn more and continue your journey.
61 - 5 ways to Manage Azure Resources
What ever you are on running on Linux, Mac or Windows that you are on the road or in the comfort of your office there is many different ways to manage your #Azure resources. In this video I will show you five ways to do it and explain the pros and cons of each: Azure Portal, #PowerShell, #CLI , Mobile App, and Cloud Shell
(Off Series) - How to stay productive when working remotely
Tons of tips and tricks to stay productive, not forget your deadline, stay motivated, and still, have a life as a remote worker.
60 - How to make your deployment simple and flexible with nested Azure Resource Manager (ARM) template
In this video, Frank explains how to use nested Azure Resource Manager (ARM) templates to deploy from GitHub only parts of your solution of the full solution.
59 - How I Build a Budget-friendly URL Shortener Easy to Deploy and Customized
In this video, Frank is sharing how he builds with the Twitch community a budget-friendly URL Shortener using #Azure #Function and Azure Table Storage. Showing how, from #GitHub, you can deploy it in 1-click and select the administration interface of your choice. Evermore, because this is an #open-source project you could collaborate and join the team!
58 - Using Azure Cost Manager to know how much your application is consuming in the cloud
In this video, Frank will explains how to use the #Azure #Cost #Manager to see the actual cost and forecast for a specific application in the cloud, and build a dashboard with your favorites information. Then he will show how you can make budgets, and set alerts.
57 - 10 Tips to Reduce your Azure Virtual Machines (VMs) Cost
In this video, Frank is giving 10 tips to reduce the #cost of your #Azure infrastructure #IaaS.
56 - 10 Tips to Reduce your Azure Virtual Machines (VMs) Cost
In this video, Frank explains how to use different social #authentification like Twitter, Facebook, Google to register your users in an #Azure App Services (web app).
55 - How to deploy automatically a new website with the GitHub Actions
In this video, Frank will demonstrate how to create a CI-CD using the #GitHub #Actions to create and deploy a new website in Azure. This automated workflow will use an Active Directory service principal to give access to GitHub to the Azure subscription and an Azure Resource Manager (ARM) template to create the resources.
54 - The cleaning Power of Azure Function at your service
In this video, I will show how to use a time trigger Azure #Function written in PowerShell to execute a #ResourceGraph query to delete the expired resources.
53 - How to Delete All Expired Resources Automatically
In this video, Frank will show you how to build a first very simple tool to clean up your expired resources using #Azure #ResourceGraph in a PowerShell script and Azure #Automation.
52 - Create a Continuous Integration, Continuous Deployment (CI-CD) for your Azure Function
In this video, I will show you how to write an Azure Resource Manager (#ARM) template to deploy automatically your #serverless Azure Function to Azure. It can be then used with a "Deploy to Azure" button from GitHub or any website, or in an Azure Pipeline to complete a Continuous Integration, Continuous Deployment (#CICD) solution.
51 - Not a dog Workshop - Cognitive Services & Azure Functions
In this video, I'm doing the Not a Dog workshop available on GitHub. I will deploy a website. Then use the Azure cognitive services Vision and an Azure Function to monitor the new images and keep only the dogs images.
50 - Be more productive by using Inline Code in your Azure Logic App
In this video, I will show you a simple way to add inline code to your Azure LogicApps. When your code is not using any external libraries why would you have to maintain and deploy APIs or Azure Function? Simply put the code inside Azure Logic App.
49 - How to make your deployments successful every time
In this video, I'll show you a simple way to make your deployment working every time. You won't have any error because the resource name is already taken anymore. I'll use Azure Resource Manager (ARM), you will see it's simple.
48 - Top 5 Visual Studio Code extension for Azure
In this video, I'll show you my top 5 Visual Studio Code extension for Azure, when working with ARM template and building web applications.
47 - Search Like a Boss with Azure Graph Query
In this introduction video, I'll show you how to install the Azure Graph Query extension explain why you should definitely care about it, and do a few simple queries across multiple Azure subscriptions.