Part 3 of my epic code review / refactor of this Azure App Service solution. In this third episode we’ll start refactoring this solution based on our code review. We’ll start with the shared infrastructure and the naming conventions and move on from there. Way more to come in this epic code refactoring session! https://youtu.be/WKFHb-iAH6w
Terraform Code Review: Multi-Tenant App Service Part 4
In this episode we’ll refractor the client infrastructure and completely reorganize how we distribute secrets by promoting our keyvault to shared infrastructure. https://youtu.be/AIFUOdhHXIo
Terraform Code Review: Multi-Tenant App Service Part 2
Well finish the code review and get ready to refractor! https://youtu.be/3fGPUcQiCD4
Terraform Code Review: Multi-Tenant App Service Part 1
Finally an Azure Terraform project to code review. Thanks to the friendly internet stranger to volunteering their code! This is the most complex code base I've reviewed so far so buckle up! https://youtu.be/Hi0NIdwn0nk
ChatGPT vs. OpenAI: are they the same thing?
There a lot of hype about ChatGPT and OpenAI these days. Now Azure has the Azure Open AI service. What’s the difference is there really any? Find out in my latest video on Azure Terraformer. https://youtu.be/UXv0J3TIROo
Terraform Code Review: File Structure & Naming Conventions
In this episode, we'll analyze an audience member's Terraform code that provisions a static website to Amazon AWS. We'll do a code review and refactor their code based on the suggestions. We'll look closely at their file structure and how they organize their resources within their codebase. What do you think? Let me know what … Continue reading Terraform Code Review: File Structure & Naming Conventions
Multi-Cloud Virtual Machine Automation with Packer
#MayThe4th be with you! Let’s celebrate with multi-cloud packer! Today only! #Azure Terraformer will be doing some #AWS and #GCP on the channel! It’s kind of like Christmas on the western front! 🤣 https://youtu.be/W_Hv5sd9bNA
Revisiting Unify Dream Machine Pro & Azure Site-to-Site
I received a question on GitHub regarding an old post / repository that setup Site-to-Site Connectivity between my Home Network (running Unify Dream Machine Pro) and Azure. I decided to do more troubleshooting and add some creature comforts to the Terraform solution to help diagnose any issues that arise. I added the following things: Log … Continue reading Revisiting Unify Dream Machine Pro & Azure Site-to-Site
Adventures in AAD B2C: Part 3
So we went about setup up, breaking and re-setting up Microsoft Account logins for our AAD B2C WinUI 3 App. Now let's try enabling an Azure Active Directory Tenant to allow us to login to our B2C app using our organizational identities. I follow this documentation to setup the new IdP inside my B2C tenant. … Continue reading Adventures in AAD B2C: Part 3
Adventures in AAD B2C: Part 2
So after getting everything working by the book, I decided to break everything and see how much trouble I could get into by doing it from memory. Well trouble ahoy! After working through all the issues that I ran into I decided to break down everything that needs to be created and how it all … Continue reading Adventures in AAD B2C: Part 2