Content

V018 - Weekly Technology Vlog #18
Welcome to weekly Vlog #18! We'll be covering the latest from Azure, Azure DevOps, GitHub and Cloud with Chris! Chris also provides an update on the Hugo CrossPoster.
Introducing Logic Apps Preview
Following hot off the heels of my recent blog post introducing Logic Apps and how I use the technology on cloudwithchris.com, I thought it made sense for the second post to continue the Logic Apps theme. This time, we'll be focusing on Logic Apps preview (sometimes referred to as Logic Apps v2) - the evolution of Logic Apps. Typically when you deploy Logic Apps, you deploy it as a multi-tenanted service. There are some benefits to that, including the serverless capability, so being able to pay per execution rather than an overall infrastructure cost. But what if cost is less of a requirement for you? What if you care more about portability, greater performance, and ultimately control over your environment? If those are more along the lines of your requirements, then you may want to investigate the Logic Apps previewhttps://docs.microsoft.com/en-us/azure/logic-apps/logic-apps-overview-preview. The Logic Apps preview builds upon the Azure Functions extensibility model. Yes, you read that right - Azure Logic Apps is effectively building on top of Azure Functions. Why should you care? Anywhere that Azure Functions can run, then Logic Apps can run.
Using Hugo, Azure Storage and Azure CDN for a cheap & performant site on Azure
We often hear about Kubernetes, App Services, Virtual Machines and more. But did you ever think about using Azure Storage to host your sites? The Static Content Hosting pattern is a cost-effective way to host your websites, combined with a CDN can be incredibly performant! Chris will show how he uses these patterns, along with GitHub Actions to deploy and maintain his CloudWithChris.com podcast.

V017 - Weekly Technology Vlog #17
Welcome to weekly Vlog #17! We'll be covering the latest from Azure, Azure DevOps, GitHub and Cloud with Chris! Chris also covers a new pet project he's been working on, the Hugo CrossPoster!
Introduction to Logic Apps
Many years ago, I wrote a blog post which introduced Logic Apps at a very high level when they were initially released. Ahead of a blog post that I want to write on Logic Apps v2, I thought that it may be worth writing a more thorough recap of Logic Apps as a platform. Logic Apps is a Platform as a Service (PaaS) offering, which allows you to easily build visual workflow integrations. Whether that's plumbing several microservices together, entirely different solutions within an enterprise, or some of the repetitive backend administrative tasks for a podcast or blog site, Logic Apps may be worth exploring.

35 - A discussion on Azure Spring Cloud
Find out how you can leverage Azure Spring Cloud for running your Java spring boot applications on Azure. Chris is joined by Gitte Vermeiren as they talk through all things Azure Spring Cloud in this episode of Cloud With Chris!
Azure role-based access control (RBAC) at the data plane level
Principal of least privilege is a commonly used phrase within the Technology Industry. The idea is that we'll assign permissions of what the user needs to get the job done, rather than anything broader or more privileged. This helps reduce the blast radius in the event of a compromised account. This stretches to Azure resources at the management plane, but in some cases can also stretch to the data plane of those resources. We'll be exploring these further in this blog post.
#LeedsAzure - vMeetup #9 - How GitHub Actions can help in building and deploying a static site and more
Chris is a Senior FastTrack for Azure engineer at Microsoft and is the producer and host of his podcast CloudWithChris.com. He uses GitHub to version control the site's source code, GitHub Actions to build and deploy the site to Azure and other clouds, and GitHub Issues/Boards to plan the episode backlog. In this session, we'll explore how GitHub can be used to deploy your own Podcast/Blog site using Static Site Generators such as Hugo onto Azure.

Discussing the Cloud with Chris GitHub Architecture and GitHub setup
Cloud with ChrisIn this session, Chris is joined by Karl Cooke - Implementation Specialist at Action Point Technology Group, Blogger at https://irishtechie.com. Chris and Karl talk all about the CloudWithChris.com architecture and the decisions surrounding the GitHub setup that drive the deployment and management of CloudWithChris.com.

V016 - Weekly Technology Vlog #16
In this video, Chris provides another update (Update #16!) on Cloud with Chris, updates on what's coming soon and Azure, Azure DevOps and GitHub related news!

